Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak
Post your project for free and start receiving proposals from freelancers within minutes after publication!

Fundy.eu SIGN Problem

Translated223 USD

  1. 2747    61  0   1
    1 day223 USD

    Hello, please help with the signature. Go to turn!

  2. 4826    162  1   1
    1 day223 USD

    Good day . Fondy connected not once, I can check and correct the subscription request. I will be happy to collaborate, please!

  3. 315    3  0
    1 day223 USD

    Let’s deal with your problem, I’ll help with pleasure. I had a similar problem with API Liqpay.

  4. 681    22  0
    1 day223 USD

    Good day . Ready to integrate subscription funds. I will be happy to cooperate!

  5. 1 proposal concealed
  • Volodimir Hrinin
    26 April 2023, 17:15 |

    на liqpay похожая тема с подписью, несколько отличий нашел в документации, опишите в чем собственно проблема?

  • Oleksandr Vyunnik
    26 April 2023, 17:17 |

    ликпей подключил без проблем. А тут какой-то замут с подписями. Одни и те же данные при отправке и получении дают разный хеш,  при том что даже тип данных один в один

  • Volodimir Hrinin
    26 April 2023, 17:25 |

    я бы еще раз перепроверил пример из их документации и ваш код. Если что я готов помочь  - 300 грн в час, надеюсь это займет меньше времени

  • Bogdan Novik
    26 April 2023, 17:16 |

    Имеете ввиду подпись запроса на платежку? Возьмите вот готовый модуль от опенкарт и посомтрите как они подписывают https://github.com/cloudipsp/opencart-all-versions/blob/master/for_opencart_2.3.x/upload/catalog/model/extension/payment/oplata.php

  • Oleksandr Vyunnik
    26 April 2023, 17:19 |

    я в процедурном  пишу, в этом слабо понимаю

  • Oleksandr Vyunnik
    26 April 2023, 17:20 |

    ликпей подключил без проблем. А тут какой-то замут с подписями. Одни и те же данные при отправке и получении дают разный хеш,  при том что даже тип данных один в один

  • Bogdan Novik
    26 April 2023, 17:20 |

    Ну вот же функция https://screenrec.com/share/AZqDIB9yPc

    Там нужные поля прогоняются через разделитель

  • Oleksandr Vyunnik
    26 April 2023, 17:22 |

    У меня тоже самое

        function getSignature( $merchant_id , $password , $params = array() ){

        $params['merchant_id'] = $merchant_id;

         $params = array_filter($params,'strlen');

         ksort($params);

         $params = array_values($params);

         array_unshift( $params , $password );

         

         // foreach($params as $v){

            // dd($v."-". gettype($v));

         // }

         $params = join('|',$params);

         return(sha1($params));

        }

        

        $signature = getSignature( $merchant_id , $password , $params );

  • Oleksandr Zhuk
    26 April 2023, 17:42 |

    $merchant = 'your_merchant';

    $params = array(

        'order_id' => 'test123456',

        'order_desc' => 'test order',

        'currency' => 'USD',

        'amount' => '125',

        'merchant_id' => '1396424'

    );

    ksort($params);

    $string = $merchant_password;

    foreach ($params as $key => $value) {

        $string .= '|' . $value;

    }

    $signature = sha1($string);

    $params['signature'] = $signature;

     

Current freelance projects in the category PHP

Execution of work after SEO audit

334 USD

An experienced OpenCart developer is needed to perform SEO and technical improvements for the online store. Main tasks: Correction of the internal linking structure and menu. Adding links to the footer. Implementation of breadcrumbs with Schema.org microdata. Fixing the…

PHPWebsite Maintenance ∙ 28 minutes back ∙ 20 proposals

Fix issues with Facebook API in the OpenCart module

In OpenCart, there is a module for integrating Facebook and Instagram via API, OAuth, and Webhook. After opening the module page in the browser, the number of API requests to Facebook starts to increase, and the number of errors gr:get:InvalidID also rises. It is necessary to…

PHPWeb Programming ∙ 1 hour 42 minutes back ∙ 22 proposals

Create a WordPress plugin for a survey (quiz)

223 USD

A WordPress plugin needs to be developed that will be able to - store a bank of questions, all in the same format - a question and 4 answers, 1 correct - display 12 questions in random order, track the timing - collect user data - show the final result with the option to share…

PHPWeb Programming ∙ 9 hours 11 minutes back ∙ 66 proposals

Integration needed: KeyCRM → Cash Register Kashalot

It is necessary to set up integration between KeyCRM and the Cash Register Kahalot. When placing an order in KeyCRM, the data must be automatically transmitted to Kahalot: • order information • products, nomenclature • prices • quantity More details in private.

Content Management SystemsPHP ∙ 2 days 20 hours back ∙ 28 proposals

A WordPress site using the Kadence theme and Kadence Blocks.

223 USD

We need to create a website on WordPress using the Kadence theme and Kadence Blocks. There will be no online store (although it may be added in the future). We need a homepage and several internal pages. The graphics are already prepared, the layout structure is mostly defined,…

Content Management SystemsPHP ∙ 4 days 6 hours back ∙ 38 proposals

Client
Oleksandr Vyunnik
Ukraine Kharkiv  1  0
Project published
3 years back
99 views