tikkie-checkout
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -14,3 +14,3 @@ "use strict"; | ||
const url_1 = require("url"); | ||
const query_string_1 = require("query-string"); | ||
const querystring = require("query-string"); | ||
const node_fetch_1 = require("node-fetch"); | ||
@@ -108,3 +108,3 @@ const jsonwebtoken_1 = require("jsonwebtoken"); | ||
if (method === 'GET' && options.query) { | ||
queryString = query_string_1.default.stringify(options.query); | ||
queryString = querystring.stringify(options.query); | ||
} | ||
@@ -111,0 +111,0 @@ const response = yield node_fetch_1.default(`${this.apiUrl}${endpoint}${queryString}`, { |
{ | ||
"name": "tikkie-checkout", | ||
"description": "TypeScript implementation of the Tikkie Fast Checkout API.", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": "Toon van Strijp <toonvanstrijp@gmail.com> (https://www.toonvanstrijp.com)", |
Sorry, the diff of this file is not supported yet
22685