We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e65356 commit cbac8daCopy full SHA for cbac8da
1 file changed
lib/Twocheckout.php
@@ -11,7 +11,7 @@ abstract class Twocheckout
11
public static $baseUrl = 'https://www.2checkout.com';
12
public static $error;
13
public static $format = 'array';
14
- const VERSION = '0.3.0';
+ const VERSION = '0.3.1';
15
16
public static function sellerId($value = null) {
17
self::$sid = $value;
0 commit comments