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 6cd2a22 commit 1f03e5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
bin/console cache:clear
```
##Cron job
## 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 @@ -53,7 +53,7 @@ For example:
*/10 * * * * bin/console bitbag:quadpay:update-payment-state
```
##QuadPay Widget
## QuadPay Widget
QuadPay Widget could be rendered in your twig templates using `bitbag_cms_render_block([amount], [channel])` helper extension.
Expand Down

0 comments on commit 1f03e5f

Please sign in to comment.