Skip to content

Commit ea9d64b

Browse files
committed
Bumping API version to /v2
1 parent de055ed commit ea9d64b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/Beans/ShipTo.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ public function setCountry(string $value)
252252
return $this;
253253
}
254254

255-
256255
/**
257256
* Converts to data array
258257
*

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Client
1919
/**
2020
* @var string
2121
*/
22-
const VERSION_API = "v1/";
22+
const VERSION_API = "v2/";
2323
const BASE_URI = 'https://ecommerce.adiq.io/';
2424
const BASE_URI_SANDBOX = 'https://ecommerce-hml.adiq.io/';
2525

0 commit comments

Comments
 (0)