Skip to content

Commit

Permalink
Added PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stechiu committed Feb 7, 2025
1 parent 13524a6 commit f84bd17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## unreleased
* BraintreeApplePay
* Add `isDeviceToken` to POST `v1/payment_methods/apple_payment_tokens`
* Add BTApplePayCardNonce.isDeviceToken for MPAN identification

## 6.28.0 (2025-02-05)
* BraintreeVenmo
Expand Down
2 changes: 1 addition & 1 deletion Sources/BraintreeApplePay/BTApplePayCardNonce.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import BraintreeCore
/// The BIN data for the card number associated with this nonce.
public let binData: BTBinData

/// This Boolean indicates whether this tokenized card is a device-specific account number (DPAN) or merchant/cloud token (MPAN).
/// This Boolean indicates whether this tokenized card is a device-specific account number (DPAN) or merchant/cloud token (MPAN). Available on iOS 16+.
/// If `isDeviceToken` is `false`, then token type is MPAN
public var isDeviceToken: Bool

Expand Down

0 comments on commit f84bd17

Please sign in to comment.