Webhooks secret not mandatory in REST API
This commit is contained in:
parent
46cfe9e3b6
commit
5cda80330d
|
@ -69,11 +69,6 @@ class WC_REST_Webhooks_V1_Controller extends WC_REST_Controller {
|
||||||
'type' => 'string',
|
'type' => 'string',
|
||||||
'description' => __( 'Webhook delivery URL.', 'woocommerce' ),
|
'description' => __( 'Webhook delivery URL.', 'woocommerce' ),
|
||||||
),
|
),
|
||||||
'secret' => array(
|
|
||||||
'required' => true,
|
|
||||||
'type' => 'string',
|
|
||||||
'description' => __( 'Webhook secret.', 'woocommerce' ),
|
|
||||||
),
|
|
||||||
) ),
|
) ),
|
||||||
),
|
),
|
||||||
'schema' => array( $this, 'get_public_item_schema' ),
|
'schema' => array( $this, 'get_public_item_schema' ),
|
||||||
|
|
Loading…
Reference in New Issue