mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2024-11-23 22:52:08 +00:00
fix: correct rock post signature
This commit is contained in:
parent
bc4b33f7e4
commit
ba997d312b
@ -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' },
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user