mirror of
				https://github.com/node-ebics/node-ebics-client.git
				synced 2025-11-03 22:51:04 +00:00 
			
		
		
		
	fix: correct rock post signature
This commit is contained in:
		@@ -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' },
 | 
				
			||||||
				},
 | 
									},
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user