We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed9418e commit fa06e01Copy full SHA for fa06e01
lib/httpClient.js
@@ -17,7 +17,7 @@ class HttpClient{
17
let headers = {
18
'content-type': 'application/json',
19
'accept': 'application/json',
20
- 'user-agent': 'midtransclient-nodejs/1.4.0'
+ 'user-agent': 'midtransclient-nodejs/1.4.1'
21
};
22
23
let reqBodyPayload = {};
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "midtrans-client",
3
- "version": "1.4.0",
+ "version": "1.4.1",
4
"description": "Official Midtrans Payment API Client for Node JS",
5
"main": "index.js",
6
"scripts": {
0 commit comments