Skip to content

Commit

Permalink
Update types.go (#244)
Browse files Browse the repository at this point in the history
Add missing field
  • Loading branch information
triadev authored Jul 22, 2022
1 parent b7d3cfd commit efc9bbd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -495,11 +495,12 @@ type (

// ErrorResponseDetail struct
ErrorResponseDetail struct {
Field string `json:"field"`
Issue string `json:"issue"`
Name string `json:"name"`
Message string `json:"message"`
Links []Link `json:"link"`
Field string `json:"field"`
Issue string `json:"issue"`
Name string `json:"name"`
Message string `json:"message"`
Description string `json:"description"`
Links []Link `json:"link"`
}

// ErrorResponse https://developer.paypal.com/docs/api/errors/
Expand Down

0 comments on commit efc9bbd

Please sign in to comment.