Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucie committed Jan 4, 2024
1 parent dfb0a43 commit 006873a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/currency_transaction/primitive.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ func (r ValidatePartyAccountAssociationCodeType) Validate() error {
}

// May be one of "55", "46", "23", "12", "14", "49", "18", "21", "25", "997", "53", for cash in
// "56", "30", "32", "13", "15", "48", "28", "31", "33", "34", "998", "54", for cash out
//
// "56", "30", "32", "13", "15", "48", "28", "31", "33", "34", "998", "54", for cash out
type ValidateCurrencyTransactionActivityDetailCodeType string

func (r ValidateCurrencyTransactionActivityDetailCodeType) Validate() error {
Expand Down

0 comments on commit 006873a

Please sign in to comment.