This commit is contained in:
2024-01-28 21:28:16 +05:00
parent 819c842ae0
commit 0c1039f651
3 changed files with 13 additions and 8 deletions

View File

@@ -64,7 +64,7 @@ class OnlinePaymentController extends Controller
}
return view(OnlinePaymentRepo::statusView(), [
'status' => $payment_status,
'success' => $payment_status,
'title' => $payment_status ? __('Payment is successful') : __('Payment has failed'),
'pnr' => $paymentHistory->orderNumber,
'branch_name' => $resource->branch->name,