btcpayserver-php-client icon indicating copy to clipboard operation
btcpayserver-php-client copied to clipboard

Errors and nothing works.

Open HarmJan1990 opened this issue 4 years ago • 1 comments

Hi,

I installed this via Composer and am following the examples in the tutorial folder. Step 1, works. Step 2, works but its not showing up in the Access token tab on the server. Step 3 Gives warnings about array_key_exists(), says its creating an invoice but it isn't and shows an empty array.

Then i tried CreateInvoice.php but it says Fatal error: Uncaught Error: Class 'BTCPayServer\BTCPayServer' not found. I tried making an invoice on the server and getting the info from it with getInvoice.php but that says Fatal error: Method BTCPayServer\Client\Request::__toString() must not throw an exception, caught Error: Call to undefined method BTCPayServer\Client\Request::getSchema()

I don't really know whats going on. Any help would be appreciated!

HarmJan1990 avatar May 15 '20 21:05 HarmJan1990