mirror of
https://github.com/plutov/paypal.git
synced 2025-01-23 02:11:02 +01:00
Merge pull request #55 from mlgd/patch-1
Add missing url fields in transaction
This commit is contained in:
commit
b0bf27bc89
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