add kiotviet const
This commit is contained in:
parent
1f4c6890eb
commit
fc532e5b0c
|
@ -13,3 +13,13 @@ const (
|
|||
baseURLProd = "https://public.kiotapi.com"
|
||||
baseURLTokenProd = "https://id.kiotviet.vn"
|
||||
)
|
||||
|
||||
const (
|
||||
WebhookTypeCustomerUpdate = "customer.update"
|
||||
WebhookTypeCustomerDelete = "customer.delete"
|
||||
WebhookTypeProductUpdate = "product.update"
|
||||
WebhookTypeProductDelete = "product.delete"
|
||||
WebhookTypeStockUpdate = "stock.update"
|
||||
WebhookTypeOrderUpdate = "order.update"
|
||||
WebhookTypeInvoiceUpdate = "invoice.update"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue