From b93aa22c6eb4ec214c792d42bc8015e9502b13d3 Mon Sep 17 00:00:00 2001 From: Jeff Vandrew Jr <43861226+JeffVandrewJr@users.noreply.github.com> Date: Sun, 9 Dec 2018 14:44:05 -0500 Subject: [PATCH] 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. --- .../docker-fragments/opt-add-btcqbo.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose-generator/docker-fragments/opt-add-btcqbo.yml b/docker-compose-generator/docker-fragments/opt-add-btcqbo.yml index a47b5cc..dbd363f 100644 --- a/docker-compose-generator/docker-fragments/opt-add-btcqbo.yml +++ b/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: @@ -31,4 +31,4 @@ services: environment: BTCPAY_EXTERNALSERVICES: "Quickbooks Online Connector:btcqbo;" volumes: - redis_datadir: \ No newline at end of file + redis_datadir: