mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add in a switch for the dev url for fasttrack
This commit is contained in:
parent
1c95603b70
commit
9d1df2aa97
@ -61,6 +61,9 @@ class Yodlee
|
|||||||
|
|
||||||
public function getFastTrackUrl()
|
public function getFastTrackUrl()
|
||||||
{
|
{
|
||||||
|
if(config('ninja.yodlee.dev_mode'))
|
||||||
|
return $this->dev_fast_track_url;
|
||||||
|
|
||||||
return $this->test_mode ? $this->test_fast_track_url : $this->production_track_url;
|
return $this->test_mode ? $this->test_fast_track_url : $this->production_track_url;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user