Skip to content

Commit

Permalink
Hotfix missing quotes on json attribute definition
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorAvelar committed Jul 1, 2021
1 parent 2553194 commit 4dd6fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mollie/payment_links.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type PaymentLink struct {
//
// See: https://docs.mollie.com/reference/v2/payment-links-api/get-payment-link
type PaymentLinkLinks struct {
Self *URL `json:"self,omitempty`
Self *URL `json:"self,omitempty"`
Documentation *URL `json:"documentation,omitempty"`
PaymentLink *URL `json:"paymentLink,omitempty"`
Next *URL `json:"next,omitempty"`
Expand Down

0 comments on commit 4dd6fa7

Please sign in to comment.