We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e41605d commit 45b4c34Copy full SHA for 45b4c34
components/easyship/easyship.app.mjs
@@ -21,7 +21,7 @@ export default {
21
},
22
methods: {
23
_baseUrl() {
24
- return "https://public-api.easyship.com/2023-01";
+ return "https://public-api.easyship.com/2024-09";
25
26
_makeRequest({
27
$ = this, path, ...opts
@@ -30,6 +30,7 @@ export default {
30
url: `${this._baseUrl()}${path}`,
31
headers: {
32
Authorization: `Bearer ${this.$auth.api_token}`,
33
+ Accept: "application/json",
34
35
...opts,
36
});
0 commit comments