From 67847ebfc978b6a8c3c123493aed0ca86c7723a3 Mon Sep 17 00:00:00 2001 From: saparatayev Date: Wed, 4 May 2022 10:58:17 +0500 Subject: [PATCH] remove dd --- plugins/tps/birzha/components/Balance.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tps/birzha/components/Balance.php b/plugins/tps/birzha/components/Balance.php index 54bd82b9e..fdde66b6f 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($response); + dd('ok'); $result = json_decode($response->body,true); $successfullyRegistered = $onlinePayment->checkRegisterOrderErrorCode($result);