pay-uz icon indicating copy to clipboard operation
pay-uz copied to clipboard

Для национальных платежных систем в Узбекистане

Results 8 pay-uz issues
Sort by recently updated
recently updated
newest added

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 =...

bug

``` 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...