mirror of
https://github.com/plutov/paypal.git
synced 2025-01-23 10:21:03 +01:00
Add missing url fields in transaction
Add NotifyURL et OrderURL
This commit is contained in:
parent
d1c1dd2026
commit
7f6d76c5bd
2
types.go
2
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user