Browse Source

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.
feature/auto_ssh
Jeff Vandrew Jr 6 years ago
committed by GitHub
parent
commit
b93aa22c6e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docker-compose-generator/docker-fragments/opt-add-btcqbo.yml

4
docker-compose-generator/docker-fragments/opt-add-btcqbo.yml

@ -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:

Loading…
Cancel
Save