Skip to content

Commit f679ea3

Browse files
committed
Tag the services.
1 parent f3a6f1a commit f679ea3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/Resources/config/services.yml

+11
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,29 @@
11
services:
22
richardhj.klarna_checkout.controller.push:
33
class: Richardhj\IsotopeKlarnaCheckoutBundle\Controller\Push
4+
public: true
5+
tags: ['controller.service_arguments']
46

57
richardhj.klarna_checkout.controller.callback.address_update:
68
class: Richardhj\IsotopeKlarnaCheckoutBundle\Controller\AddressUpdate
9+
public: true
10+
tags: ['controller.service_arguments']
711

812
richardhj.klarna_checkout.controller.callback.country_change:
913
class: Richardhj\IsotopeKlarnaCheckoutBundle\Controller\CountryChange
14+
public: true
15+
tags: ['controller.service_arguments']
1016

1117
richardhj.klarna_checkout.controller.callback.shipping_option_update:
1218
class: Richardhj\IsotopeKlarnaCheckoutBundle\Controller\ShippingOptionUpdate
19+
public: true
20+
tags: ['controller.service_arguments']
1321

1422
richardhj.klarna_checkout.controller.callback.order_validation:
1523
class: Richardhj\IsotopeKlarnaCheckoutBundle\Controller\OrderValidation
24+
public: true
25+
tags: ['controller.service_arguments']
1626

1727
richardhj.klarna_checkout.hook_listener.find_surcharges_for_collection:
1828
class: Richardhj\IsotopeKlarnaCheckoutBundle\HookListener\FindSurchargesForCollectionListener
29+
public: true

0 commit comments

Comments
 (0)