Skip to content

Commit

Permalink
Fix newIdentificationNumber on L1 segment
Browse files Browse the repository at this point in the history
  • Loading branch information
codesnik committed Nov 16, 2023
1 parent 693817e commit 27ea924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/lib/l1_segment.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type L1Segment struct {
// Contains the new Identification Number assigned to this account.
// Do not include embedded blanks or special characters.
// If field 2 = 1, this field should be blank filled.
NewIdentificationNumber string `json:"balloonPaymentDueDate,omitempty"`
NewIdentificationNumber string `json:"newIdentificationNumber,omitempty"`

converter
validator
Expand Down

0 comments on commit 27ea924

Please sign in to comment.