xpresspayonline-react-native
Version:
xpresspayonline react native plugin
21 lines (20 loc) • 901 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.colors = exports.FORM_POST_URL_LIVE = exports.BASE_API_URL_LIVE = exports.FORM_POST_TEST = exports.BASE_API_URL_TEST = void 0;
var BASE_API_URL_TEST = 'https://xpresspayonlineapisandbox.xpresspayments.com/v1';
exports.BASE_API_URL_TEST = BASE_API_URL_TEST;
var FORM_POST_TEST = 'https://xpresspayonlinesandbox.xpresspayments.com:8000/payments/form';
exports.FORM_POST_TEST = FORM_POST_TEST;
var BASE_API_URL_LIVE = 'https://xpresspayonlineapisandbox.xpresspayments.com/v1';
exports.BASE_API_URL_LIVE = BASE_API_URL_LIVE;
var FORM_POST_URL_LIVE = 'https://xpresspayonlinesandbox.xpresspayments.com:8000/payments/form';
exports.FORM_POST_URL_LIVE = FORM_POST_URL_LIVE;
var colors = {
primary: '#f5a623',
primaryLight: '#f9ce85',
secondary: '#12122C',
transparent: 'rgba(0,0,0,0)'
};
exports.colors = colors;