-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
33 lines (30 loc) · 899 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# This file is part of the YesWiki Extension Shop.
# Authors : see README.md file that was distributed with this source code.
# For the full copyright and license information, please view the LICENSE
# file that was distributed with this source code.
parameters:
shop:
# 'helloasso', 'mangopay' and in future 'stripes', 'mollie' or other
serviceName: 'helloasso'
shop_editable_config_params:
- shop:
- serviceName
- mangoPay:
- clientId
- clientApiKey
- helloAsso:
- clientId
- clientApiKey
- organizationSlug
- postApiToken
- minTimeBetweenCalls
- useSandbox
services:
_defaults:
autowire: true
public: true
YesWiki\Shop\Service\:
resource: 'services/*.php'
exclude: 'services/{PaymentSystemServiceInterface.php}'
YesWiki\Shop\Controller\:
resource: 'controllers/*.php'