Skip to content

Commit

Permalink
address pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
agedd committed Jul 17, 2024
1 parent 80e7a20 commit 1b734ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions Sources/VenmoPayments/VenmoCheckoutRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,4 @@ public struct VenmoCheckoutRequest {

/// The order ID associated with the request
public let orderID: String

/// Creates an instance of VenmoCheckoutRequest
/// - Parameter orderID: The ID of an order to be approved
public init(orderID: String) {
self.orderID = orderID
}
}
2 changes: 1 addition & 1 deletion Sources/VenmoPayments/VenmoClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class VenmoClient {

/// Initialize a VenmoClient to process a Venmo payment
/// - Parameter config: The CoreConfig object
init(config: CoreConfig, universalLink: URL) {
public init(config: CoreConfig, universalLink: URL) {
self.config = config
self.universalLink = universalLink
self.networkingClient = NetworkingClient(coreConfig: config)
Expand Down

0 comments on commit 1b734ea

Please sign in to comment.