Skip to content

Commit

Permalink
Merge pull request #506 from adamdecaf/iat-example-fixup
Browse files Browse the repository at this point in the history
addenda{12,16}: fixup examples for city/state and country/postal code
  • Loading branch information
adamdecaf authored Mar 27, 2019
2 parents 7449645 + 7ba26ab commit 3609aa1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions addenda12.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ type Addenda12 struct {
// Originator City & State / Province
// Data elements City and State / Province should be separated with an asterisk (*) as a delimiter
// and the field should end with a backslash (\).
// For example: San FranciscoCA.
// For example: San Francisco*CA\
OriginatorCityStateProvince string `json:"originatorCityStateProvince"`
// Originator Country & Postal Code
// Data elements must be separated by an asterisk (*) and must end with a backslash (\)
// For example: US10036\
// For example: US*10036\
OriginatorCountryPostalCode string `json:"originatorCountryPostalCode"`
// reserved - Leave blank
reserved string
Expand Down
4 changes: 2 additions & 2 deletions addenda16.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ type Addenda16 struct {
// Receiver City & State / Province
// Data elements City and State / Province should be separated with an asterisk (*) as a delimiter
// and the field should end with a backslash (\).
// For example: San FranciscoCA.
// For example: San Francisco*CA\
ReceiverCityStateProvince string `json:"receiverCityStateProvince"`
// Receiver Country & Postal Code
// Data elements must be separated by an asterisk (*) and must end with a backslash (\)
// For example: US10036\
// For example: US*10036\
ReceiverCountryPostalCode string `json:"receiverCountryPostalCode"`
// reserved - Leave blank
reserved string
Expand Down

0 comments on commit 3609aa1

Please sign in to comment.