@aptos-scp/scp-component-store-selling-features-domain-model 2.29.0 → 2.29.1

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.
@@ -40,7 +40,7 @@ class OrderTotalsAccumulator {
40
40
  * @returns OrderTotals
41
41
  */
42
42
  getOrderTotals() {
43
- const orderTotals = new OrderTotals_1.OrderTotals(this.orderGrandTotal, this.orderTax, this.orderTotalIncludingTax, this.orderTotalExcludingTax, this.orderTotalSavings, this.totalTenderedOnOrderCreate, this.orderTaxExemptAmount, this.orderItemsQuantity, this.orderNonTaxableFees, this.orderTaxableFeesExcludingTax, this.orderFeesTax);
43
+ const orderTotals = new OrderTotals_1.OrderTotals(this.orderGrandTotal, this.orderTax, this.orderTotalIncludingTax, this.orderTotalExcludingTax, this.orderTotalSavings, this.orderGrandTotal, this.orderTaxExemptAmount, this.orderItemsQuantity, this.orderNonTaxableFees, this.orderTaxableFeesExcludingTax, this.orderFeesTax);
44
44
  return orderTotals;
45
45
  }
46
46
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aptos-scp/scp-component-store-selling-features-domain-model",
3
- "version": "2.29.0",
3
+ "version": "2.29.1",
4
4
  "description": "This component library provides the common components to handle the coordination of processing the business events from the UI.",
5
5
  "private": false,
6
6
  "license": "SEE LICENSE IN LICENSE.md",