feat: add SHOPIFY_APP_STORE_URL

This commit is contained in:
Muhsin
2026-02-17 16:59:25 +05:30
parent 547d58fefb
commit 5c58cd5e89
8 changed files with 56 additions and 111 deletions
@@ -32,12 +32,6 @@ class IntegrationsAPI extends ApiClient {
deleteHook(hookId) {
return axios.delete(`${this.baseUrl()}/integrations/hooks/${hookId}`);
}
connectShopify({ shopDomain }) {
return axios.post(`${this.baseUrl()}/integrations/shopify/auth`, {
shop_domain: shopDomain,
});
}
}
export default new IntegrationsAPI();