Skip to content

Commit 45b4c34

Browse files
committed
updates
1 parent e41605d commit 45b4c34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/easyship/easyship.app.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default {
2121
},
2222
methods: {
2323
_baseUrl() {
24-
return "https://public-api.easyship.com/2023-01";
24+
return "https://public-api.easyship.com/2024-09";
2525
},
2626
_makeRequest({
2727
$ = this, path, ...opts
@@ -30,6 +30,7 @@ export default {
3030
url: `${this._baseUrl()}${path}`,
3131
headers: {
3232
Authorization: `Bearer ${this.$auth.api_token}`,
33+
Accept: "application/json",
3334
},
3435
...opts,
3536
});

0 commit comments

Comments
 (0)