update to newest version of BTCQBO (see below)

This updates the repo to v0.1.20 of BTCQBO, which has the following improvements:

1. Better user experience. Flow through the sync/setup steps is more natural for the user.
2. Added email functionality. The QBO API does not allow issuance of receipts for invoice payments not made through Intuit's own payments module. The plugin now works around this issue by sending its own email receipts to customers when they pay an invoice.
This commit is contained in:
Jeff Vandrew Jr 2018-12-09 14:44:05 -05:00 committed by GitHub
parent fac158d790
commit b93aa22c6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ version: "3"
services:
btcqbo:
image: jvandrew/btcqbo:0.1.8
image: jvandrew/btcqbo:0.1.20
environment:
REDIS_URL: "redis://redis:6379/0"
BTCPAY_HOST: ${BTCPAY_PROTOCOL:-https}://${BTCPAY_HOST}
@ -12,7 +12,7 @@ services:
links:
- redis
rq-worker:
image: jvandrew/btcqbo:0.1.8
image: jvandrew/btcqbo:0.1.20
entrypoint: /usr/local/bin/rq
command: worker -u redis://redis:6379/0 btcqbo
environment: