We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed3313 commit 54da3c1Copy full SHA for 54da3c1
src/Luno/AbstractClient.php
@@ -11,8 +11,8 @@
11
*/
12
abstract class AbstractClient
13
{
14
- private static $version = "0.0.4";
15
- private static $defaultBaseURL = 'https://api.mybitx.com/';
+ private static $version = "0.0.8";
+ private static $defaultBaseURL = 'https://api.luno.com/';
16
private static $defaultTimeoutSeconds = 10.0;
17
18
protected $baseURL;
0 commit comments