Skip to content

Commit

Permalink
Made the client a singleton.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewangeta committed Jul 14, 2018
1 parent be7645f commit c0465a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Stripe/Provider/Provider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public final class StripeProvider: Provider {
}
}

public struct StripeClient: Service {
public final class StripeClient: Service {
public var balance: BalanceRoutes
public var charge: ChargeRoutes
public var connectAccount: AccountRoutes
Expand Down

0 comments on commit c0465a0

Please sign in to comment.