payu-latam-node
Version:
PayU Latam library in Node Js
24 lines (23 loc) • 785 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var payConf = exports.payConf = {
'headers': {
'Accept': 'application/json',
'Content-Type': 'application/json; charset=UTF-8'
},
'lang': 'en',
'payments': {
'live': 'https://api.payulatam.com/payments-api/4.0/service.cgi',
'test': 'https://sandbox.api.payulatam.com/payments-api/4.0/service.cgi'
},
'reports': {
'live': 'https://api.payulatam.com/reports-api/4.0/service.cgi',
'test': 'https://sandbox.api.payulatam.com/reports-api/4.0/service.cgi'
},
'subscriptions': {
'live': 'https://api.payulatam.com/payments-api/rest/v4.3',
'test': 'https://sandbox.api.payulatam.com/payments-api/rest/v4.3'
}
};