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