@hmcts/ccpay-web-component 5.0.2-beta53 → 5.0.2-beta54

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.
@@ -1656,7 +1656,7 @@ var PaymentViewComponent = /** @class */ (function () {
1656
1656
  version: obj.version,
1657
1657
  apportion_amount: obj.apportion_amount,
1658
1658
  calculated_amount: obj.calculated_amount,
1659
- updated_volume: obj.updated_volume,
1659
+ updated_volume: obj.updated_volume ? obj.updated_volume : obj.volume,
1660
1660
  volume: obj.volume,
1661
1661
  refund_amount: obj.over_payment };
1662
1662
  /** @type {?} */