From b76999143d4e4f7db33b1a9085761cdf23e90180 Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Wed, 30 Oct 2024 17:04:07 +0500 Subject: [PATCH] wip --- app/Nova/Actions/MakeSberPaymentAction.php | 4 ++++ 1 file changed, 4 insertions(+) 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,