Small fix in woosignal_ui
This commit is contained in:
parent
7f05cedb1e
commit
483629e6f4
@ -492,7 +492,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