We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ed3313 + 54da3c1 commit f2a2155Copy full SHA for f2a2155
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