update to checkout_shipping_type.dart
This commit is contained in:
parent
3f4c3be128
commit
e6cd576e7a
@ -148,13 +148,6 @@ class _CheckoutShippingTypePageState extends State<CheckoutShippingTypePage> {
|
|||||||
_wsShippingOptions.add(tmpShippingOption);
|
_wsShippingOptions.add(tmpShippingOption);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
_shipping.methods.freeShipping
|
|
||||||
.where((t) => t != null)
|
|
||||||
.toList()
|
|
||||||
.forEach((freeShipping) async {
|
|
||||||
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user