Skip to content

Commit

Permalink
typo in docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
KunJeongPark committed Jan 21, 2025
1 parent 62bbc43 commit 3c44a90
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 @@ -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<PayPalWebCheckoutResult, CoreSDKError>) -> Void) {
analyticsService = AnalyticsService(coreConfig: config, orderID: request.orderID)
Expand Down

0 comments on commit 3c44a90

Please sign in to comment.