mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 14:57:26 +08:00
♻️ Shorten action name
This commit is contained in:
parent
30ab1bd51f
commit
bc08aa74da
3 changed files with 3 additions and 4 deletions
|
@ -288,5 +288,5 @@ export const startWebhookSimulation = function* () {
|
|||
* @return {Action} The action.
|
||||
*/
|
||||
export const checkWebhookSimulationState = function* () {
|
||||
return yield { type: ACTION_TYPES.DO_CHECK_WEBHOOK_SIMULATION_STATE };
|
||||
return yield { type: ACTION_TYPES.DO_CHECK_WEBHOOK_SIMULATION };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue