Skip to content

Commit

Permalink
Clean up code after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
samiuelson committed Jan 17, 2025
1 parent 0cce2be commit 057b1e7
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -495,10 +495,12 @@ fun WooPosTotalsScreenPreviewForFreeOrders() {
WooPosTheme {
WooPosTotalsScreen(
modifier = Modifier,
state = WooPosTotalsViewState.Totals(
orderSubtotalText = "$420.00",
orderTotalText = "$462.00",
orderTaxText = "$42.00",
state = WooPosTotalsViewState.Checkout(
totals = Totals.Visible(
orderSubtotalText = "$420.00",
orderTotalText = "$462.00",
orderTaxText = "$42.00",
),
readerStatus = WooPosTotalsViewState.ReaderStatus.Disconnected(
title = "Reader not connected",
subtitle = "To process this payment, please connect your reader.",
Expand Down

0 comments on commit 057b1e7

Please sign in to comment.