This commit is contained in:
WooSignal 2020-05-12 00:11:09 +01:00
commit 12f2b41cc3
2 changed files with 2 additions and 2 deletions

View File

@ -509,7 +509,7 @@ Widget wsCardCartItem(BuildContext context,
.bodyText2)), .bodyText2)),
Text( Text(
formatDoubleCurrency( formatDoubleCurrency(
total: double.parse(cartLineItem.total)), total: parseWcPrice(cartLineItem.total)),
style: Theme.of(context).primaryTextTheme.subtitle1, style: Theme.of(context).primaryTextTheme.subtitle1,
textAlign: TextAlign.center) textAlign: TextAlign.center)
], ],

View File

@ -3,7 +3,7 @@
</p> </p>
# Woocommerce App: Label StoreMax # Woocommerce App: Label StoreMax
### Label StoreMax - v2.0.1 ### Label StoreMax - v2.0.2
![alt text](https://woosignal.com/images/woosignal_labelstoremax_main_banner_flutter.png "WooCommerce app WooSignal Flutter logo") ![alt text](https://woosignal.com/images/woosignal_labelstoremax_main_banner_flutter.png "WooCommerce app WooSignal Flutter logo")