File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
WooCommerce/Classes/POS/Analytics Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ extension WooAnalyticsEvent {
1212 static let paymentsOnboardingState = " onboarding_state "
1313 static let itemType = " product_type "
1414 static let itemsInCart = " items_in_cart "
15+ static let millisecondsSinceCustomerInteractionStarted = " milliseconds_since_customer_interaction_started "
1516 }
1617
1718 static func paymentsOnboardingShown( ) -> WooAnalyticsEvent {
@@ -34,7 +35,7 @@ extension WooAnalyticsEvent {
3435
3536 static func cardPresentCollectPaymentSuccess( millisecondsSinceCustomerIteractionStated: Double ) -> WooAnalyticsEvent {
3637 WooAnalyticsEvent ( statName: . collectPaymentSuccess, properties: [
37- " milliseconds_since_customer_interaction_started " : " \( millisecondsSinceCustomerIteractionStated) " ]
38+ Key . millisecondsSinceCustomerInteractionStarted : " \( millisecondsSinceCustomerIteractionStated) " ]
3839 )
3940 }
4041 }
You can’t perform that action at this time.
0 commit comments