-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
29ae3ea
commit d17f60e
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -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) | ||
|