Skip to content

Commit

Permalink
Merge pull request #991 from stripe/remi-add-missing-constant
Browse files Browse the repository at this point in the history
Add missing constant for PaymentMethod of type FPX
  • Loading branch information
remi-stripe authored Nov 19, 2019
2 parents f7e3849 + 7421d6f commit d6c729c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paymentmethod.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ type PaymentMethodType string
const (
PaymentMethodTypeCard PaymentMethodType = "card"
PaymentMethodTypeCardPresent PaymentMethodType = "card_present"
PaymentMethodTypeFPX PaymentMethodType = "fpx"
PaymentMethodTypeIdeal PaymentMethodType = "ideal"
PaymentMethodTypeSepaDebit PaymentMethodType = "sepa_debit"
)
Expand Down

0 comments on commit d6c729c

Please sign in to comment.