Change the webhook simulation option name constant visibility.

This commit is contained in:
Narek Zakarian 2022-12-07 19:15:03 +04:00
parent 199517f403
commit b47e3ab66d
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -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.