Skip to content

Commit

Permalink
Changed BinNumber type from string to int
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Chechel committed Jul 25, 2017
1 parent ec0e8ef commit f00754a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payment_method.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type PaymentMethod struct {
Created json.Number `json:"created"`
Customer string `json:"customer"`
AdditionalDetails AdditionalDetails `json:"additional_details"`
BinNumber string `json:"bin_number"`
BinNumber int `json:"bin_number"`
Vendor string `json:"vendor"`
Issuer string `json:"issuer"`
CardType string `json:"card_type"`
Expand Down

0 comments on commit f00754a

Please sign in to comment.