kiotviet #161

Merged
sinhluu merged 5 commits from kiotviet into master 2023-10-20 09:08:41 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 7302b78f25 - Show all commits

View File

@ -12,9 +12,11 @@ var Product = struct {
CreateRequestStep string
ProcessApplyRequest string
RequestChangeStatus string
WebhookStockUpdate string
}{
ApplyRequest: getProductValue("apply_request"),
CreateRequestStep: getProductValue("create_request_step"),
ProcessApplyRequest: getProductValue("process_apply_request"),
RequestChangeStatus: getProductValue("request_change_status"),
WebhookStockUpdate: getProductValue("webhook_stock_update"),
}