Update checkout_confirmation.dart
This commit is contained in:
parent
0310ffdbb8
commit
014edb1962
@ -386,7 +386,7 @@ class CheckoutConfirmationPageState extends State<CheckoutConfirmationPage> {
|
||||
return;
|
||||
}
|
||||
|
||||
if (_wooSignalApp.disableShipping == 1 &&
|
||||
if (_wooSignalApp.disableShipping == 0 &&
|
||||
CheckoutSession.getInstance.shippingType == null) {
|
||||
showToastNotification(
|
||||
context,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user