We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33bd8e9 commit 20d90a6Copy full SHA for 20d90a6
README.md
@@ -17,14 +17,14 @@ Configuration
17
18
```yml
19
extensions:
20
- thepay: Trejjam\ThePay\DI\ThePayExtension
+ trejjam.thepay: Trejjam\ThePay\DI\ThePayExtension
21
22
-thepay:
+trejjam.thepay:
23
demo: true #if is true, extension rewrite merchant values
24
merchant:
25
gateUrl: 'https://www.thepay.cz/gate/'
26
- merchantId: ''
27
- accountId: ''
+ merchantId: (int)
+ accountId: (int)
28
password: ''
29
dataApiPassword: ''
30
webServicesWsdl: 'https://www.thepay.cz/gate/api/api-demo.wsdl'
@@ -33,7 +33,7 @@ thepay:
33
34
Minimal production configuration:
35
36
37
demo: false
38
39
merchantId: ''
0 commit comments