mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 19:04:41 -04:00
fixes for paths
This commit is contained in:
parent
de5d5d3b10
commit
2897fdaa9e
@ -61,8 +61,8 @@ class HostedMigration extends Job
|
|||||||
|
|
||||||
private function getToken()
|
private function getToken()
|
||||||
{
|
{
|
||||||
//$url = 'https://invoicing.co/api/v1/get_migration_account';
|
$url = 'https://invoicing.co/api/v1/get_migration_account';
|
||||||
$url = 'http://devhosted.test:8000/api/v1/get_migration_account';
|
// $url = 'http://devhosted.test:8000/api/v1/get_migration_account';
|
||||||
|
|
||||||
$headers = [
|
$headers = [
|
||||||
'X-API-HOSTED-SECRET' => $this->v4_secret,
|
'X-API-HOSTED-SECRET' => $this->v4_secret,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user