@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
|
@@ -1173,7 +1173,7 @@
|
|
|
1173
1173
|
*/
|
|
1174
1174
|
function (event) {
|
|
1175
1175
|
var _this = this;
|
|
1176
|
-
|
|
1176
|
+
event.preventDefault();
|
|
1177
1177
|
this.OrderslistService.setnavigationPage('casetransactions');
|
|
1178
1178
|
this.OrderslistService.setisFromServiceRequestPage(false);
|
|
1179
1179
|
this.paymentLibComponent.viewName = 'case-transactions';
|
|
@@ -1906,11 +1906,11 @@
|
|
|
1906
1906
|
* @return {?}
|
|
1907
1907
|
*/
|
|
1908
1908
|
function () {
|
|
1909
|
-
|
|
1909
|
+
this.loadRefundListPage();
|
|
1910
1910
|
};
|
|
1911
1911
|
// loadCaseTransactionPage() {
|
|
1912
1912
|
// this.paymentLibComponent.isRefundStatusView = false;
|
|
1913
|
-
// this.
|
|
1913
|
+
// this.paymentLibCo}mponent.TAKEPAYMENT = true;
|
|
1914
1914
|
// this.paymentLibComponent.viewName = 'case-transactions';
|
|
1915
1915
|
// this.paymentViewService.getBSfeature().subscribe(
|
|
1916
1916
|
// features => {
|
|
@@ -1934,7 +1934,7 @@
|
|
|
1934
1934
|
// }
|
|
1935
1935
|
// loadCaseTransactionPage() {
|
|
1936
1936
|
// this.paymentLibComponent.isRefundStatusView = false;
|
|
1937
|
-
// this.
|
|
1937
|
+
// this.paymentLibCo}mponent.TAKEPAYMENT = true;
|
|
1938
1938
|
// this.paymentLibComponent.viewName = 'case-transactions';
|
|
1939
1939
|
// this.paymentViewService.getBSfeature().subscribe(
|
|
1940
1940
|
// features => {
|
|
@@ -1964,7 +1964,7 @@
|
|
|
1964
1964
|
ProcessRefundComponent.prototype.resetForm =
|
|
1965
1965
|
// loadCaseTransactionPage() {
|
|
1966
1966
|
// this.paymentLibComponent.isRefundStatusView = false;
|
|
1967
|
-
// this.
|
|
1967
|
+
// this.paymentLibCo}mponent.TAKEPAYMENT = true;
|
|
1968
1968
|
// this.paymentLibComponent.viewName = 'case-transactions';
|
|
1969
1969
|
// this.paymentViewService.getBSfeature().subscribe(
|
|
1970
1970
|
// features => {
|