Skip to content

Commit

Permalink
Fix cvc2
Browse files Browse the repository at this point in the history
  • Loading branch information
armando-rodriguez-cko committed Dec 11, 2024
1 parent 4d16f39 commit 39f1627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion issuing/cards/responses.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ func (s *CardDetailsResponse) UnmarshalJSON(data []byte) error {
type (
CardCredentialsResponse struct {
Number string `json:"number,omitempty"`
Cvc2 string `json:"cvc_2,omitempty"`
Cvc2 string `json:"cvc2,omitempty"`
}
)

0 comments on commit 39f1627

Please sign in to comment.