@pmcretail/mapper-library 0.0.48 → 0.0.49

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.
@@ -4187,6 +4187,7 @@
4187
4187
  }
4188
4188
  WebReturnMagento2RestV1MapperBuilderClass.prototype.webReturnCommonMapper = function () {
4189
4189
  appLogger_service.AppLoggerService.logDebug(this.className, "webReturnCommonMapper", "Mapping started...");
4190
+ this.webReturnObject['type'] = TRANSACTION_TYPE.WEB_RETURNS;
4190
4191
  this.webReturnObject['datetime'] = this.getUTCDateTime(this.orderDetails.updated_at);
4191
4192
  this.webReturnObject.baseCurrency = this.orderDetails.order_currency_code;
4192
4193
  this.webReturnObject.subsidiaryId = '1';