Skip to content

Commit

Permalink
Merge pull request #5 from hexdigest/master
Browse files Browse the repository at this point in the history
changed BinNumber type from int to json.Number
  • Loading branch information
hexdigest authored Jul 26, 2017
2 parents 8115feb + 75b664b commit 8363a55
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 8363a55

Please sign in to comment.