UNPKG

limepay

Version:

LimePay SDK is a node module for simplifying the consumption of LimePay API

11 lines (10 loc) 301 B
const BASE_SANDBOX = 'https://sandbox-api.limepay.io'; const BASE_PRODUCTION = 'https://api.limepay.io'; module.exports = { v1: { Sandbox: `${BASE_SANDBOX}/v1`, Production: `${BASE_PRODUCTION}/v1` }, Sandbox: `${BASE_SANDBOX}/v1`, Production: `${BASE_PRODUCTION}/v1` }