@agenus-io/pixel-backend-sdk 1.1.15 → 1.1.16

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.
@@ -607,9 +607,8 @@ class PixelSDK {
607
607
  appId: this.appId,
608
608
  secretToken: this.appToken,
609
609
  };
610
- await axios_1.default.post(`${this.apiUrl}/checkout-live/connect`, {
610
+ await axios_1.default.post(`${this.apiUrl}/checkout-live/connect`, { aid }, {
611
611
  headers: { "app-id": token.appId, "app-secret-token": token.secretToken },
612
- body: { aid },
613
612
  });
614
613
  }
615
614
  catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agenus-io/pixel-backend-sdk",
3
- "version": "1.1.15",
3
+ "version": "1.1.16",
4
4
  "description": "SDK para envio de vendas para fila AWS SQS do micro-serviço de pixels",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",