Skip to content

Commit

Permalink
Adds 'first_name' to 'payments.Recipient' struct for legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
martinseco committed Mar 10, 2023
1 parent 0ee3a41 commit cdf35ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions payments/payment.go
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ type (
DOB string `json:"dob"`
AccountNumber string `json:"account_number"`
ZIP string `json:"zip"`
FirstName string `json:"first_name"`
LastName string `json:"last_name"`
}

Expand Down

0 comments on commit cdf35ff

Please sign in to comment.