Skip to content

Commit a562a0c

Browse files
Deactivating new webhook events until they are available on live
1 parent 3c5b0d1 commit a562a0c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

includes/settings/class-wc-checkoutcom-webhook.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ public function create( $url ) {
147147
'payment_chargeback',
148148
'payment_declined',
149149
'payment_authentication_failed',
150-
'payment_authorized',
151-
'payment_retry_scheduled',
152-
'payment_returned',
150+
// 'payment_authorized',
151+
// 'payment_retry_scheduled',
152+
// 'payment_returned',
153153
'payment_expired',
154154
'payment_paid',
155155
'payment_pending',

includes/settings/class-wc-checkoutcom-workflows.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@ public function create( $url ) {
214214
'payment_void_declined',
215215
'payment_voided',
216216
'payment_authentication_failed',
217-
'payment_authorized',
218-
'payment_retry_scheduled',
219-
'payment_returned',
217+
// 'payment_authorized',
218+
// 'payment_retry_scheduled',
219+
// 'payment_returned',
220220
],
221221
'dispute' => [
222222
'dispute_canceled',

0 commit comments

Comments
 (0)