Skip to content

Commit 6e6afbe

Browse files
committed
Revert to track pointOfSaleCheckoutCashPaymentTapped
1 parent 23e59ee commit 6e6afbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/POS/Models/PointOfSaleAggregateModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ extension PointOfSaleAggregateModel {
367367
// Once we get the callback from the card service, we switch to cash collection state
368368
@MainActor
369369
func startCashPayment() async {
370-
analytics.track(.pointOfSaleCashPaymentTapped)
370+
analytics.track(.pointOfSaleCheckoutCashPaymentTapped)
371371
try? await cardPresentPaymentService.cancelPayment()
372372
paymentState.cash = .collectingCash
373373
}

0 commit comments

Comments
 (0)