braintree / braintree_ios

Braintree SDK for iOS
https://developer.paypal.com/braintree/docs/start/hello-client/ios/v5
MIT License
560 stars 296 forks source link

Added new `isVault` analytics tag - Venmo, PayPal #1296

Closed stechiu closed 4 months ago

stechiu commented 4 months ago

Added is_vault FPTI tag at the event_params level of our FPTI payload. This value should be a boolean. True if the merchant launched a tokenize() call with a BTPayPalVaultRequest and false if the merchant launched a tokenize() call with a BTPayPalCheckoutRequest.

The same check was added to BTVenmoRequest

Summary of changes

Checklist

Authors

List GitHub usernames for everyone who contributed to this pull request.