This commit is contained in:
2025-09-09 11:48:35 +05:00
parent 96c3122b2a
commit fa04f374aa

View File

@@ -52,7 +52,7 @@ class SyncWithSystem extends Action
online_payment_order_uuid: $onlinePaymentResource->orderId,
bank_unique_code: $sberPaymentOrder->branch->unique_code,
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_tmt_amount: $orderItem->tmt_payment_amount,
pay_purpose: $sberPaymentOrder->created_at->translatedFormat('F').' '.$sberPaymentOrder->created_at->format('Y')