From b47e3ab66dbcc85f9c0c8bdf7054eea3e9f3ab0f Mon Sep 17 00:00:00 2001 From: Narek Zakarian Date: Wed, 7 Dec 2022 19:15:03 +0400 Subject: [PATCH] Change the webhook simulation option name constant visibility. --- modules/ppcp-webhooks/src/Status/WebhookSimulation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ppcp-webhooks/src/Status/WebhookSimulation.php b/modules/ppcp-webhooks/src/Status/WebhookSimulation.php index 82b64d6d9..7f4dbc9e1 100644 --- a/modules/ppcp-webhooks/src/Status/WebhookSimulation.php +++ b/modules/ppcp-webhooks/src/Status/WebhookSimulation.php @@ -23,7 +23,7 @@ class WebhookSimulation { public const STATE_WAITING = 'waiting'; public const STATE_RECEIVED = 'received'; - private const OPTION_ID = 'ppcp-webhook-simulation'; + public const OPTION_ID = 'ppcp-webhook-simulation'; /** * The webhooks endpoint.