Skip to content

Commit 014edb1

Browse files
authored
Update checkout_confirmation.dart
1 parent 0310ffd commit 014edb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LabelStoreMax/lib/resources/pages/checkout_confirmation.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ class CheckoutConfirmationPageState extends State<CheckoutConfirmationPage> {
386386
return;
387387
}
388388

389-
if (_wooSignalApp.disableShipping == 1 &&
389+
if (_wooSignalApp.disableShipping == 0 &&
390390
CheckoutSession.getInstance.shippingType == null) {
391391
showToastNotification(
392392
context,

0 commit comments

Comments
 (0)