mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2024-11-21 21:52:07 +00:00
commit
388156a2e4
@ -215,9 +215,9 @@ module.exports = class Client {
|
|||||||
.data(r)
|
.data(r)
|
||||||
.persist();
|
.persist();
|
||||||
|
|
||||||
rock.post(
|
rock({
|
||||||
this.url,
|
method: 'POST',
|
||||||
{
|
url: this.url,
|
||||||
body: r,
|
body: r,
|
||||||
headers: { 'content-type': 'text/xml;charset=UTF-8' },
|
headers: { 'content-type': 'text/xml;charset=UTF-8' },
|
||||||
},
|
},
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ebics-client",
|
"name": "ebics-client",
|
||||||
"version": "4.0.0",
|
"version": "4.1.0",
|
||||||
"description": "Node.js ISO 20022 Compliant EBICS Client",
|
"description": "Node.js ISO 20022 Compliant EBICS Client",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"files": [
|
"files": [
|
||||||
@ -57,7 +57,7 @@
|
|||||||
"url": "https://github.com/Herrie82"
|
"url": "https://github.com/Herrie82"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"license": "GPL-3.0-only",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@xmldom/xmldom": "^0.8.10",
|
"@xmldom/xmldom": "^0.8.10",
|
||||||
"handlebars": "^4.7.8",
|
"handlebars": "^4.7.8",
|
||||||
|
Loading…
Reference in New Issue
Block a user