Add missing url fields in transaction

Add NotifyURL et OrderURL
This commit is contained in:
mlgd 2018-03-20 17:56:13 +01:00 committed by GitHub
parent d1c1dd2026
commit 7f6d76c5bd
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