@alma/widgets 3.0.2 → 3.0.3

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.
@@ -2550,7 +2550,7 @@ var Installment = function Installment(_ref) {
2550
2550
  })), /*#__PURE__*/React.createElement("div", {
2551
2551
  className: cx((_cx2 = {}, _cx2[s$4.bold] = index === 0, _cx2))
2552
2552
  }, /*#__PURE__*/React.createElement(FormattedNumber, {
2553
- value: installment.purchase_amount / 100,
2553
+ value: installment.total_amount / 100,
2554
2554
  style: "currency",
2555
2555
  currency: "EUR"
2556
2556
  })));