add mgBot as new integration module type

This commit is contained in:
Alex Lushpai 2018-08-30 17:22:44 +03:00
parent 433e4c14ef
commit a7b5d8858c

View File

@ -783,6 +783,7 @@ type Integrations struct {
Delivery *Delivery `json:"delivery,omitempty"`
Store *Warehouse `json:"store,omitempty"`
MgTransport *MgTransport `json:"mgTransport,omitempty"`
MgBot *MgBot `json:"mgBot,omitempty"`
}
// Delivery type
@ -871,6 +872,8 @@ type MgTransport struct {
WebhookUrl string `json:"webhookUrl,omitempty"`
}
type MgBot struct{}
/**
Cost related types
*/