Skip to content

Commit

Permalink
Merge pull request #92 from node-ebics/fix/request
Browse files Browse the repository at this point in the history
Fix/request
  • Loading branch information
nanov authored Apr 30, 2024
2 parents bc4b33f + 231830a commit 388156a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions lib/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 388156a

Please sign in to comment.