mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2024-11-22 14:12:07 +00:00
chroe: import consts
This commit is contained in:
parent
34051f0a9f
commit
24afdeb257
@ -1,9 +1,8 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
const packageJson = require('../package.json');
|
const { version } = require('../package.json');
|
||||||
|
|
||||||
const name = 'Node Ebics Client';
|
const name = 'Node Ebics Client';
|
||||||
const { version } = packageJson;
|
|
||||||
const orderOperations = {
|
const orderOperations = {
|
||||||
ini: 'INI',
|
ini: 'INI',
|
||||||
upload: 'UPLOAD',
|
upload: 'UPLOAD',
|
||||||
|
Loading…
Reference in New Issue
Block a user