@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.
- package/dist/Class/index.js +1 -2
- package/package.json +1 -1
package/dist/Class/index.js
CHANGED
|
@@ -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) {
|