From 1a4fbe727462f76321ad63e65c96f0b15b7c4926 Mon Sep 17 00:00:00 2001 From: Victoria Park Date: Tue, 21 Jan 2025 07:55:00 -0800 Subject: [PATCH] paypal start docstrings error --- 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 147b5d4b..c61b5b27 100644 --- a/Sources/PayPalWebPayments/PayPalWebCheckoutClient.swift +++ b/Sources/PayPalWebPayments/PayPalWebCheckoutClient.swift @@ -32,7 +32,7 @@ public class PayPalWebCheckoutClient: NSObject { /// - request: the PayPalRequest for the transaction /// - completion: A completion block that is invoked when the request is completed. /// The closure returns a `Result`: - /// - `.success(CardResult)` containing: + /// - `.success(PayPalCheckoutResult)` containing: /// - `orderID`: The ID of the approved order. /// - `payerID`: Payer ID (or user id associated with the transaction /// - `.failure(CoreSDKError)`: Describes the reason for failure.