| 1 2 3 4 5 6 7 8 9 10 11 12 13 | 1x 1x | const path = require('path');
module.exports = {
merchantId: '92061101',
merchantName: 'Test shop',
merchantCertificateId: '00C182B189',
certPrvPass: 'nissan',
certPrv: path.resolve(__dirname, './cert.prv'),
certPub: path.resolve(__dirname, './cert.pub'),
kkbcaPub: path.resolve(__dirname, './kkbca_test.pub'),
serverEndpoint: 'https://testpay.kkb.kz',
};
|