Skip to content

Commit

Permalink
changed BinNumber type from int to json.Number
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Chechel committed Jul 26, 2017
1 parent 8115feb commit 75b664b
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 int `json:"bin_number"`
BinNumber json.Number `json:"bin_number"`
Vendor string `json:"vendor"`
Issuer string `json:"issuer"`
CardType string `json:"card_type"`
Expand Down

0 comments on commit 75b664b

Please sign in to comment.