From ca31fc189edacb7bdd913f272900adefcfdf6a5c Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Mon, 25 Nov 2024 20:46:28 +0500 Subject: [PATCH] wip --- app/Repos/Payment/OnlinePaymentRepo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Repos/Payment/OnlinePaymentRepo.php b/app/Repos/Payment/OnlinePaymentRepo.php index c0d9b95..3188c1f 100644 --- a/app/Repos/Payment/OnlinePaymentRepo.php +++ b/app/Repos/Payment/OnlinePaymentRepo.php @@ -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',