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,