Skip to content

Commit 20d90a6

Browse files
committed
Update composer
1 parent 33bd8e9 commit 20d90a6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Configuration
1717

1818
```yml
1919
extensions:
20-
thepay: Trejjam\ThePay\DI\ThePayExtension
20+
trejjam.thepay: Trejjam\ThePay\DI\ThePayExtension
2121

22-
thepay:
22+
trejjam.thepay:
2323
demo: true #if is true, extension rewrite merchant values
2424
merchant:
2525
gateUrl: 'https://www.thepay.cz/gate/'
26-
merchantId: ''
27-
accountId: ''
26+
merchantId: (int)
27+
accountId: (int)
2828
password: ''
2929
dataApiPassword: ''
3030
webServicesWsdl: 'https://www.thepay.cz/gate/api/api-demo.wsdl'
@@ -33,7 +33,7 @@ thepay:
3333

3434
Minimal production configuration:
3535
```yml
36-
thepay:
36+
trejjam.thepay:
3737
demo: false
3838
merchant:
3939
merchantId: ''

0 commit comments

Comments
 (0)