Skip to content

Commit

Permalink
Remove reference to PP ID Token in BTAPIClient.init() docstring (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
scannillo authored Dec 4, 2023
1 parent a9a1eec commit f30f4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/BraintreeCore/BTAPIClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ import Foundation
// MARK: - Initializers

/// Initialize a new API client.
/// - Parameter authorization: Your tokenization key, client token, or PayPal ID Token. Passing an invalid value may return `nil`.
/// - Parameter authorization: Your tokenization key or client token. Passing an invalid value may return `nil`.
@objc(initWithAuthorization:)
public convenience init?(authorization: String) {
self.init(authorization: authorization, sendAnalyticsEvent: true)
Expand Down

0 comments on commit f30f4a6

Please sign in to comment.