Skip to content

Commit

Permalink
Fix LocalSchemes property
Browse files Browse the repository at this point in the history
  • Loading branch information
armando-rodriguez-cko committed Apr 15, 2024
1 parent 3bcb89c commit fd1037b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ type (
Scheme string `json:"scheme,omitempty"`
// Deprecated: This property will be removed in the future, and should not be used. Use LocalSchemes instead.
SchemeLocal SchemeLocalType `json:"scheme_local,omitempty"`
LocalSchemes SchemeLocalType `json:"local_schemes,omitempty"`
LocalSchemes []SchemeLocalType `json:"local_schemes,omitempty"`
CardType common.CardType `json:"card_type,omitempty"`
CardCategory common.CardCategory `json:"card_category,omitempty"`
Currency common.Currency `json:"currency,omitempty"`
Expand Down

0 comments on commit fd1037b

Please sign in to comment.