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 bbc90db commit 1cfbcdaCopy full SHA for 1cfbcda
components/bluecart_api/bluecart_api.app.mjs
@@ -44,7 +44,7 @@ export default {
44
...otherOpts,
45
url: this._baseUrl() + path,
46
params: {
47
- api_key: `${this.$auth.api_key}`,
+ api_key: this.$auth.api_key,
48
...params,
49
},
50
});
0 commit comments