Skip to content

Commit 74a608c

Browse files
committed
Updated Hosts
1 parent c6c42dc commit 74a608c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ApiContext.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ class ApiContext extends Context
1414
{
1515

1616
protected $hostnames = [
17-
'live' => 'https://api.chainside.net',
18-
'sandbox' => 'https://api.sandbox.chainside.net',
17+
'live' => 'https://api.webpos.chainside.net',
18+
'sandbox' => 'https://api.sandbox.webpos.chainside.net',
1919
];
2020

2121
protected $defaultConfig = [
@@ -46,4 +46,4 @@ protected function buildCache()
4646
} else return $this->cache;
4747
}
4848

49-
}
49+
}

0 commit comments

Comments
 (0)