UNPKG

connect-sdk-nodejs

Version:

SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API

13 lines 338 B
"use strict"; /* * This file was auto-generated from the API references found at * https://epayments-api.developer-ingenico.com/s2sapi/v1/ */ const get = require("./get"); const refund = require("./refund"); const capturesClient = { get: get, refund: refund }; module.exports = capturesClient; //# sourceMappingURL=index.js.map