mirror of
https://github.com/plutov/paypal.git
synced 2025-01-23 10:21:03 +01:00
Add fields to ApplicationContext
* ReturnURL * CancelURL
This commit is contained in:
parent
ce57fa2d8b
commit
188f7c26fc
2
types.go
2
types.go
|
@ -126,6 +126,8 @@ type (
|
|||
LandingPage string `json:"landing_page,omitempty"`
|
||||
ShippingPreference string `json:"shipping_preference,omitempty"`
|
||||
UserAction string `json:"user_action,omitempty"`
|
||||
ReturnURL string `json:"return_url,omitempty"`
|
||||
CancelURL string `json:"cancel_url,omitempty"`
|
||||
}
|
||||
|
||||
// Authorization struct
|
||||
|
|
Loading…
Reference in New Issue
Block a user