Skip to content

Commit

Permalink
Update objC signature (#1531)
Browse files Browse the repository at this point in the history
  • Loading branch information
warmkesselj authored Mar 4, 2025
1 parent d7b1bf8 commit 0762ce0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import BraintreeCore

/// Creates an American Express client.
/// - Parameter authorization: A valid client token or tokenization key used to authorize API calls
@objc(initWithAPIClient:)
@objc(initWithAuthorization:)
public init(authorization: String) {
self.apiClient = BTAPIClient(newAuthorization: authorization)
}
Expand Down

0 comments on commit 0762ce0

Please sign in to comment.