mirror of
https://github.com/plutov/paypal.git
synced 2025-01-23 10:21:03 +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
|
||||||
ApplicationContext struct {
|
ApplicationContext struct {
|
||||||
BrandName string `json:"brand_name"`
|
BrandName string `json:"brand_name,omitempty"`
|
||||||
Locale string `json:"locale"`
|
Locale string `json:"locale,omitempty"`
|
||||||
LandingPage string `json:"landing_page"`
|
LandingPage string `json:"landing_page,omitempty"`
|
||||||
ShippingPreference string `json:"shipping_preference"`
|
ShippingPreference string `json:"shipping_preference,omitempty"`
|
||||||
UserAction string `json:"user_action"`
|
UserAction string `json:"user_action,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Authorization struct
|
// Authorization struct
|
||||||
|
|
Loading…
Reference in New Issue
Block a user