woocommerce/tests/legacy/unit-tests/webhooks
Matt Harrison e696ac7824
Queue all webhooks on shutdown.
It is possible for a later duplicate webhook to be fired too early if
the same webhook triggers in one request more than once with the updated
changes from the second one missing if it happens too quickly.
This queues all webhook to be register on shutdown instead of just
syncronous ones to make sure all data from the request is updated first
before the webhook gets queued.
2020-07-27 12:11:40 -04:00
..
crud.php Moved PHPUnit suite into tests/legacy 2020-04-24 13:53:40 -07:00
functions.php Queue all webhooks on shutdown. 2020-07-27 12:11:40 -04:00