Add in a switch for the dev url for fasttrack
This commit is contained in:
parent
1c95603b70
commit
9d1df2aa97
1 changed files with 3 additions and 0 deletions
|
|
@ -61,6 +61,9 @@ class Yodlee
|
|||
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue