Commit Graph

219 Commits

Author SHA1 Message Date
ndeet
4d161f87f1
Merge pull request #28 from ndeet/fix247
Fix getConfigWithoutCache() causing infinite re-generation of webhook secret
2025-03-21 21:34:56 +01:00
ndeet
a139593620
Merge pull request #27 from lightningcheckout/fix-order-state-settled-btc-payment
Order status to Processing instead of Completed
2025-03-20 23:43:37 +01:00
ndeet
edaad8e67c Fix instantiation of config collection, would return always null and cause infinite re-generation of webhook secret. 2025-03-20 21:58:10 +01:00
cryptoteun
aeaff44264 Changed order status once btc payment is settled to processing instead of completed. 2025-02-28 14:04:17 +01:00
ndeet
6512cfdc7e
Merge pull request #22 from ndeet/btcpay2-compat
BTCPay 2.0 support
2024-09-25 14:22:49 +02:00
ndeet
5952bfc0cd Bumping PHP library for BTCPay 2.0+ support. 2024-09-24 15:12:57 +02:00
ndeet
82f58cb51c
Merge pull request #20 from ndeet/overpaid-settled
Mark overpaid orders as settled
2023-10-20 11:49:51 +02:00
ndeet
fdeefa67a5 Mark overpaid orders still as settled otherwise it stays in default status. 2023-08-23 13:46:34 +02:00
Wouter Samaey
1564f30fec
Merge pull request #19 from ndeet/fix-redirect
Fix error on redirect if invoice already settled.
2023-07-05 14:01:31 +02:00
ndeet
f83576a78d Fix error on redirect if invoice already settled. 2023-06-22 16:14:41 +02:00
Wouter Samaey
86b24c0a0e
Merge pull request #17 from ndeet/btcpay-store-selection
Make sure the user needs to select store.
2023-06-22 11:35:48 +02:00
Wouter Samaey
d9b8a5ab89
Merge pull request #18 from ndeet/url-detection
Fix empty BTCPay URL detection.
2023-06-22 11:34:33 +02:00
ndeet
0e5f73f26d Fix empty BTCPay URL detection. 2023-06-22 11:30:52 +02:00
ndeet
4c340ee466 Make sure the user needs to select store. 2023-06-22 11:24:21 +02:00
Wouter Samaey
2675d255f4
Merge pull request #16 from ndeet/fix-webhook-dos
Fix bug creating new webhook on each order
2023-06-16 08:56:44 +02:00
ndeet
3e09dad128 Fix bug creating new webhook on each order; fix other btcpay library changes. 2023-06-14 19:31:39 +02:00
Wouter Samaey
2356aa3750 Fixed bug in URL, missing slash 2023-05-11 09:52:29 +02:00
Wouter Samaey
8f6c275f15 Fixed another type issue 2023-04-04 13:26:51 +02:00
Wouter Samaey
4c0167593b Merge remote-tracking branch 'origin/master' 2023-04-04 10:55:34 +02:00
Wouter Samaey
4964db0276 Fixed type error 2023-04-04 10:55:30 +02:00
Wouter Samaey
623c5c7346
Bumped Greenfield PHP lib version 2023-03-10 10:51:21 +01:00
Wouter Samaey
615fd2c594 Compat with Greenfield PHP lib 2.0 2023-03-09 09:51:29 +01:00
Wouter Samaey
c22da39ba4 Updated gitignore 2023-03-09 09:50:54 +01:00
Wouter Samaey
152d6ce58d Minor cleanup 2023-03-09 09:49:23 +01:00
Wouter Samaey
dba2213d19
Updated to latest BTCPay Greenfield PHP API 2023-03-09 09:43:32 +01:00
Wouter Samaey
32462c5f1a Removed version from composer.json as it is taken from tags anyway 2023-02-28 05:03:09 +01:00
Wouter Samaey
223e3e65a9 Support PHP8+ 2023-02-28 05:00:54 +01:00
Wouter Samaey
8aa3721079 Updated gitignore 2023-02-28 05:00:41 +01:00
Judith
6bef4f4c5e remove slash from btcpayServer and add one 2022-02-28 13:54:31 +01:00
Judith
2bb0847a68 payment method will not work until exact permissions are provided - admin error 2022-02-04 11:36:03 +01:00
Wouter Samaey
409ad14972
Merge pull request #6 from dni/patch-4
Update BTCPayService.php
2021-12-13 11:22:10 +01:00
Daniel Krahofer
fd06d6c905
Update BTCPayService.php
remove comments because code is self explanatory now
2021-12-13 11:20:33 +01:00
Daniel Krahofer
36004b47b8
Update BTCPayService.php 2021-12-13 11:16:36 +01:00
Daniel Krahofer
bf9250ae95
Update BTCPayService.php
as mentioned in issue #5
2021-12-13 10:41:18 +01:00
Wouter Samaey
5c39670a75
Merge pull request #4 from dni/patch-3
Update README.md
2021-12-13 09:53:44 +01:00
Daniel Krahofer
31bf73db43
Update README.md 2021-12-13 09:50:28 +01:00
Wouter Samaey
4d825eb4d0
Merge pull request #3 from dni/patch-2
Update Save.php
2021-12-13 09:45:38 +01:00
Wouter Samaey
37ce12c28b
Fixed translations 2021-12-13 09:44:24 +01:00
Daniel Krahofer
3942d90e10
Update Save.php
the translate function should be 2 underscores not 3? am i wrong?
2021-12-13 09:37:22 +01:00
Wouter Samaey
0b24bda7a2
Merge pull request #2 from dni/patch-1 2021-12-12 20:08:02 +01:00
Daniel Krahofer
1765fae802
Update README.md 2021-12-11 19:05:15 +01:00
Judith
f059d049eb making ready for release 2021-11-15 13:38:55 +01:00
Judith
08b519724a extra check: only cancel order when all invoices for this order are still 'New' 2021-09-30 15:00:19 +02:00
Judith
384f17faee removed/fixed TODO's 2021-09-23 13:58:29 +02:00
Judith
f1d7201e27 Mark BTCPay Invoice as 'Settled' or 'Invalid' from Magento admin 2021-09-23 12:36:46 +02:00
Judith
a3e7b4e38e surround by try catch 2021-09-23 12:35:11 +02:00
Judith
6942597d35 autocancel on expiry 2021-09-23 12:34:44 +02:00
Judith
fb49c80cd9 added function to get store payment methods 2021-09-23 12:34:25 +02:00
Judith
37942b76d6 config auto-cancel on expiry 2021-09-23 12:32:55 +02:00
Judith
370a2bac13 check if there are payment methods for the BTCPay store 2021-09-23 12:32:22 +02:00