@paddle/paddle-node-sdk
Version:
A Node.js SDK that you can use to integrate Paddle Billing with applications written in server-side JavaScript.
9 lines (8 loc) • 379 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.API_ENVIRONMENT_TO_BASE_URL_MAP = void 0;
const environment_js_1 = require("./environment.js");
exports.API_ENVIRONMENT_TO_BASE_URL_MAP = {
[environment_js_1.Environment.production]: 'https://api.paddle.com',
[environment_js_1.Environment.sandbox]: 'https://sandbox-api.paddle.com',
};