remove dd

This commit is contained in:
saparatayev 2022-05-04 10:58:17 +05:00
parent f682ec0d5d
commit 67847ebfc9
1 changed files with 1 additions and 1 deletions

View File

@ -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);