mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
remove unneeded param
This commit is contained in:
parent
5c1450861a
commit
bb088af766
@ -53,7 +53,7 @@ class BlockonomicsPaymentDriver extends BaseDriver
|
||||
public $GET_CALLBACKS_URL = 'https://www.blockonomics.co/api/address?&no_balance=true&only_xpub=true&get_callback=true';
|
||||
|
||||
|
||||
public function get_callbacks($crypto)
|
||||
public function get_callbacks()
|
||||
{
|
||||
$response = $this->get($GET_CALLBACKS_URL, $this->api_key);
|
||||
return $response;
|
||||
|
Loading…
x
Reference in New Issue
Block a user