merge
This commit is contained in:
commit
12f2b41cc3
@ -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)
|
||||||
],
|
],
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
# Woocommerce App: Label StoreMax
|
# Woocommerce App: Label StoreMax
|
||||||
### Label StoreMax - v2.0.1
|
### Label StoreMax - v2.0.2
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user