coinforbarter-react
Version:
CoinForBarter React Library - Integrate cryptocurrency payments for goods and services in your React App
9 lines • 339 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.settings = void 0;
exports.settings = {
url: 'https://checkout.coinforbarter.com/v1',
verifyUrl: 'https://api.coinforbarter.com/v1/transactions',
iframeId: 'coin-for-barter-home-inline-pay-x-y-z',
};
//# sourceMappingURL=config.js.map