Skip to content

Commit e6cd576

Browse files
author
WooSignal
committed
update to checkout_shipping_type.dart
1 parent 3f4c3be commit e6cd576

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

LabelStoreMax/lib/pages/checkout_shipping_type.dart

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,6 @@ class _CheckoutShippingTypePageState extends State<CheckoutShippingTypePage> {
148148
_wsShippingOptions.add(tmpShippingOption);
149149
}
150150
}
151-
152-
_shipping.methods.freeShipping
153-
.where((t) => t != null)
154-
.toList()
155-
.forEach((freeShipping) async {
156-
157-
});
158151
}
159152
}
160153

0 commit comments

Comments
 (0)