Merge pull request #92 from node-ebics/fix/request

Fix/request
This commit is contained in:
Dimitar Nanov 2024-04-30 03:09:13 +03:00 committed by GitHub
commit 388156a2e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -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' },
},

View File

@ -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",