const getCheckout = async (req: any, res: any, config: any): Promise => { res.end() } export default getCheckout