connect-sdk-nodejs
Version:
SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API
15 lines • 408 B
JavaScript
;
/*
* This file was auto-generated from the API references found at
* https://epayments-api.developer-ingenico.com/s2sapi/v1/
*/
const create = require("./create");
const get = require("./get");
const remove = require("./remove");
const hostedcheckoutsClient = {
create: create,
get: get,
remove: remove
};
module.exports = hostedcheckoutsClient;
//# sourceMappingURL=index.js.map