-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommerce_amazon_sp_api.services.yml
More file actions
23 lines (23 loc) · 1.07 KB
/
commerce_amazon_sp_api.services.yml
File metadata and controls
23 lines (23 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
services:
commerce_amazon_sp_api.client:
class: Drupal\commerce_amazon_sp_api\Amazon\ApiClient
arguments:
[ '@http_client', '@event_dispatcher', '@datetime.time', '@extension.list.module' ]
commerce_amazon_sp_api.inventory:
class: Drupal\commerce_amazon_sp_api\Amazon\Inventory
arguments:
[ '@entity_type.manager', '@database', '@commerce_amazon_sp_api.client', '@event_dispatcher', '@keyvalue' ]
commerce_amazon_sp_api.fulfillment_order:
class: Drupal\commerce_amazon_sp_api\Amazon\FulfillmentOrder
arguments:
[ '@entity_type.manager', '@commerce_amazon_sp_api.client', '@event_dispatcher']
commerce_amazon_sp_api.order_place_subscriber:
class: Drupal\commerce_amazon_sp_api\EventSubscriber\OrderPlaceSubscriber
arguments: [ '@entity_type.manager', '@commerce_amazon_sp_api.fulfillment_order']
tags:
- { name: event_subscriber }
commerce_amazon_sp_api.fulfillment_subscriber:
class: Drupal\commerce_amazon_sp_api\EventSubscriber\FulfillmentWorkflowSubscriber
arguments: []
tags:
- { name: event_subscriber }