Skip to content

Commit

Permalink
Add FPTI keys for currency, amount, available payment networks, and s…
Browse files Browse the repository at this point in the history
…elected card type
  • Loading branch information
Tanya Jain committed Jan 27, 2025
1 parent 5889722 commit 540ae94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/fpti.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ export const FPTI_KEY = {
USER_AGENT: ("user_agent": "user_agent"),
USER_IDENTITY_METHOD: ("user_identity_method": "user_identity_method"),
VERSION: ("checkoutjs_version": "checkoutjs_version"),
AVAILABLE_PAYMENT_NETWORKS: ("available_payment_networks": "available_payment_networks"),
SELECTED_CARD_TYPE: ("selected_card_type": "selected_card_type"),
CURRENCY: ("currency": "currency"),
AMOUNT: ("amount": "amount"),
};

export const FPTI_USER_ACTION = {
Expand Down

0 comments on commit 540ae94

Please sign in to comment.