All files / test_keys config.js

100% Statements 2/2
100% Branches 0/0
100% Functions 0/0
100% Lines 2/2
1 2 3 4 5 6 7 8 9 10 11 12 131x   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',
};