From 68248f0cf0a65076b2e70a4d64f1c7cf6c921108 Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Mon, 18 May 2026 17:21:35 +0300 Subject: [PATCH] updates --- lib/presentation/habib_wallet/wallet_payment_confirm_page.dart | 2 +- lib/presentation/insurance/insurance_approval_details_page.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/presentation/habib_wallet/wallet_payment_confirm_page.dart b/lib/presentation/habib_wallet/wallet_payment_confirm_page.dart index 1363025e..64d2828b 100644 --- a/lib/presentation/habib_wallet/wallet_payment_confirm_page.dart +++ b/lib/presentation/habib_wallet/wallet_payment_confirm_page.dart @@ -451,7 +451,7 @@ class _WalletPaymentConfirmPageState extends State { customerName: "${appState.getAuthenticatedUser()!.firstName} ${appState.getAuthenticatedUser()!.lastName}", // customerEmail: projectViewModel.authenticatedUserObject.user.emailAddress, customerEmail: "CustID_${appState.getAuthenticatedUser()!.patientId.toString()}@HMG.com", - orderDescription: "Appointment Payment", + orderDescription: "Advance Payment", orderAmount: double.parse(habibWalletVM.walletRechargeAmount.toString()), merchantReference: transID, merchantIdentifier: payfortViewModel.payfortProjectDetailsRespModel!.merchantIdentifier, diff --git a/lib/presentation/insurance/insurance_approval_details_page.dart b/lib/presentation/insurance/insurance_approval_details_page.dart index c80767eb..e3b684bf 100644 --- a/lib/presentation/insurance/insurance_approval_details_page.dart +++ b/lib/presentation/insurance/insurance_approval_details_page.dart @@ -152,7 +152,7 @@ class InsuranceApprovalDetailsPage extends StatelessWidget { child: insuranceApprovalResponseModel.apporvalDetails != null ? Column( crossAxisAlignment: CrossAxisAlignment.start, children: [ - LocaleKeys.approvalDetails.toText16(isBold: true), + LocaleKeys.approvalDetails.tr().toText16(isBold: true), ListView.separated( padding: EdgeInsets.only(top: 16.h), shrinkWrap: true,