Nicolas Dorier
4c0bf5a5bf
Update README.md
2021-11-08 21:02:40 +09:00
nicolas.dorier
75bd0f95f5
bump version
2021-10-03 10:42:34 +09:00
Nicolas Dorier
d59411a396
Merge pull request #23 from ndeet/patch-1
...
Fix Lets Encrypt root cert error
2021-10-03 10:40:16 +09:00
Andreas Tasch
16862d2ed6
Fix Lets Encrypt root cert error
...
@NicolasDorier
Do not use the custom ca-bundle.crt as it contains outdated certs and there is no obvious reason imo to why even use it at all. Normally the system ssl library is good enough for major SSL certs to work. Maybe Bitpay had some need for self signed certs or something to even do that.
Note: just did edit in the web UI and not delete the ca-bundle.crt file for now.
Context:
https://chat.btcpayserver.org/btcpayserver/pl/cm9itj98hfbr9jgiq4t38hkeuw
including the comments afterwards of another user that tried this fix successfully.
Todo: after merging this somebody needs to do a WooCommerce plugin release, not sure who is in charge of that atm.
2021-10-02 22:52:09 +02:00
Andrew Camilleri
3b161c5d00
Merge pull request #22 from ndeet/allow-any-currency
...
Allow any currency symbol via overloaded class.
2021-01-29 12:24:57 +01:00
Andrew Camilleri
ca9e77e5df
Merge pull request #21 from ndeet/payment-currencies
...
Support for payment currencies.
2021-01-29 12:24:28 +01:00
Andreas Tasch
01057e8da8
Make sure to use CurrencyUnrestricted here to not break IPN callback.
2021-01-26 14:22:46 +01:00
Andreas Tasch
5522adcf5e
Allow any currency symbol via overloaded class.
2021-01-26 13:28:07 +01:00
Andreas Tasch
c41360a6e2
Support for payment currencies.
2021-01-26 13:24:33 +01:00
nicolas.dorier
7815bc0312
bump ca
2020-07-17 21:07:10 +09:00
nicolas.dorier
79ac751e54
fix version
2019-04-23 16:33:13 +09:00
nicolas.dorier
3e0425497c
do not try to clean orderId
2019-04-23 15:35:12 +09:00
Nicolas Dorier
1e08ee7c91
Merge pull request #16 from kakaska/fix-get-invoice-tutorial
...
Fix getInvoice.php and IPNlogger.php tutorial
2019-02-26 13:44:43 +09:00
kakaska
f04618c667
Fix IPNlogger.php tutorial
2019-02-25 22:27:17 +01:00
kakaska
8b3f1663f1
Fix getInvoice.php tutorial
2019-02-25 19:00:35 +01:00
Nicolas Dorier
43076fdd9b
Merge pull request #12 from psyb0t/fix/remove-null-props-when-creating-invoice
...
Check body object keys for null value and unset them if found
2019-02-21 18:21:35 +09:00
Ciprian Mandache
79d1f1e51b
Check body object keys for null value and unset them if found
2019-02-21 11:07:40 +02:00
Nicolas Dorier
36578f803c
Merge pull request #8 from kakaska/update-readme
...
Update README.md installation section
2019-02-17 20:34:00 +09:00
kakaska
dbc3aeec94
Update README.md installation section
2019-02-17 11:40:35 +01:00
Nicolas Dorier
c25d3d3c99
Merge pull request #5 from kakaska/empty-btcpay-server-url
...
Throw BitpayException when BTCPAY server url is empty
2019-02-17 13:16:14 +09:00
Nicolas Dorier
0f0c73fc75
Merge branch 'master' into empty-btcpay-server-url
2019-02-17 13:12:11 +09:00
Nicolas Dorier
c0c1457e0b
Merge pull request #6 from kakaska/fix-unit-tests
...
Fix remaining unit tests
2019-02-17 13:06:50 +09:00
kakaska
3087e0cb7c
Fix tests in ClientTest
2019-02-14 20:02:37 +01:00
kakaska
6dda744064
Fix tests in ItemTest
2019-02-14 19:08:58 +01:00
kakaska
883381aca0
Fix testProcessAndValidate() test in ConfigurationTest
2019-02-14 18:37:50 +01:00
kakaska
58b99f9c4e
Fix testSendRequestWithException() test in CurlAdapterTest
2019-02-14 18:34:05 +01:00
kakaska
95f351271b
Fix failed testConfigAbleToPersistAndLoadKeys() test in BitpayTest
2019-02-14 18:29:48 +01:00
kakaska
46b4b18eb5
Throw BitpayException when BTCPAY server url is empty
2019-02-14 17:52:17 +01:00
Nicolas Dorier
cc8e0bc689
Merge pull request #4 from kakaska/fix-examples
...
Fix examples and tutorials
2019-02-15 00:48:09 +09:00
Nicolas Dorier
5ba10b0db8
Merge pull request #3 from kakaska/fix-unit-tests
...
Remove Network specific unit tests
2019-02-15 00:47:46 +09:00
nicolas.dorier
3a0fe24279
Fix edge case where HTTP code is 0
2019-02-15 00:44:44 +09:00
kakaska
75baef3fd7
Fix tutorials
2019-02-13 14:44:45 +01:00
kakaska
dcf5659f34
Fix examples
2019-02-13 13:46:22 +01:00
kakaska
4aeedbd176
Clean up code and add testSetUri() in RequestTest
2019-02-12 21:44:22 +01:00
kakaska
dc4f186bcc
Fix mock configuration in ClientTest
2019-02-12 21:28:20 +01:00
kakaska
ec1d1585e1
Remove 'network' parameter from BitpayTest
2019-02-12 21:14:19 +01:00
kakaska
d669d272da
Remove 'network.class' parameter configuration from BitpayExtension class
2019-02-12 21:00:12 +01:00
kakaska
f3563d4675
Remove Network specific unit tests
2019-02-12 20:52:28 +01:00
nicolas.dorier
6396af895d
remove getTaxIncluded from IPNLogger
2019-01-31 13:24:08 +09:00
nicolas.dorier
c37068ead7
Remove NetworkAwareInterface, simplify Client.php
2019-01-26 15:23:47 +09:00
nicolas.dorier
f34dba2448
Add taxIncluded field
2019-01-26 13:56:34 +09:00
nicolas.dorier
958fd250ef
remove checkPriceFormat
2019-01-26 13:41:25 +09:00
nicolas.dorier
c829bc38be
Throw exception if invalid http code
2019-01-26 13:40:34 +09:00
Pieter Poorthuis
d6d1431895
Updated changelog and version number for v2.2.20
2018-03-28 12:30:37 +02:00
Pieter Poorthuis
b88a7f6978
Fixed tests, fixed default timezone issues
2018-03-28 12:27:19 +02:00
Pieter Poorthuis
3f57af89d7
Version update + changelog for 2.2.19
2018-03-08 12:01:25 +01:00
Pieter Poorthuis
8e93c11c49
Fixed wrong token in example
2018-03-08 11:57:00 +01:00
Pieter Poorthuis
70514da027
Improved verbose information in examples
2018-03-08 11:54:05 +01:00
Pieter Poorthuis
83e2e0e678
Added support for BCH fields, set timezone to UTC
2018-03-08 11:49:16 +01:00
Pieter Poorthuis
a94bfe9b79
Merge pull request #259 from IDLOCKED/patch-1
...
typo fixed.
2018-02-16 09:04:30 +01:00