From 6539dbfc3621589a2b18b4223f96f923f417b05b Mon Sep 17 00:00:00 2001 From: saparatayev Date: Wed, 4 May 2022 17:43:03 +0500 Subject: [PATCH] added new bank to online payment --- plugins/tps/birzha/components/Balance.php | 2 +- plugins/tps/birzha/components/balance/default.htm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/tps/birzha/components/Balance.php b/plugins/tps/birzha/components/Balance.php index fdde66b6f..b32b0cfd7 100644 --- a/plugins/tps/birzha/components/Balance.php +++ b/plugins/tps/birzha/components/Balance.php @@ -61,7 +61,7 @@ class Balance extends ComponentBase $onlinePayment = new $onlinePaymentClass; $response = $onlinePayment->registerOrder($payment, $url); - dd('ok'); + $result = json_decode($response->body,true); $successfullyRegistered = $onlinePayment->checkRegisterOrderErrorCode($result); diff --git a/plugins/tps/birzha/components/balance/default.htm b/plugins/tps/birzha/components/balance/default.htm index 0d34bcd20..db4f48749 100644 --- a/plugins/tps/birzha/components/balance/default.htm +++ b/plugins/tps/birzha/components/balance/default.htm @@ -42,7 +42,7 @@