Compare commits
No commits in common. "0f40121bf7ac4dd30df3aeac4f6f5675cde22f80" and "de84fdc2bf183dbeacacb683115f11771f906d1e" have entirely different histories.
0f40121bf7
...
de84fdc2bf
|
@ -42,7 +42,6 @@ type OutboundRequestItem struct {
|
|||
UnitCode string `json:"unitCode"`
|
||||
Price float64 `json:"price"`
|
||||
Name string `json:"name"`
|
||||
PartnerProductCode string `json:"partnerProductCode"`
|
||||
}
|
||||
|
||||
// CustomerInfo ...
|
||||
|
|
|
@ -19,7 +19,6 @@ var Warehouse = struct {
|
|||
WebhookTNC string
|
||||
WebhookGlobalCare string
|
||||
WebhookOnPoint string
|
||||
WebhookViettelFFM string
|
||||
FindOne string
|
||||
FindByCondition string
|
||||
Distinct string
|
||||
|
@ -47,7 +46,6 @@ var Warehouse = struct {
|
|||
WebhookTNC: getWarehouseValue("webhook_tnc"),
|
||||
WebhookGlobalCare: getWarehouseValue("webhook_global_care"),
|
||||
WebhookOnPoint: getWarehouseValue("webhook_on_point"),
|
||||
WebhookViettelFFM: getWarehouseValue("webhook_viettel_ffm"),
|
||||
FindOne: getWarehouseValue("find_one"),
|
||||
FindByCondition: getWarehouseValue("find_all_by_condition"),
|
||||
Distinct: getWarehouseValue("distinct"),
|
||||
|
|
Loading…
Reference in New Issue