@hmcts/ccpay-web-component 5.0.4-beta12 → 5.0.4-beta13

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.
@@ -1497,7 +1497,7 @@ var PaymentViewComponent = /** @class */ (function () {
1497
1497
  _this.allPaymentsFailure.push(payments.payment_failure_initiated);
1498
1498
  _this.allPaymentsFailure.push(payments.payment_failure_closed);
1499
1499
  }));
1500
- console.log(_this.allPaymentsFailure);
1500
+ _this.allPaymentsFailure = _this.allPaymentsFailure.reverse();
1501
1501
  }),
1502
1502
  error: (/**
1503
1503
  * @param {?} e