kiotviet #11

Merged
sinhluu merged 7 commits from kiotviet into master 2023-10-20 09:15:33 +00:00
1 changed files with 10 additions and 0 deletions
Showing only changes of commit fc532e5b0c - Show all commits

View File

@ -13,3 +13,13 @@ const (
baseURLProd = "https://public.kiotapi.com" baseURLProd = "https://public.kiotapi.com"
baseURLTokenProd = "https://id.kiotviet.vn" 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"
)