Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick477 committed Aug 20, 2018
1 parent 29ae3ea commit d17f60e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ Write us an email on [email protected] or visit [our website](https://bitba
bin/console cache:clear
```
## Required merchant configuration in QuadPay
Merchant configuration must have `captureFundsOnOrderCreation` set to true.
## Cron job
Integrations should keep track of what orders have been sent to QuadPay for payment and have a scheduled job that runs every 10 minutes or so that checks the status of these orders.
Expand All @@ -78,10 +82,6 @@ For example:
{{ bitbag_quadpay_render_widget(cart.total, sylius.channel) }}
```
## Required merchant configuration in QuadPay
Merchant configuration must have `captureFundsOnOrderCreation` set to true.
## Customization
### Available services you can [decorate](https://symfony.com/doc/current/service_container/service_decoration.html) and forms you can [extend](http://symfony.com/doc/current/form/create_form_type_extension.html)
Expand Down

0 comments on commit d17f60e

Please sign in to comment.