We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de055ed commit ea9d64bCopy full SHA for ea9d64b
2 files changed
src/Beans/ShipTo.php
@@ -252,7 +252,6 @@ public function setCountry(string $value)
252
return $this;
253
}
254
255
-
256
/**
257
* Converts to data array
258
*
src/Client.php
@@ -19,7 +19,7 @@ class Client
19
20
* @var string
21
*/
22
- const VERSION_API = "v1/";
+ const VERSION_API = "v2/";
23
const BASE_URI = 'https://ecommerce.adiq.io/';
24
const BASE_URI_SANDBOX = 'https://ecommerce-hml.adiq.io/';
25
0 commit comments