Add missing event
This commit is contained in:
parent
4c27d69229
commit
ec465ea797
1 changed files with 4 additions and 0 deletions
|
@ -63,6 +63,10 @@ const WebhookEvents: React.FC<WebhookEventsProps> = ({
|
||||||
[WebhookEventTypeEnum.CHECKOUT_QUANTITY_CHANGED]: intl.formatMessage({
|
[WebhookEventTypeEnum.CHECKOUT_QUANTITY_CHANGED]: intl.formatMessage({
|
||||||
defaultMessage: "Changed quantity in checkout",
|
defaultMessage: "Changed quantity in checkout",
|
||||||
description: "event"
|
description: "event"
|
||||||
|
}),
|
||||||
|
[WebhookEventTypeEnum.FULFILLMENT_CREATED]: intl.formatMessage({
|
||||||
|
defaultMessage: "Fulfillment",
|
||||||
|
description: "event"
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue