merge
This commit is contained in:
commit
12f2b41cc3
@ -509,7 +509,7 @@ Widget wsCardCartItem(BuildContext context,
|
||||
.bodyText2)),
|
||||
Text(
|
||||
formatDoubleCurrency(
|
||||
total: double.parse(cartLineItem.total)),
|
||||
total: parseWcPrice(cartLineItem.total)),
|
||||
style: Theme.of(context).primaryTextTheme.subtitle1,
|
||||
textAlign: TextAlign.center)
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user