11/17/1
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user