pay-uz
pay-uz copied to clipboard
Для национальных платежных систем в Узбекистане
Paynet.php , Даже если success возвращает exeption мне кажется вы забили поставить try catch try { $this->merchant->Authorize(); switch ($this->request->params['method']) { case Request::METHOD_CheckTransaction: $body = Response::makeResponse($this->CheckTransaction()); break; case Request::METHOD_PerformTransaction: $body =...
``` if (!PaymentService::isProperModelAndAmount($model, $this->request->params['amount'])){ return "". "Неверная сумма". "413". "".DataFormat::toDateTimeWithTimeZone(now())."". "0". ""; } ```
Problem: https://github.com/shaxzodbek-uzb/pay-uz/issues/65
`src/Http/Classes/Payme/Payme.php` -> getReport metodidagi xatolik: ``` 'account' => [ 'key' => 1 * $row[$this->config['key']], // account parameters to identify client/order/service ], ``` `key` - array key name ni configdan olinadigan...