This commit is contained in:
2024-11-25 20:46:28 +05:00
parent fda9c200c9
commit ca31fc189e

View File

@@ -207,7 +207,7 @@ class OnlinePaymentRepo
{
return [
'success' => false,
'title' => __('Payment is successful'),
'title' => __('Payment has failed'),
'pnr' => $paymentHistory->orderNumber,
'branch_name' => $bank_branch->name,
'price_amount' => convertToOriginalFormat($paymentHistory->amount).' TMT',