mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Change the webhook simulation option name constant visibility.
This commit is contained in:
parent
199517f403
commit
b47e3ab66d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue