Skip to content

Commit

Permalink
[EPC-9177] Update dependency injection
Browse files Browse the repository at this point in the history
  • Loading branch information
Can Demiralp committed Feb 4, 2025
1 parent 34832c0 commit 35c2976
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1733,11 +1733,11 @@
<argument name="resourceModel" xsi:type="string">Adyen\Payment\Model\ResourceModel\Notification</argument>
</arguments>
</type>
<type name="Adyen\Payment\Cron\CleanupNotifications">
<type name="Adyen\Payment\Cron\RemoveProcessedWebhooks">
<arguments>
<argument name="providers" xsi:type="array">
<item name="processedOldNotifications" xsi:type="object">
Adyen\Payment\Cron\Providers\ProcessedNotificationsProvider
<item name="processedWebhooks" xsi:type="object">
Adyen\Payment\Cron\Providers\ProcessedWebhooksProvider
</item>
</argument>
</arguments>
Expand Down

0 comments on commit 35c2976

Please sign in to comment.