@product7/product7-js 0.3.6 → 0.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@product7/product7-js",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "description": "JavaScript SDK for integrating Product7 feedback widgets into any website",
5
5
  "main": "dist/product7-js.js",
6
6
  "module": "src/index.js",
@@ -98,7 +98,7 @@ export class APIService extends BaseAPIService {
98
98
  return mockResponse;
99
99
  }
100
100
 
101
- const response = await this._makeRequest('/widget/messenger/identify', {
101
+ const response = await this._makeRequest('/widget/identify', {
102
102
  method: 'POST',
103
103
  headers: {
104
104
  'Content-Type': 'application/json',