diff --git a/types.go b/types.go index 2a60945..05fc344 100644 --- a/types.go +++ b/types.go @@ -512,6 +512,8 @@ type ( SoftDescriptor string `json:"soft_descriptor,omitempty"` RelatedResources []Related `json:"related_resources,omitempty"` PaymentOptions *PaymentOptions `json:"payment_options,omitempty"` + NotifyURL string `json:"notify_url,omitempty"` + OrderURL string `json:"order_url,omitempty"` } // UserInfo struct