Commit Graph

757 Commits

Author SHA1 Message Date
Nicolas Dorier
f817bd2ea7
Update README.md 2021-11-08 21:03:54 +09:00
BitcoinMitchell
aff8432a62 This library should not be used for new project 2021-11-08 12:46:40 +01:00
Andreas Tasch
a7f6e72510 Fixing SSL bundle problem for expired lets encrypt root cert. 2021-11-02 12:49:00 +01:00
Andrew Camilleri
fdb69c38c1
Merge pull request #46 from ndeet/allow-any-currency-symbol
Allow any currency symbol via overloaded class.
2021-01-05 15:29:14 +01:00
Andreas Tasch
40c088d13d Allow also lowercase chars to be set. 2021-01-05 15:25:45 +01:00
Andreas Tasch
803cc9a9f6 Adding overloaded currency class without restricted symbols. 2021-01-05 15:14:55 +01:00
Andrew Camilleri
6dafb47480
Merge pull request #38 from sashmaaan/easier-tutorials
Implemented the tutorials way easier with constants at the beginning of each file
2021-01-04 07:51:58 +01:00
Andrew Camilleri
cdd4a5a9b7
Merge pull request #36 from BitcoinMitchell/patch-1
Resolved invalid CustomIntegration.md URL
2021-01-04 07:49:44 +01:00
Andrew Camilleri
2d28918564
Merge pull request #44 from ndeet/payment-currencies-support
Add support for enforcing one or more payment currencies.
2021-01-04 07:47:05 +01:00
Andreas Tasch
b8ee319860 Add support for enforcing one or more payment currencies. 2021-01-03 18:58:09 +01:00
Sascha Schmolz
517a1a7b45 only tutorials 2020-10-02 14:50:06 +02:00
Sascha Schmolz
26951aa49f composer.json - original name 2020-10-02 14:38:14 +02:00
Sascha Schmolz
25fab61b1e composer changed back to original 2020-10-02 14:35:59 +02:00
Sascha Schmolz
3578244b86 fixed the tutorials for easier usage 2020-10-02 14:31:51 +02:00
Sascha Schmolz
f8cd7837ee Change name in composer.json 2020-10-02 10:08:05 +02:00
Sascha Schmolz
2804d56b00 Merge branch 'master' of https://github.com/sashmaaan/btcpayserver-php-client 2020-10-02 09:26:14 +02:00
Sascha Schmolz
040e2e3d75 Get buyer data in invoice 2020-10-02 08:41:30 +02:00
BitcoinMitchell
95a11efe83
Resolved invalid CustomIntegration.md URL 2020-08-28 23:01:57 +02:00
Wouter Samaey
b5b1db4292 Merge branch 'master' of https://github.com/btcpayserver/btcpayserver-php-client 2019-12-07 20:48:42 +01:00
Wouter Samaey
bff4e1d6b8 Added defaults for URLs lacking a port number 2019-12-07 20:45:55 +01:00
Wouter Samaey
05be9b2c26 Added note about "example" files being untested 2019-12-07 20:45:41 +01:00
reablaz
44661695b4 Update 003_createInvoice.php
port is required otherwise error is rised
2019-09-29 08:44:28 +02:00
reablaz
1795259311 update 002_pair
you need to specify port otherwise error is raised
2019-09-29 08:44:28 +02:00
reablaz
cfed65495f typo fix 2019-09-29 08:44:28 +02:00
Wouter Samaey
2b5720b9d2 Bumped version 2019-08-17 09:20:25 +02:00
Wouter Samaey
6acd969c06 Improved example code 2019-08-16 19:38:15 +02:00
Wouter Samaey
3697d7d8cc Readme changes 2019-08-15 19:53:47 +02:00
Wouter Samaey
7dc774c294 Minor README change 2019-08-15 19:50:56 +02:00
Wouter Samaey
a60aadb481 Updated README and VERSION 2019-08-15 19:49:52 +02:00
Wouter Samaey
82db08130c Merge branch 'without-symfony-dependancy' 2019-08-15 19:38:21 +02:00
Wouter Samaey
27788b6072 Removed dependancy on Symfony 2019-08-15 19:31:42 +02:00
Wouter Samaey
7b6483c451 Removed use of "network" which is a BitPay concept. Examples need further fine tuning. 2019-08-15 19:20:40 +02:00
Wouter Samaey
f02b9bcd9f Fixed API 2019-08-15 19:13:31 +02:00
Wouter Samaey
5a8c6202f9 Merged changes from BitPay v4 API - not fully tested yet 2019-08-15 18:48:02 +02:00
Ciprian Mandache
5bb6a69b06
Merge pull request #15 from storefront-bvba/symfony4-support
Compatibility with Symfony 4.x + upgraded PHP to stable
2019-08-08 22:54:46 +03:00
Wouter Samaey
b2be3d7700 Compatibility with Symfony 4.x + upgraded PHP to stable 2019-08-06 21:12:15 +02:00
Nicolas Dorier
7ddd8019c2
Merge pull request #11 from sven-codeculture/patch-1
Make sure its possible to get response code behind http/2 proxy
2019-08-01 00:37:47 +09:00
Nicolas Dorier
19f8c05dcb
Merge pull request #12 from storefront-bvba/bump-symfony-versions
Allow any Symfony version starting with 3.x
2019-08-01 00:31:18 +09:00
Nicolas Dorier
1604e81d5d
Merge pull request #13 from storefront-bvba/improved-response-error-handling
Improved response error handling
2019-08-01 00:30:43 +09:00
Wouter Samaey
98b2cb084a Minor cleanup + added doc 2019-07-25 09:52:39 +02:00
Wouter Samaey
70a4be1f84 Improved response error handling 2019-07-25 09:47:35 +02:00
Wouter Samaey
f181576569 Allow any Symfony version starting with 3.x 2019-07-25 09:01:56 +02:00
sven-codeculture
8387cac143
Update Response.php
Make sure its possible to get request behind http/2
2019-07-19 15:09:23 +02:00
Ciprian Mandache
86ff67206c
Merge pull request #9 from elvismdev/patch-1
Fix file name of class BTCPayServerException
2019-07-08 19:37:08 +03:00
Elvis Morales
9fdefc038a
Fix file name of class BTCPayServerException
Otherwise it throws the error:

```
Attempted to load class "BTCPayServerException" from namespace "BTCPayServer\Client". Did you forget a "use" statement for another namespace? 
```
2019-07-04 19:10:00 -07:00
Ciprian Mandache
245b772a38
Merge pull request #3 from SeBuDesign/master
taxIncluded is not always returned by btcpayserver
2019-05-30 21:49:33 +03:00
Sven Buijsrogge
f0dc3fd8c6 taxIncluded is not always returned by btcpayserver 2019-05-30 20:09:12 +02:00
Ciprian Mandache
9f7e56bb54
Merge pull request #2 from dirty-harry/master
URL updates
2019-05-17 01:16:45 +03:00
dirty-harry
d14a6a67a0 URL updates
Repoint all tutorial URLs to testnet.demo.btcpayserver.org
2019-05-16 21:06:43 +01:00
Ciprian Mandache
67526a2e55
Merge pull request #1 from btcpayserver/redirect-automatically
Add RedirectAutomatically field
2019-05-06 00:27:24 +03:00