Skip to content

Commit 12f2b41

Browse files
author
WooSignal
committed
merge
2 parents ba91f2f + 483629e commit 12f2b41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LabelStoreMax/lib/widgets/woosignal_ui.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ Widget wsCardCartItem(BuildContext context,
509509
.bodyText2)),
510510
Text(
511511
formatDoubleCurrency(
512-
total: double.parse(cartLineItem.total)),
512+
total: parseWcPrice(cartLineItem.total)),
513513
style: Theme.of(context).primaryTextTheme.subtitle1,
514514
textAlign: TextAlign.center)
515515
],

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</p>
44

55
# Woocommerce App: Label StoreMax
6-
### Label StoreMax - v2.0.1
6+
### Label StoreMax - v2.0.2
77

88
![alt text](https://woosignal.com/images/woosignal_labelstoremax_main_banner_flutter.png "WooCommerce app WooSignal Flutter logo")
99

0 commit comments

Comments
 (0)