pull/324/head
haroon amjad 4 weeks ago
parent ab86d53261
commit 68248f0cf0

@ -451,7 +451,7 @@ class _WalletPaymentConfirmPageState extends State<WalletPaymentConfirmPage> {
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,

@ -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,

Loading…
Cancel
Save