Skip to content

Commit

Permalink
paypal start docstrings error
Browse files Browse the repository at this point in the history
  • Loading branch information
KunJeongPark committed Jan 21, 2025
1 parent 3aa8012 commit 1a4fbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PayPalWebPayments/PayPalWebCheckoutClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1a4fbe7

Please sign in to comment.