We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713ac0e commit dbd2ad9Copy full SHA for dbd2ad9
LabelStoreMax/lib/app/providers/paypal_pay.dart
@@ -46,7 +46,7 @@ payPalPay(context,
46
state.reloadState(showLoader: false);
47
return;
48
}
49
-print(value);
+
50
state.reloadState(showLoader: true);
51
if (value.containsKey("status") && value["status"] == "success") {
52
OrderWC orderWC =
0 commit comments