Skip to content

Commit 1f269dc

Browse files
New release version. 2.3.4
1 parent f634d6e commit 1f269dc

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

Enferno.StormApiClient.nuspec

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>Enferno.StormApiClient</id>
5-
<version>2.3.4-beta</version>
5+
<version>2.3.4</version>
66
<title>Enferno Storm Api Client</title>
77
<authors>Storm Commerce AB</authors>
88
<owners>Storm Commerce AB</owners>
@@ -16,20 +16,23 @@ Please see release notes for 2.0.0 for details if you are upgrading from &lt;= v
1616
Also note the breaking change in Enferno.Public 2.3.0.
1717

1818
## What's new?
19-
- #6681: Added IsExclusive to CompanyPriceLists(PriceList).  
20-
https://servicesstage.enferno.se/api/1.1/docs/#/Customers/PriceLists/Pricelist  
19+
- #6681: Added IsExclusive to CompanyPriceLists(PriceList).
20+
https://api.storm.io/api/1.1/docs/#/Customers/PriceLists/Pricelist
21+
22+
- #6681: Added two new overloads for InsertCompanyPricelist and UpdateCompanyPricelist: InsertCompanyPricelist2 and UpdateCompanyPricelist2.
23+
These new overloads allows updating of IsExclusive on CompanyPriceLists. The old methods are obsoleted and the new ones should be used with PriceList.IsExclusive set to correct value.
24+
The old methods defaults to true for this new property.
25+
https://api.storm.io/api/1.1/docs/#/Customers/PriceLists/InsertCompanyPricelist2
26+
https://api.storm.io/api/1.1/docs/#/Customers/PriceLists/UpdateCompanyPricelist2
27+
- #6145: Additions in Klarna Shipping. Added support for Carrier, Class and DropPoint.
2128

22-
- #6681: Added two new overloads for InsertCompanyPricelist and UpdateCompanyPricelist: InsertCompanyPricelist2 and UpdateCompanyPricelist2. 
23-
These new overloads allows updating of IsExclusive on CompanyPriceLists. The old methods are obsoleted and the new ones should be used with PriceList.IsExclusive set to correct value. 
24-
The old methods defaults to true for this new property.  
25-
https://servicesstage.enferno.se/api/1.1/docs/#/Customers/PriceLists/InsertCompanyPricelist2  
26-
https://servicesstage.enferno.se/api/1.1/docs/#/Customers/PriceLists/UpdateCompanyPricelist2
2729
## What's fixed?
28-
N/A
29-
## Miscellaneous changes?
30-
N/A  
30+
- #5937: Fixed issue with duplicate freight items.
3131

32-
Regards,  
32+
## Miscellaneous changes?
33+
- #6649: Minor rework of error handling for Payments.
34+
- #: Minor fixes in documentation.
35+
Regards,
3336

3437
The Storm API Team
3538
</releaseNotes>

0 commit comments

Comments
 (0)