Commit Graph

30 Commits

Author SHA1 Message Date
forest 6c57e45cdd fixing bugs in btcpay server down detection 2022-02-22 14:17:40 -06:00
forest 32cb14f979 improve BTCPay server down detection and handling 2022-02-22 14:04:38 -06:00
forest a177418268 fix verbaige 2022-02-08 17:44:31 -06:00
forest ec0d3b1740 short-term and long-term capsuls 2022-02-08 17:16:52 -06:00
forest 2bb335bcfb fix type coercion special case where dollars = 0 2021-12-14 01:47:45 -06:00
forest 80802370a3 trying to fix weird dollars behaviour 2021-12-14 01:46:33 -06:00
forest 9dc5f43fa0 fixing nested string literals 2021-12-14 01:42:26 -06:00
forest 79742278c5 cleaning up validate_dollars 2021-12-14 01:41:35 -06:00
forest f5d70c0b88 debugging validate dollars 2021-12-14 01:37:39 -06:00
forest 2b14627319 debugging validate dollars 2021-12-14 01:35:17 -06:00
forest db4797c044 validate_dollars to support different values for stripe vs btcpay 2021-12-14 01:27:25 -06:00
Maveth bb4281270c Fix error caused by negative or really big numbers 2021-11-23 12:24:14 -06:00
forest 5a67a58f98 better error handling when the btcpay server goes down 2021-09-02 12:00:48 -05:00
forest 36329796f0 define BTCPAY_ENABLED based on URL and btcpay key, pass it explicitly 2021-07-21 12:12:41 -05:00
3wc 7ed847251f Don't load /btcpay if BTCPAY_PRIVATE_KEY un-set 2021-07-21 00:22:58 +02:00
forest 1e19902df1 fix syntax error and beeteeceepae2 warning formatting 2021-07-07 21:12:31 -05:00
forest a08edd870f add beeteeceepae2 message to btcpay launch page & cleanup 2021-07-07 21:04:23 -05:00
forest 107a5fc659 attempting to fix "can't look up exception for http status 200" 2021-03-23 15:57:07 -05:00
forest 6764c5c97d got httpclient working, spoke heartbeat is working 2021-01-04 13:32:52 -06:00
forest 159449c38c fixing a bug which occurs when for some reason stripe doesn't put the
display_items on the invoice
2020-11-02 14:36:01 -06:00
forest e6021324f7 fix exceptions related to btcpay HTTP calls. better cleanup of expired
btcpay invoices.
2020-07-18 10:16:17 -05:00
forest 2b0ff06ec8 cleanup 2020-05-22 15:31:53 -05:00
forest 672ff49d6d implement content-security-policy, static assets cache bust, and fix
stripe back button ratchet issue

because the only way to use stripe checkout is to run their proprietary
JS, and we arent using a SPA, naturally what happens is, when you land
on the stripe payment page if you hit the back button it goes back to
the same page where you got re-directed to stripe. this commit fixes
that.
2020-05-22 15:20:26 -05:00
forest 2b04463e4e switch to polling for btcpay payment sessions because btcpay web hooks
are super duper slow
2020-05-16 22:04:51 -05:00
forest 155b0d579a print invoice 2020-05-16 21:28:28 -05:00
forest be8cfee3c3 add more logs to btcpay webhook 2020-05-16 21:24:40 -05:00
forest 26340f118f trying to fix logging 2020-05-15 23:19:01 -05:00
forest e9dcf80f6c btcpay working! added bitpay client code to source tree to fix a bug
fixed a stripe race condition

added account balance warning to account balance page
2020-05-15 18:18:19 -05:00
forest d1078b8f30 started working on cron job task 2020-05-14 23:40:27 -05:00
forest 8de802aff5 btcpay generating invoices and payments can be invalidated 2020-05-14 18:03:00 -05:00