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)
|
||||
.persist();
|
||||
|
||||
rock.post(
|
||||
this.url,
|
||||
{
|
||||
rock({
|
||||
method: 'POST',
|
||||
url: this.url,
|
||||
body: r,
|
||||
headers: { 'content-type': 'text/xml;charset=UTF-8' },
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ebics-client",
|
||||
"version": "4.0.0",
|
||||
"version": "4.1.0",
|
||||
"description": "Node.js ISO 20022 Compliant EBICS Client",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
@ -57,7 +57,7 @@
|
||||
"url": "https://github.com/Herrie82"
|
||||
}
|
||||
],
|
||||
"license": "GPL-3.0-only",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@xmldom/xmldom": "^0.8.10",
|
||||
"handlebars": "^4.7.8",
|
||||
|
Loading…
Reference in New Issue
Block a user