Send webhooks for refund creation

This commit is contained in:
Beka Rice 2018-11-28 13:32:36 -05:00
parent fd195cfbf6
commit e64c5e1077
1 changed files with 1 additions and 0 deletions

View File

@ -865,6 +865,7 @@ class WC_Webhook extends WC_Legacy_Webhook {
'order.updated' => array(
'woocommerce_process_shop_order_meta',
'woocommerce_update_order',
'woocommerce_order_refunded',
),
'order.deleted' => array(
'wp_trash_post',