From 37532028879466de3fbdd09d59a00594049bb8c6 Mon Sep 17 00:00:00 2001 From: Sammy Cannillo Date: Fri, 8 Dec 2023 11:06:29 -0600 Subject: [PATCH] Cleanup - match BTShopperInsightsRequest docstring with new param names --- Sources/BraintreeCore/BTShopperInsightsRequest.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/BraintreeCore/BTShopperInsightsRequest.swift b/Sources/BraintreeCore/BTShopperInsightsRequest.swift index b923929102..32ec9a95c5 100644 --- a/Sources/BraintreeCore/BTShopperInsightsRequest.swift +++ b/Sources/BraintreeCore/BTShopperInsightsRequest.swift @@ -47,8 +47,8 @@ public struct Phone { /// Initialize a `BTShopperInsightsRequest.Phone`. /// - Parameters: - /// - phoneCountryCode: The buyer's country code prefix to the national telephone number. An identifier for a specific country. Must not contain special characters. - /// - phoneNationalNumber: The buyer's national phone number. Must not contain special characters. Must not contain special characters. + /// - countryCode: The buyer's country code prefix to the national telephone number. An identifier for a specific country. Must not contain special characters. + /// - nationalNumber: The buyer's national phone number. Must not contain special characters. Must not contain special characters. /// - Note: This feature is in beta. It's public API may change or be removed in future releases. init(countryCode: String, nationalNumber: String) { self.countryCode = countryCode