Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

Commit

Permalink
Removed notification controller from services.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ruudk committed Oct 25, 2015
1 parent b4c8a4a commit 7a67acc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">

<parameters>
<parameter key="ruudk_payment_stripe.controller.notification.class">Ruudk\Payment\StripeBundle\Controller\NotificationController</parameter>
<parameter key="ruudk_payment_stripe.gateway.class">Omnipay\Stripe\Gateway</parameter>
<parameter key="ruudk_payment_stripe.form.stripe_type.class">Ruudk\Payment\StripeBundle\Form\StripeType</parameter>
<parameter key="ruudk_payment_stripe.form.checkout_type.class">Ruudk\Payment\StripeBundle\Form\CheckoutType</parameter>
Expand All @@ -14,14 +13,6 @@
</parameters>

<services>
<service id="ruudk_payment_stripe.controller.notification" class="%ruudk_payment_stripe.controller.notification.class%">
<argument type="service" id="payment.plugin_controller" />
<argument type="service" id="doctrine.orm.default_entity_manager" />
<call method="setLogger">
<argument type="service" id="monolog.logger.ruudk_payment_stripe" />
</call>
</service>

<service id="ruudk_payment_stripe.gateway" class="%ruudk_payment_stripe.gateway.class%">
<argument>null</argument>
<argument type="service" id="request" on-invalid="null" strict="false" />
Expand Down

0 comments on commit 7a67acc

Please sign in to comment.