btrz-api-client 9.1.0 → 9.1.1

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.
@@ -484,7 +484,7 @@ function cartFactory({
484
484
  headers
485
485
  }),
486
486
  data: {
487
- expirationTime: expirationTime
487
+ expirationTimeData: expirationTime
488
488
  }
489
489
  });
490
490
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "btrz-api-client",
3
- "version": "9.1.0",
3
+ "version": "9.1.1",
4
4
  "description": "Api client for Betterez endpoints",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -325,7 +325,7 @@ function cartFactory({client, internalAuthTokenProvider}) {
325
325
  method: "post",
326
326
  headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers}),
327
327
  data: {
328
- expirationTime: expirationTime
328
+ expirationTimeData: expirationTime
329
329
  }
330
330
  });
331
331
  }