wip
This commit is contained in:
@@ -242,7 +242,7 @@ class MakeSberPaymentAction extends Action
|
|||||||
public function createPaymentRecord($payment, $resource, $total_amount, $usd_payment)
|
public function createPaymentRecord($payment, $resource, $total_amount, $usd_payment)
|
||||||
{
|
{
|
||||||
SberPaymentOrderItem::create([
|
SberPaymentOrderItem::create([
|
||||||
'visa_master_payment_order_id' => $resource->id,
|
'sber_payment_order_id' => $resource->id,
|
||||||
'online_payment_history_id' => $payment['online_payment_history_id'],
|
'online_payment_history_id' => $payment['online_payment_history_id'],
|
||||||
'payment_order_number' => $payment['order_number'],
|
'payment_order_number' => $payment['order_number'],
|
||||||
'tmt_payment_amount' => $total_amount,
|
'tmt_payment_amount' => $total_amount,
|
||||||
|
|||||||
Reference in New Issue
Block a user