Skip to content

Commit

Permalink
Tag the services.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhj committed Nov 5, 2018
1 parent f3a6f1a commit f679ea3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/Resources/config/services.yml
@@ -1,18 +1,29 @@
services:
richardhj.klarna_checkout.controller.push:
class: Richardhj\IsotopeKlarnaCheckoutBundle\Controller\Push
public: true
tags: ['controller.service_arguments']

richardhj.klarna_checkout.controller.callback.address_update:
class: Richardhj\IsotopeKlarnaCheckoutBundle\Controller\AddressUpdate
public: true
tags: ['controller.service_arguments']

richardhj.klarna_checkout.controller.callback.country_change:
class: Richardhj\IsotopeKlarnaCheckoutBundle\Controller\CountryChange
public: true
tags: ['controller.service_arguments']

richardhj.klarna_checkout.controller.callback.shipping_option_update:
class: Richardhj\IsotopeKlarnaCheckoutBundle\Controller\ShippingOptionUpdate
public: true
tags: ['controller.service_arguments']

richardhj.klarna_checkout.controller.callback.order_validation:
class: Richardhj\IsotopeKlarnaCheckoutBundle\Controller\OrderValidation
public: true
tags: ['controller.service_arguments']

richardhj.klarna_checkout.hook_listener.find_surcharges_for_collection:
class: Richardhj\IsotopeKlarnaCheckoutBundle\HookListener\FindSurchargesForCollectionListener
public: true

0 comments on commit f679ea3

Please sign in to comment.