remove dd
This commit is contained in:
parent
f682ec0d5d
commit
67847ebfc9
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue