Skip to content

Commit

Permalink
Made initializer public.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewangeta committed Jun 14, 2019
1 parent 3654580 commit cac6113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/StripeKit/API/StripeClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public final class StripeClient {
public var readers: ReaderRoutes
public var scheduledQueryRuns: ScheduledQueryRunRoutes

init(eventLoop: EventLoopGroup, apiKey: String) {
public init(eventLoop: EventLoopGroup, apiKey: String) {
let client = HTTPClient(eventLoopGroupProvider: .shared(eventLoop))
let handler = StripeDefaultAPIHandler(httpClient: client, apiKey: apiKey)

Expand Down

0 comments on commit cac6113

Please sign in to comment.