@dotdev/apparel21-sdk
Advanced tools
Comparing version 0.0.58 to 0.0.59
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.0.59](https://gitlab.com/dotdevv/packages/apparel21-sdk/compare/v0.0.58...v0.0.59) (2023-06-22) | ||
### Bug Fixes | ||
* update response payload to be stick with camel case ([1453929](https://gitlab.com/dotdevv/packages/apparel21-sdk/commit/145392918de1f3889ff78cf232f88e1e3b7ea05e)) | ||
### [0.0.58](https://gitlab.com/dotdevv/packages/apparel21-sdk/compare/v0.0.57...v0.0.58) (2023-06-22) | ||
@@ -7,0 +14,0 @@ |
@@ -58,8 +58,8 @@ "use strict"; | ||
companyName: address.Billing[0].CompanyName[0], | ||
AddressLine1: address.Billing[0].AddressLine1[0], | ||
AddressLine2: address.Billing[0].AddressLine2[0], | ||
City: address.Billing[0].City[0], | ||
State: address.Billing[0].State[0], | ||
Postcode: address.Billing[0].Postcode[0], | ||
Country: address.Billing[0].Country[0], | ||
addressLine1: address.Billing[0].AddressLine1[0], | ||
addressLine2: address.Billing[0].AddressLine2[0], | ||
city: address.Billing[0].City[0], | ||
state: address.Billing[0].State[0], | ||
postcode: address.Billing[0].Postcode[0], | ||
country: address.Billing[0].Country[0], | ||
}, | ||
@@ -70,8 +70,8 @@ delivery: address.Delivery && address.Delivery.length > 0 | ||
companyName: address.Delivery[0].CompanyName[0], | ||
AddressLine1: address.Delivery[0].AddressLine1[0], | ||
AddressLine2: address.Delivery[0].AddressLine2[0], | ||
City: address.Delivery[0].City[0], | ||
State: address.Delivery[0].State[0], | ||
Postcode: address.Delivery[0].Postcode[0], | ||
Country: address.Delivery[0].Country[0], | ||
addressLine1: address.Delivery[0].AddressLine1[0], | ||
addressLine2: address.Delivery[0].AddressLine2[0], | ||
city: address.Delivery[0].City[0], | ||
state: address.Delivery[0].State[0], | ||
postcode: address.Delivery[0].Postcode[0], | ||
country: address.Delivery[0].Country[0], | ||
} | ||
@@ -78,0 +78,0 @@ : undefined, |
{ | ||
"name": "@dotdev/apparel21-sdk", | ||
"version": "0.0.58", | ||
"version": "0.0.59", | ||
"license": "UNLICENSED", | ||
@@ -5,0 +5,0 @@ "description": "Apparel21 Interface Library", |
234506