Skip to content

Commit

Permalink
Merge pull request #29 from JotaGutierrez/release/0.7.3
Browse files Browse the repository at this point in the history
prepare 0.7.3 release
  • Loading branch information
gorkalaucirica authored May 28, 2018
2 parents d215c6f + 445ffe8 commit df519ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This changelog references the relevant changes done between versions.
To get the diff for a specific change, go to https://github.com/LIN3S/SyliusShopApiClient/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/LIN3S/SyliusShopApiClient/compare/v0.2.0...v0.3.0

* 0.7.3
* [FIX] Added auth params to choose shipping method endpoint
* 0.7.2
* [FEATURE] Added config values for cookie expiration: `cartCookieExpiration` and `userCookieExpiration` in milliseconds
* 0.7.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lin3s-sylius-shop-api-client",
"version": "0.7.2",
"version": "0.7.3",
"author": "LIN3S",
"license": "MIT",
"description": "JavaScript client on top of SyliusShopApiPlugin to build integrations with ease.",
Expand Down
2 changes: 1 addition & 1 deletion src/Checkout/ChooseShippingMethod.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import axios from 'axios';
import merge from 'lodash.merge';

import session from "../session";
import {contentTypeJson} from '../requestConfig';
import {authParams, contentTypeJson} from '../requestConfig';

export default config => ({shipmentId, methodCode}) => {
return new Promise(resolve => {
Expand Down

0 comments on commit df519ad

Please sign in to comment.