module.exports = { subPhone: function (payer_phone) { return payer_phone.substring(0, 3) + "****" + payer_phone.substring(7) } }