Skip to content

Commit

Permalink
Remove reference to PP ID Token in BTAPIClient.init() docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
scannillo committed Dec 4, 2023
1 parent bb00cc3 commit 62d3253
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 62d3253

Please sign in to comment.