From f84bd17ac58e3cf93ba25cfd82a3df7abbddc956 Mon Sep 17 00:00:00 2001 From: stechiu Date: Fri, 7 Feb 2025 11:52:08 -0800 Subject: [PATCH] Added PR comments --- CHANGELOG.md | 2 +- Sources/BraintreeApplePay/BTApplePayCardNonce.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b3ea8e46..99df1eb77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Sources/BraintreeApplePay/BTApplePayCardNonce.swift b/Sources/BraintreeApplePay/BTApplePayCardNonce.swift index d5e16c81e..8e1672ba0 100644 --- a/Sources/BraintreeApplePay/BTApplePayCardNonce.swift +++ b/Sources/BraintreeApplePay/BTApplePayCardNonce.swift @@ -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