Skip to content

Commit

Permalink
fix(cop): skip
Browse files Browse the repository at this point in the history
  • Loading branch information
brokeyourbike committed Sep 20, 2024
1 parent 69b418b commit 49d1c07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions accounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,8 @@ type NameVerificationPayload struct {
LegalOwnerType string `json:"LegalOwnerType"`
Identification string `json:"Identification"`
OwnerName string `json:"OwnerName"`
SecondaryIdentification string `json:"SecondaryIdentification"`
EndToEndIdentification string `json:"EndToEndIdentification"`
SecondaryIdentification string `json:"SecondaryIdentification,omitempty"`
EndToEndIdentification string `json:"EndToEndIdentification,omitempty"`
}

type NameVerificationResponse struct {
Expand Down

0 comments on commit 49d1c07

Please sign in to comment.