(hookId)
| 30 | } |
| 31 | |
| 32 | deleteHook(hookId) { |
| 33 | return axios.delete(`${this.baseUrl()}/integrations/hooks/${hookId}`); |
| 34 | } |
| 35 | |
| 36 | connectShopify({ shopDomain }) { |
| 37 | return axios.post(`${this.baseUrl()}/integrations/shopify/auth`, { |
no test coverage detected