remove print
This commit is contained in:
parent
713ac0e873
commit
dbd2ad9535
@ -46,7 +46,7 @@ payPalPay(context,
|
||||
state.reloadState(showLoader: false);
|
||||
return;
|
||||
}
|
||||
print(value);
|
||||
|
||||
state.reloadState(showLoader: true);
|
||||
if (value.containsKey("status") && value["status"] == "success") {
|
||||
OrderWC orderWC =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user