-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v5] Expose isDeviceToken on BTApplePayCardNonce #1522
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏Nice!
@@ -16,6 +16,11 @@ NS_ASSUME_NONNULL_BEGIN | |||
*/ | |||
@property (nonatomic, readonly, strong) BTBinData *binData; | |||
|
|||
/** | |||
This Boolean (available on iOS 16+) indicates whether this tokenized card is a device-specific account number (DPAN) or merchant/cloud token (MPAN). If `isDeviceToken` is `false`, then token type is MPAN. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: extra space 16+) in
I put up PR #1525 to fix the tests no-oping if we want to merge that in first. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!! 🚀
…ree_ios into v5-mpan-expose-isDeviceToken
With this PR, Merchants will have the ability to see if their ApplePay payment was tokenized as an MPAN or DPAN.
Summary of changes
false
== DPANtrue
== MPANChecklist
Authors