This commit is contained in:
2024-11-23 12:08:28 +05:00
parent b9348f3343
commit 8c01ebbbd9
2 changed files with 7 additions and 1 deletions

View File

@@ -205,7 +205,7 @@ class OnlinePaymentRepo
'title' => $payment_status ? __('Payment is successful') : __('Payment has failed'),
'pnr' => $paymentHistory->orderNumber,
'branch_name' => $bank_branch->name,
'price_amount' => $paymentHistory->amount,
'price_amount' => convertToOriginalFormat($paymentHistory->amount) . ' TMT',
'return_url' => url('/work-place/resources/nova-visa-master-payment-orders/' . $resource->visa_master_payment_order_id),
];
}