We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8211bea commit 9b7f265Copy full SHA for 9b7f265
lib/rajaongkir/starter/index.js
@@ -53,7 +53,7 @@ Starter.prototype.getProvince = function (id) {
53
}
54
55
Starter.prototype.getCities = function () {
56
- var uri = this.httpUri + '/city?' + qs.stringify(params)
+ var uri = this.httpUri + '/city?'
57
var apiKey = this.apiKey
58
return new Promise(function (resolve, reject) {
59
request({
0 commit comments