update event value OP

This commit is contained in:
Sinh 2022-10-17 16:28:13 +07:00
parent 9807db0739
commit 9124e39283
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ const (
headerXTimestamp = "x-timestamp"
headerXSignature = "x-signature"
webhookEventUpdateOrderStatus = "update_order_status"
webhookEventUpdateOrderStatus = "UPDATE_ORDER_STATUS"
webhookEventUpdateInventory = "update_inventory"
)