commit
2204272953
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue