midtrans-client
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -20,3 +20,3 @@ 'use strict' | ||
'accept': 'application/json', | ||
'user-agent': 'midtransclient-nodejs/1.2.3' | ||
'user-agent': 'midtransclient-nodejs/1.2.4' | ||
}; | ||
@@ -23,0 +23,0 @@ |
@@ -25,3 +25,3 @@ 'use strict' | ||
statusb2b(transactionId=''){ | ||
let apiUrl = this.parent.apiConfig.getCoreApiBaseUrl()+'/'+transactionId+'/statusb2b'; | ||
let apiUrl = this.parent.apiConfig.getCoreApiBaseUrl()+'/'+transactionId+'/status/b2b'; | ||
let responsePromise = this.parent.httpClient.request( | ||
@@ -28,0 +28,0 @@ 'get', |
{ | ||
"name": "midtrans-client", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "Official Midtrans Payment API Client for Node JS", | ||
@@ -28,3 +28,3 @@ "main": "index.js", | ||
"axios": "^0.21.1", | ||
"lodash": "^4.17.20" | ||
"lodash": "^4.17.21" | ||
}, | ||
@@ -31,0 +31,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51090
13
Updatedlodash@^4.17.21