Skip to content

Commit

Permalink
#54 cronjobs not running (#55)
Browse files Browse the repository at this point in the history
Add missing service registration
  • Loading branch information
wannevancamp authored Sep 25, 2020
1 parent 8c3b08f commit ab7044b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/services/components.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
<argument type="service" id="adyen_payment.logger.notifications"/>
<argument type="service" id="events"/>
<argument type="service" id="adyen_payment.components.payment_status_update"/>
<argument type="service" id="models"/>
</service>
<service id="adyen_payment.components.notification_processor.cancellation"
class="AdyenPayment\Components\NotificationProcessor\Cancellation">
Expand All @@ -98,6 +99,7 @@
<argument type="service" id="adyen_payment.logger.notifications"/>
<argument type="service" id="events"/>
<argument type="service" id="adyen_payment.components.payment_status_update"/>
<argument type="service" id="models"/>
</service>
<service id="adyen_payment.components.notification_processor.capture_failed"
class="AdyenPayment\Components\NotificationProcessor\CaptureFailed">
Expand Down

0 comments on commit ab7044b

Please sign in to comment.