wip
This commit is contained in:
@@ -52,7 +52,7 @@ class SyncWithSystem extends Action
|
|||||||
online_payment_order_uuid: $onlinePaymentResource->orderId,
|
online_payment_order_uuid: $onlinePaymentResource->orderId,
|
||||||
bank_unique_code: $sberPaymentOrder->branch->unique_code,
|
bank_unique_code: $sberPaymentOrder->branch->unique_code,
|
||||||
online_payment_terminal_id: $response['terminalId'],
|
online_payment_terminal_id: $response['terminalId'],
|
||||||
user_deposit_account: $sberPaymentOrder->sender_deposit_account,
|
user_deposit_account: number_format($sberPaymentOrder->sender_deposit_account, 0, '', ''),
|
||||||
online_payment_auth_ref_num: $response['authRefNum'],
|
online_payment_auth_ref_num: $response['authRefNum'],
|
||||||
online_payment_tmt_amount: $orderItem->tmt_payment_amount,
|
online_payment_tmt_amount: $orderItem->tmt_payment_amount,
|
||||||
pay_purpose: $sberPaymentOrder->created_at->translatedFormat('F').' '.$sberPaymentOrder->created_at->format('Y')
|
pay_purpose: $sberPaymentOrder->created_at->translatedFormat('F').' '.$sberPaymentOrder->created_at->format('Y')
|
||||||
|
|||||||
Reference in New Issue
Block a user