Merge pull request #55 from mlgd/patch-1

Add missing url fields in transaction
This commit is contained in:
Alex Pliutau 2018-03-22 23:02:01 +07:00 committed by GitHub
commit b0bf27bc89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -512,6 +512,8 @@ type (
SoftDescriptor string `json:"soft_descriptor,omitempty"` SoftDescriptor string `json:"soft_descriptor,omitempty"`
RelatedResources []Related `json:"related_resources,omitempty"` RelatedResources []Related `json:"related_resources,omitempty"`
PaymentOptions *PaymentOptions `json:"payment_options,omitempty"` PaymentOptions *PaymentOptions `json:"payment_options,omitempty"`
NotifyURL string `json:"notify_url,omitempty"`
OrderURL string `json:"order_url,omitempty"`
} }
// UserInfo struct // UserInfo struct