forked from go-packages/paypal
Add temporary field to webexperience profile
This commit is contained in:
parent
07b625244a
commit
732c3d08bf
|
@ -5,6 +5,7 @@ go:
|
||||||
- 1.7
|
- 1.7
|
||||||
- 1.8
|
- 1.8
|
||||||
- 1.9
|
- 1.9
|
||||||
|
- 1.10
|
||||||
install:
|
install:
|
||||||
- export PATH=$PATH:$HOME/gopath/bin
|
- export PATH=$PATH:$HOME/gopath/bin
|
||||||
script:
|
script:
|
||||||
|
|
1
types.go
1
types.go
|
@ -548,6 +548,7 @@ type (
|
||||||
WebProfile struct {
|
WebProfile struct {
|
||||||
ID string `json:"id,omitempty"`
|
ID string `json:"id,omitempty"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
|
Temporary bool `json:"temporary"`
|
||||||
Presentation Presentation `json:"presentation,omitempty"`
|
Presentation Presentation `json:"presentation,omitempty"`
|
||||||
InputFields InputFields `json:"input_fields,omitempty"`
|
InputFields InputFields `json:"input_fields,omitempty"`
|
||||||
FlowConfig FlowConfig `json:"flow_config,omitempty"`
|
FlowConfig FlowConfig `json:"flow_config,omitempty"`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user