Merge pull request #23515 from woocommerce/fix/default-api-version-webhooks

Bump default WC API version used when creating webhook
This commit is contained in:
Gerhard Potgieter 2019-05-10 10:34:43 +02:00 committed by GitHub
commit 250d891c48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class WC_Webhook extends WC_Legacy_Webhook {
'event' => '',
'failure_count' => 0,
'user_id' => 0,
'api_version' => 2,
'api_version' => 3,
'pending_delivery' => false,
);