Skip to content

Commit 483629e

Browse files
author
WooSignal
authored
Small fix in woosignal_ui
1 parent 7f05ced commit 483629e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LabelStoreMax/lib/widgets/woosignal_ui.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ Widget wsCardCartItem(BuildContext context,
492492
.bodyText2)),
493493
Text(
494494
formatDoubleCurrency(
495-
total: double.parse(cartLineItem.total)),
495+
total: parseWcPrice(cartLineItem.total)),
496496
style:
497497
Theme.of(context).primaryTextTheme.subtitle1,
498498
textAlign: TextAlign.center)

0 commit comments

Comments
 (0)