@pmcretail/mapper-library 0.0.26 → 0.0.28
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/bundles/pmcretail-mapper-library.umd.js +2 -1
- package/bundles/pmcretail-mapper-library.umd.js.map +1 -1
- package/bundles/pmcretail-mapper-library.umd.min.js +1 -1
- package/bundles/pmcretail-mapper-library.umd.min.js.map +1 -1
- package/esm2015/lib/WebReturn-mapper.class.js +3 -2
- package/esm5/lib/WebReturn-mapper.class.js +3 -2
- package/fesm2015/pmcretail-mapper-library.js +2 -1
- package/fesm2015/pmcretail-mapper-library.js.map +1 -1
- package/fesm5/pmcretail-mapper-library.js +2 -1
- package/fesm5/pmcretail-mapper-library.js.map +1 -1
- package/package.json +1 -1
|
@@ -6432,7 +6432,8 @@ var WebReturnMapperBuilderClass = /** @class */ (function () {
|
|
|
6432
6432
|
id: '',
|
|
6433
6433
|
billingAddress: {},
|
|
6434
6434
|
shippingAddress: {},
|
|
6435
|
-
}
|
|
6435
|
+
},
|
|
6436
|
+
currentTransactionDetails: (/** @type {?} */ ({}))
|
|
6436
6437
|
};
|
|
6437
6438
|
if (document) {
|
|
6438
6439
|
this.document = document;
|