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.
2 parents f3ead51 + 55a6f3c commit 0d21ffaCopy full SHA for 0d21ffa
src/index.ts
@@ -36,8 +36,8 @@ export class createClient {
36
}
37
} = this;
38
39
- const version: string = store_code ? `/${store_code}` : '';
40
- const uri: string = `${store_url}${version}/index.php/${removeLeadingSlash(
+ const version: string = store_code ? `${store_code}/` : '';
+ const uri: string = `${store_url}/index.php/${version}${removeLeadingSlash(
41
path
42
)}`;
43
// console.log('uri', uri);
0 commit comments