We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e59ee commit 6e6afbeCopy full SHA for 6e6afbe
WooCommerce/Classes/POS/Models/PointOfSaleAggregateModel.swift
@@ -367,7 +367,7 @@ extension PointOfSaleAggregateModel {
367
// Once we get the callback from the card service, we switch to cash collection state
368
@MainActor
369
func startCashPayment() async {
370
- analytics.track(.pointOfSaleCashPaymentTapped)
+ analytics.track(.pointOfSaleCheckoutCashPaymentTapped)
371
try? await cardPresentPaymentService.cancelPayment()
372
paymentState.cash = .collectingCash
373
}
0 commit comments