-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PAYOSWXP-120 and PAYOSWXP-121: Fixes Notification Forward: Now capabl…
…e of sending notifications to a URL. Adds new log feature: Notification Forward logs are now saved in .
- Loading branch information
1 parent
c0e11db
commit 1312097
Showing
4 changed files
with
61 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<container xmlns="http://symfony.com/schema/dic/services" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> | ||
<services> | ||
<service id="PayonePayment\Util\Logger" class="Monolog\Logger"> | ||
<factory service="Shopware\Core\Framework\Log\LoggerFactory" method="createRotating"/> | ||
|
||
<argument type="string">payone_payment</argument> | ||
</service> | ||
|
||
<service id="PayonePayment\Util\NotificationForwardLogger" class="Monolog\Logger"> | ||
<factory service="Shopware\Core\Framework\Log\LoggerFactory" method="createRotating"/> | ||
|
||
<argument type="string">payone_transaction_forward</argument> | ||
</service> | ||
</services> | ||
</container> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters