Skip to content

Commit

Permalink
Merge pull request #155 from paypal/feature/BIN-Info-FPTI-Keys
Browse files Browse the repository at this point in the history
Add FPTI keys for currency, amount, available payment networks, and selected card type
  • Loading branch information
jtanya17 authored Jan 27, 2025
2 parents efa3109 + 216cc7f commit 28b21eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/fpti.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ 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 28b21eb

Please sign in to comment.