Skip to content

Commit

Permalink
Update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
trejjam committed Feb 5, 2018
1 parent 33bd8e9 commit 20d90a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ Configuration

```yml
extensions:
thepay: Trejjam\ThePay\DI\ThePayExtension
trejjam.thepay: Trejjam\ThePay\DI\ThePayExtension

thepay:
trejjam.thepay:
demo: true #if is true, extension rewrite merchant values
merchant:
gateUrl: 'https://www.thepay.cz/gate/'
merchantId: ''
accountId: ''
merchantId: (int)
accountId: (int)
password: ''
dataApiPassword: ''
webServicesWsdl: 'https://www.thepay.cz/gate/api/api-demo.wsdl'
Expand All @@ -33,7 +33,7 @@ thepay:

Minimal production configuration:
```yml
thepay:
trejjam.thepay:
demo: false
merchant:
merchantId: ''
Expand Down

0 comments on commit 20d90a6

Please sign in to comment.