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.
- package/esm2020/lib/service/bank-payment/bankPaymentTransaction.service.mjs +1 -4
- package/fesm2015/ntk-cms-api.mjs +0 -3
- package/fesm2015/ntk-cms-api.mjs.map +1 -1
- package/fesm2020/ntk-cms-api.mjs +0 -3
- package/fesm2020/ntk-cms-api.mjs.map +1 -1
- package/lib/service/bank-payment/bankPaymentTransaction.service.d.ts +0 -1
- package/package.json +1 -1
package/fesm2020/ntk-cms-api.mjs
CHANGED
|
@@ -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 });
|