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.
2 parents 23dee93 + dfdf205 commit dc13b08Copy full SHA for dc13b08
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.2'
+ 'user-agent': 'midtransclient-nodejs/1.4.3'
21
};
22
23
let reqBodyPayload = {};
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "midtrans-client",
3
- "version": "1.4.2",
+ "version": "1.4.3",
4
"description": "Official Midtrans Payment API Client for Node JS",
5
"main": "index.js",
6
"scripts": {
0 commit comments