remove print

This commit is contained in:
Anthony 2021-10-11 23:47:56 +01:00
parent 713ac0e873
commit dbd2ad9535

View File

@ -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 =