11/20/1
This commit is contained in:
@@ -19,6 +19,7 @@ import '../../constant/colors.dart';
|
||||
import '../../constant/info.dart';
|
||||
import '../../constant/links.dart';
|
||||
import '../../main.dart';
|
||||
import '../../print.dart';
|
||||
import '../functions/crud.dart';
|
||||
import '../functions/toast.dart';
|
||||
import 'paymob/paymob_wallet.dart';
|
||||
@@ -697,7 +698,7 @@ class PaymentController extends GetxController {
|
||||
billingData: PaymobBillingDataWallet(),
|
||||
onPayment: (PaymobResponseWallet response) {},
|
||||
);
|
||||
|
||||
// Log.print('response.message!: ${response!.responseCode!}');
|
||||
// if (response!.success == true && response.responseCode == '200') {
|
||||
if (response!.responseCode.toString() == '200' &&
|
||||
response.success == true) {
|
||||
|
||||
Reference in New Issue
Block a user