diff --git a/LabelStoreMax/lib/resources/pages/checkout_confirmation.dart b/LabelStoreMax/lib/resources/pages/checkout_confirmation.dart index c0cb649..607ff28 100644 --- a/LabelStoreMax/lib/resources/pages/checkout_confirmation.dart +++ b/LabelStoreMax/lib/resources/pages/checkout_confirmation.dart @@ -386,7 +386,7 @@ class CheckoutConfirmationPageState extends State { return; } - if (_wooSignalApp.disableShipping == 1 && + if (_wooSignalApp.disableShipping == 0 && CheckoutSession.getInstance.shippingType == null) { showToastNotification( context,