This commit is contained in:
Aliaksandr Pliutau 2015-11-20 15:07:34 +07:00
parent b432df9b39
commit 83bba562c8

View File

@ -56,6 +56,7 @@ type (
// PaymentLink structure // PaymentLink structure
PaymentLink struct { PaymentLink struct {
Href string `json:"href"` Href string `json:"href"`
Rel string `json:"rel"`
} }
// Amount to pay // Amount to pay