From 014edb19627293b83f2c2e6b309f894a849adca1 Mon Sep 17 00:00:00 2001 From: Anthony Gordon Date: Sat, 25 Sep 2021 18:49:25 +0100 Subject: [PATCH] Update checkout_confirmation.dart --- LabelStoreMax/lib/resources/pages/checkout_confirmation.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,