Skip to content

Commit

Permalink
Merge branch 'master' into IOBP-837-dynamic-transaction-header-title
Browse files Browse the repository at this point in the history
  • Loading branch information
Hantex9 authored Oct 31, 2024
2 parents 7a8d28c + b12d7b6 commit 26319ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ts/features/payments/checkout/analytics/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ export const getPaymentAnalyticsEventFromFailureOutcome = (
return "PAYMENT_REVERSAL_ERROR";
case WalletPaymentOutcomeEnum.IN_APP_BROWSER_CLOSED_BY_USER:
return "PAYMENT_WEBVIEW_USER_CANCELLATION";
case WalletPaymentOutcomeEnum.PAYPAL_REMOVED_ERROR:
return "PAYMENT_METHOD_AUTHORIZATION_ERROR";
default:
return outcome;
}
Expand Down

0 comments on commit 26319ef

Please sign in to comment.