Skip to content

Commit

Permalink
Cleanup - match BTShopperInsightsRequest docstring with new param names
Browse files Browse the repository at this point in the history
  • Loading branch information
scannillo committed Dec 8, 2023
1 parent 7b84ca4 commit 3753202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/BraintreeCore/BTShopperInsightsRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3753202

Please sign in to comment.