From 3c44a9030a6c7e979d8420308be4243b02ade68f Mon Sep 17 00:00:00 2001 From: Victoria Park Date: Tue, 21 Jan 2025 08:50:29 -0800 Subject: [PATCH] typo in docstrings --- Sources/PayPalWebPayments/PayPalWebCheckoutClient.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/PayPalWebPayments/PayPalWebCheckoutClient.swift b/Sources/PayPalWebPayments/PayPalWebCheckoutClient.swift index 29e2b6ee..e7b9d126 100644 --- a/Sources/PayPalWebPayments/PayPalWebCheckoutClient.swift +++ b/Sources/PayPalWebPayments/PayPalWebCheckoutClient.swift @@ -34,7 +34,7 @@ public class PayPalWebCheckoutClient: NSObject { /// The closure returns a `Result`: /// - `.success(PayPalCheckoutResult)` containing: /// - `orderID`: The ID of the approved order. - /// - `payerID`: Payer ID (or user id associated with the transaction + /// - `payerID`: Payer ID (or user id) associated with the transaction /// - `.failure(CoreSDKError)`: Describes the reason for failure. public func start(request: PayPalWebCheckoutRequest, completion: @escaping (Result) -> Void) { analyticsService = AnalyticsService(coreConfig: config, orderID: request.orderID)