diff --git a/app/Nova/Actions/MakeSberPaymentAction.php b/app/Nova/Actions/MakeSberPaymentAction.php index 442c27c..d1e7c79 100644 --- a/app/Nova/Actions/MakeSberPaymentAction.php +++ b/app/Nova/Actions/MakeSberPaymentAction.php @@ -153,6 +153,10 @@ class MakeSberPaymentAction extends Action ]; } + info([ + $paymentResponse->body() + ]); + OnlinePaymentHistory::create([ 'online_paymantable_id' => $resource->id, 'online_paymantable_type' => SberPaymentOrder::class,