Skip to content

Commit

Permalink
Add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
trejjam committed Aug 20, 2015
1 parent 2725dbe commit d8f3950
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,33 @@ The best way to install trejjam/thepay is using [Composer](http://getcomposer.o
```sh
$ composer require trejjam/thepay:0.4
```

Configuration
-------------

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

thepay:
demo: true #if is true, extension rewrite merchant values
merchant:
gateUrl: 'https://www.thepay.cz/gate/'
merchantId: ''
accountId: ''
password: ''
dataApiPassword: ''
webServicesWsdl: 'https://www.thepay.cz/gate/api/api-demo.wsdl'
dataWebServicesWsdl: 'https://www.thepay.cz/gate/api/data-demo.wsdl'
```

Minimal production configuration:
```yml
thepay:
demo: false
merchant:
merchantId: ''
accountId: ''
password: ''
dataApiPassword: ''
```
Binary file added doc/cs/Datové API v1.0.doc
Binary file not shown.
Binary file added doc/cs/Implementační manuál v2.3.doc
Binary file not shown.

0 comments on commit d8f3950

Please sign in to comment.