repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'renovate/all-minor-patch' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
chargebee
/
__mocks
/
paypal.html.cjs
blob
1be80d86d181dfb339ecc2e8b7a8358b91b24566
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');
5
6
module.exports = html;