mirror of
https://github.com/plutov/paypal.git
synced 2025-01-23 02:11:02 +01:00
Merge pull request #96 from roopakv/roopakv/fix_app_ctxt
Fix app context
This commit is contained in:
commit
da794934b8
10
types.go
10
types.go
|
@ -104,11 +104,11 @@ type (
|
|||
|
||||
// ApplicationContext struct
|
||||
ApplicationContext struct {
|
||||
BrandName string `json:"brand_name"`
|
||||
Locale string `json:"locale"`
|
||||
LandingPage string `json:"landing_page"`
|
||||
ShippingPreference string `json:"shipping_preference"`
|
||||
UserAction string `json:"user_action"`
|
||||
BrandName string `json:"brand_name,omitempty"`
|
||||
Locale string `json:"locale,omitempty"`
|
||||
LandingPage string `json:"landing_page,omitempty"`
|
||||
ShippingPreference string `json:"shipping_preference,omitempty"`
|
||||
UserAction string `json:"user_action,omitempty"`
|
||||
}
|
||||
|
||||
// Authorization struct
|
||||
|
|
Loading…
Reference in New Issue
Block a user