Skip to content

Commit f2a2155

Browse files
authored
Merge pull request #21 from neilgarb/domain
Use api.luno.com
2 parents 2ed3313 + 54da3c1 commit f2a2155

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Luno/AbstractClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
*/
1212
abstract class AbstractClient
1313
{
14-
private static $version = "0.0.4";
15-
private static $defaultBaseURL = 'https://api.mybitx.com/';
14+
private static $version = "0.0.8";
15+
private static $defaultBaseURL = 'https://api.luno.com/';
1616
private static $defaultTimeoutSeconds = 10.0;
1717

1818
protected $baseURL;

0 commit comments

Comments
 (0)