Skip to content

Commit

Permalink
Omitempty TokenID CreditCardDetail
Browse files Browse the repository at this point in the history
  • Loading branch information
andhikamaheva committed Aug 21, 2018
1 parent e954264 commit 80ced2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion request.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ type CreditCardDetail struct {
Secure bool `json:"secure,omitempty"`
Channel string `json:"channel,omitempty"`
Bank string `json:"bank,omitempty"`
TokenID string `json:"token_id"`
TokenID string `json:"token_id,omitempty"`
Bins []string `json:"bins,omitempty"`
InstallmentTerm int8 `json:"installment_term,omitempty"`
Type string `json:"type,omitempty"`
Expand Down

0 comments on commit 80ced2c

Please sign in to comment.