Merge branch 'kiotviet' into develop
This commit is contained in:
		
						commit
						0dadf9f683
					
				| 
						 | 
					@ -55,3 +55,8 @@ type UpdatePayload struct {
 | 
				
			||||||
	Payload    interface{}              `json:"payload"`
 | 
						Payload    interface{}              `json:"payload"`
 | 
				
			||||||
	Opts       []*options.UpdateOptions `json:"opts"`
 | 
						Opts       []*options.UpdateOptions `json:"opts"`
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					type WebhookPayloadV2 struct {
 | 
				
			||||||
 | 
						Path string `json:"path"` // request URL path from external
 | 
				
			||||||
 | 
						Data string `json:"data"` // request body
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue