Update checkout_confirmation.dart

This commit is contained in:
Anthony Gordon 2021-09-25 18:49:25 +01:00 committed by GitHub
parent 0310ffdbb8
commit 014edb1962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -386,7 +386,7 @@ class CheckoutConfirmationPageState extends State<CheckoutConfirmationPage> {
return;
}
if (_wooSignalApp.disableShipping == 1 &&
if (_wooSignalApp.disableShipping == 0 &&
CheckoutSession.getInstance.shippingType == null) {
showToastNotification(
context,