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