Skip to content

Commit dbd2ad9

Browse files
committed
remove print
1 parent 713ac0e commit dbd2ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LabelStoreMax/lib/app/providers/paypal_pay.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ payPalPay(context,
4646
state.reloadState(showLoader: false);
4747
return;
4848
}
49-
print(value);
49+
5050
state.reloadState(showLoader: true);
5151
if (value.containsKey("status") && value["status"] == "success") {
5252
OrderWC orderWC =

0 commit comments

Comments
 (0)