diff --git a/src/Core/Webhook/Handler/AuthorisationHandler.php b/src/Core/Webhook/Handler/AuthorisationHandler.php index 8b2b22e..81bfbcc 100644 --- a/src/Core/Webhook/Handler/AuthorisationHandler.php +++ b/src/Core/Webhook/Handler/AuthorisationHandler.php @@ -40,8 +40,8 @@ public function additionalUpdates(Event $event): void $event->getEventDate(), $this->pspReference, $this->parentPspReference, - Module::ADYEN_STATUS_CAPTURED, - Module::ADYEN_ACTION_CAPTURE + Module::ADYEN_STATUS_AUTHORISED, + Module::ADYEN_ACTION_AUTHORIZE ); } }