You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
- Replaced all occurances of "BitPay" with "BTCPayServer"
- Used library imports instead of FQCN instantiation
- Removed cruft, whitespace etc
- Pulled all required config into single array
- Fixesbtcpayserver#30 where access token isn't displayed (Incorrect pairing process)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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!
The text was updated successfully, but these errors were encountered: