|
|
|
|
@ -24,6 +24,7 @@ import 'package:diplomaticquarterapp/widgets/others/app_scaffold_widget.dart';
|
|
|
|
|
import 'package:diplomaticquarterapp/widgets/otp/sms-popup.dart';
|
|
|
|
|
import 'package:flutter/material.dart';
|
|
|
|
|
import 'package:flutter_svg/flutter_svg.dart';
|
|
|
|
|
|
|
|
|
|
// import 'package:pay/pay.dart';
|
|
|
|
|
import 'package:provider/provider.dart';
|
|
|
|
|
|
|
|
|
|
@ -52,6 +53,7 @@ class _ConfirmPaymentPageState extends State<ConfirmPaymentPage> {
|
|
|
|
|
|
|
|
|
|
String tamaraPaymentStatus;
|
|
|
|
|
String tamaraOrderID;
|
|
|
|
|
|
|
|
|
|
// Pay _payClient;
|
|
|
|
|
|
|
|
|
|
@override
|
|
|
|
|
@ -137,7 +139,10 @@ class _ConfirmPaymentPageState extends State<ConfirmPaymentPage> {
|
|
|
|
|
: Image.asset(getImagePath(widget.selectedPaymentMethod)),
|
|
|
|
|
),
|
|
|
|
|
Text(
|
|
|
|
|
'${widget.advanceModel.amount} ' + TranslationBase.of(context).sar,
|
|
|
|
|
widget.advanceModel.hospitalsModel.projectOutSA
|
|
|
|
|
? '${widget.advanceModel.amount} ' + TranslationBase.of(context).aed
|
|
|
|
|
: '${widget.advanceModel.amount} ' + TranslationBase.of(context).sar,
|
|
|
|
|
// '${widget.advanceModel.amount} ' + TranslationBase.of(context).sar,
|
|
|
|
|
style: TextStyle(
|
|
|
|
|
fontSize: 20,
|
|
|
|
|
fontWeight: FontWeight.w900,
|
|
|
|
|
|