Merge branch 'renovate/all-minor-patch' into 'main'
[ProtonMail-WebClient.git] / packages / chargebee / __mocks / paypal.html.cjs
blob1be80d86d181dfb339ecc2e8b7a8358b91b24566
1 const fs = require('fs');
2 const path = require('path');
3 // get the html file
4 const html = fs.readFileSync(path.resolve(__dirname, '..', 'src', 'templates', 'paypal.html'), 'utf8');
6 module.exports = html;