module.exports = { getPrice(configPrice) { return String(1.0 * configPrice / 100) }, };