@hmcts/ccpay-web-component 4.0.0-beta535 → 4.0.0-beta537
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.
- package/bundles/hmcts-ccpay-web-component.umd.js +5 -5
- package/bundles/hmcts-ccpay-web-component.umd.js.map +1 -1
- package/bundles/hmcts-ccpay-web-component.umd.min.js +1 -1
- package/bundles/hmcts-ccpay-web-component.umd.min.js.map +1 -1
- package/esm2015/lib/components/payment-view/payment-view.component.js +2 -2
- package/esm2015/lib/components/process-refund/process-refund.component.js +3 -3
- package/esm5/lib/components/payment-view/payment-view.component.js +2 -2
- package/esm5/lib/components/process-refund/process-refund.component.js +5 -5
- package/fesm2015/hmcts-ccpay-web-component.js +3 -3
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +5 -5
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/package.json +1 -1
|
@@ -1161,7 +1161,7 @@ var PaymentViewComponent = /** @class */ (function () {
|
|
|
1161
1161
|
*/
|
|
1162
1162
|
function (event) {
|
|
1163
1163
|
var _this = this;
|
|
1164
|
-
|
|
1164
|
+
event.preventDefault();
|
|
1165
1165
|
this.OrderslistService.setnavigationPage('casetransactions');
|
|
1166
1166
|
this.OrderslistService.setisFromServiceRequestPage(false);
|
|
1167
1167
|
this.paymentLibComponent.viewName = 'case-transactions';
|
|
@@ -1898,11 +1898,11 @@ var ProcessRefundComponent = /** @class */ (function () {
|
|
|
1898
1898
|
* @return {?}
|
|
1899
1899
|
*/
|
|
1900
1900
|
function () {
|
|
1901
|
-
|
|
1901
|
+
this.loadRefundListPage();
|
|
1902
1902
|
};
|
|
1903
1903
|
// loadCaseTransactionPage() {
|
|
1904
1904
|
// this.paymentLibComponent.isRefundStatusView = false;
|
|
1905
|
-
// this.
|
|
1905
|
+
// this.paymentLibCo}mponent.TAKEPAYMENT = true;
|
|
1906
1906
|
// this.paymentLibComponent.viewName = 'case-transactions';
|
|
1907
1907
|
// this.paymentViewService.getBSfeature().subscribe(
|
|
1908
1908
|
// features => {
|
|
@@ -1926,7 +1926,7 @@ var ProcessRefundComponent = /** @class */ (function () {
|
|
|
1926
1926
|
// }
|
|
1927
1927
|
// loadCaseTransactionPage() {
|
|
1928
1928
|
// this.paymentLibComponent.isRefundStatusView = false;
|
|
1929
|
-
// this.
|
|
1929
|
+
// this.paymentLibCo}mponent.TAKEPAYMENT = true;
|
|
1930
1930
|
// this.paymentLibComponent.viewName = 'case-transactions';
|
|
1931
1931
|
// this.paymentViewService.getBSfeature().subscribe(
|
|
1932
1932
|
// features => {
|
|
@@ -1956,7 +1956,7 @@ var ProcessRefundComponent = /** @class */ (function () {
|
|
|
1956
1956
|
ProcessRefundComponent.prototype.resetForm =
|
|
1957
1957
|
// loadCaseTransactionPage() {
|
|
1958
1958
|
// this.paymentLibComponent.isRefundStatusView = false;
|
|
1959
|
-
// this.
|
|
1959
|
+
// this.paymentLibCo}mponent.TAKEPAYMENT = true;
|
|
1960
1960
|
// this.paymentLibComponent.viewName = 'case-transactions';
|
|
1961
1961
|
// this.paymentViewService.getBSfeature().subscribe(
|
|
1962
1962
|
// features => {
|