update to checkout_shipping_type.dart

This commit is contained in:
WooSignal 2020-07-23 13:50:42 +01:00
parent 3f4c3be128
commit e6cd576e7a

View File

@ -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 {
});
} }
} }