This commit is contained in:
Hamza-Ayed
2024-11-17 12:02:54 +02:00
parent bf8a29b814
commit f796f4bc48
13 changed files with 611 additions and 493 deletions

View File

@@ -699,7 +699,8 @@ class PaymentController extends GetxController {
);
// if (response!.success == true && response.responseCode == '200') {
if (response!.responseCode == '200' && response.success == true) {
if (response!.responseCode.toString() == '200' &&
response.success == true) {
// Log.print('transactionID wewer: ${response.transactionID}');
Toast.show(context, 'Payment Successful'.tr, AppColor.greenColor);
method();