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();