From 4ff50594e3c1be895df845abc3e71c99e2c088d2 Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Mon, 25 Nov 2024 21:35:53 +0500 Subject: [PATCH] wip --- app/Nova/Actions/MakeSberPaymentAction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Nova/Actions/MakeSberPaymentAction.php b/app/Nova/Actions/MakeSberPaymentAction.php index 88adde3..e503763 100644 --- a/app/Nova/Actions/MakeSberPaymentAction.php +++ b/app/Nova/Actions/MakeSberPaymentAction.php @@ -242,7 +242,7 @@ class MakeSberPaymentAction extends Action public function createPaymentRecord($payment, $resource, $total_amount, $usd_payment) { SberPaymentOrderItem::create([ - 'visa_master_payment_order_id' => $resource->id, + 'sber_payment_order_id' => $resource->id, 'online_payment_history_id' => $payment['online_payment_history_id'], 'payment_order_number' => $payment['order_number'], 'tmt_payment_amount' => $total_amount,