This commit is contained in:
2024-11-25 21:35:53 +05:00
parent c72a08ee71
commit 4ff50594e3

View File

@@ -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,