Skip to content

Commit

Permalink
Stripe card country can be optional (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Aug 27, 2020
1 parent df46074 commit 3a50575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Stripe/Model.swift
Expand Up @@ -5,7 +5,7 @@ import TaggedMoney

public struct Card: Codable, Equatable {
public var brand: Brand
public var country: Country
public var country: Country?
public var customer: Customer.Id
public var expMonth: Int
public var expYear: Int
Expand Down

0 comments on commit 3a50575

Please sign in to comment.