From 6e1215ef66046f5d0ebd2fd0b1a519aa85007e9b Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Thu, 9 Oct 2025 23:46:07 +0300 Subject: [PATCH] 25-10-9/2 --- lib/controller/payment/payment_controller.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/controller/payment/payment_controller.dart b/lib/controller/payment/payment_controller.dart index 7cd292d..c44f88a 100644 --- a/lib/controller/payment/payment_controller.dart +++ b/lib/controller/payment/payment_controller.dart @@ -901,7 +901,7 @@ class PaymentController extends GetxController { final messageData = startRes['message'] as Map; final transactionID = messageData['transactionID'].toString(); print("📄 transactionID: $transactionID"); - +// // 2) اطلب من المستخدم إدخال OTP عبر Get.dialog (بدون context) _closeAnyDialog(); // أغلق اللودينغ أولاً final otpController = TextEditingController();