ntk-cms-api 1.2.153 → 1.2.154

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.
@@ -6938,9 +6938,6 @@ class BankPaymentTransactionService extends ApiCmsServerBase {
6938
6938
  return this.errorExceptionResultCheck(ret);
6939
6939
  }));
6940
6940
  }
6941
- ServiceGoToBank(id) {
6942
- return this.getBaseUrl() + '/GoToBank/' + id;
6943
- }
6944
6941
  }
6945
6942
  BankPaymentTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: BankPaymentTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
6946
6943
  BankPaymentTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: BankPaymentTransactionService });