25-2/6/1
This commit is contained in:
@@ -335,10 +335,8 @@ void showPaymentOptions(BuildContext context, PaymentController controller) {
|
||||
color: CupertinoColors.activeGreen)),
|
||||
onPressed: () async {
|
||||
Get.back();
|
||||
box.write(
|
||||
BoxName.phoneWallet,
|
||||
encryptionHelper.encryptData(
|
||||
controller.walletphoneController.text));
|
||||
box.write(BoxName.phoneWallet,
|
||||
(controller.walletphoneController.text));
|
||||
Toast.show(
|
||||
context,
|
||||
'Phone Wallet Saved Successfully'.tr,
|
||||
|
||||
Reference in New Issue
Block a user