From 0762ce0d3e22584221abc5fdabc54cc1d1279d8a Mon Sep 17 00:00:00 2001 From: warmkesselj <150195168+warmkesselj@users.noreply.github.com> Date: Tue, 4 Mar 2025 09:04:37 -0800 Subject: [PATCH] Update objC signature (#1531) --- Sources/BraintreeAmericanExpress/BTAmericanExpressClient.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/BraintreeAmericanExpress/BTAmericanExpressClient.swift b/Sources/BraintreeAmericanExpress/BTAmericanExpressClient.swift index 6fc27b5ac..d6934873a 100644 --- a/Sources/BraintreeAmericanExpress/BTAmericanExpressClient.swift +++ b/Sources/BraintreeAmericanExpress/BTAmericanExpressClient.swift @@ -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) }