Skip to content

Commit

Permalink
Update values of event names DISPUTE_INQUIRY_REFUND_*
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinksi committed Oct 3, 2023
1 parent b3c605c commit 5cb3447
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/tracks/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ const events = {
DISPUTE_CHALLENGE_CLICK: 'wcpay_dispute_challenge_click',
DISPUTE_ACCEPT_CLICK: 'wcpay_dispute_accept_click',
DISPUTE_ACCEPT_MODAL_VIEW: 'wcpay_dispute_accept_modal_view',
DISPUTE_INQUIRY_REFUND_MODAL_VIEW: 'wcpay_dispute_modal_refund_click',
DISPUTE_INQUIRY_REFUND_CLICK: 'wcpay_dispute_modal_refund_click',
DISPUTE_INQUIRY_REFUND_CLICK: 'wcpay_dispute_inquiry_refund_click',
DISPUTE_INQUIRY_REFUND_MODAL_VIEW:
'wcpay_dispute_inquiry_refund_modal_view',
ORDER_DISPUTE_NOTICE_BUTTON_CLICK:
'wcpay_order_dispute_notice_action_click',
OVERVIEW_BALANCES_CURRENCY_CLICK:
Expand Down

0 comments on commit 5cb3447

Please sign in to comment.