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