Merge branch 'integrate-shiip' into develop

This commit is contained in:
Sinh 2022-12-01 14:11:31 +07:00
commit 9e188c3eb6
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ var Warehouse = struct {
GetConfiguration string
SyncORStatus string
WebhookTNC string
WebhookShiip string
WebhookGlobalCare string
WebhookOnPoint string
FindOne string
@ -35,6 +36,7 @@ var Warehouse = struct {
GetConfiguration: getWarehouseValue("get_configuration"),
SyncORStatus: getWarehouseValue("sync_or_status"),
WebhookTNC: getWarehouseValue("webhook_tnc"),
WebhookShiip: getWarehouseValue("webhook_shiip"),
WebhookGlobalCare: getWarehouseValue("webhook_global_care"),
WebhookOnPoint: getWarehouseValue("webhook_on_point"),
FindOne: getWarehouseValue("find_one"),