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,