opennode-php icon indicating copy to clipboard operation
opennode-php copied to clipboard

OpenNode PHP library for API v1

Results 7 opennode-php issues
Sort by recently updated
recently updated
newest added

I might be mistaking but I'm trying to do: ``` require 'vendor/autoload.php'; use OpenNode\Merchant\Charge; use OpenNode\OpenNode; use OpenNode\Exception; OpenNode::config(array( 'environment' => 'dev', // dev OR live 'auth_token' => 'mykey', 'curlopt_ssl_verifypeer'...

Hi, I create a Lightning Network Invoice and create a QR with its data, but Muun Wallet says this is an expired wallet, and I should create at least a...

array_key_exists throwed Warnings, when $response variable passed to it wasn't array

More info -> https://github.com/opennodedev/opennode-php/pull/5

Since the domain and API endpoints changed this library gives 404 Not found when trying to reach: "https://api.opennode.co/v1/withdrawals". Needs to be updated to use https://api.opennode.com/v2/withdrawals. It works when manually changing...

Hello, I am working on a Magento 1.9 module and I am puzzled by the output of `Charge::find` regarding the `fiat_value` member. I created a charge with the following parameters:...

Using composer I got the following error: `Fatal error: Class 'OpenNode\Unauthorized' not found in /root/www/lightning-flip/vendor/opennode/opennode-php/lib/Exception.php on line 31` However without composer there was no issue. I tried requiring the same...

bug