UNPKG

@rebilly/framepay-react

Version:

A React wrapper for Rebilly's FramePay offering out-of-the-box support for Redux and other common React features

13 lines (10 loc) 249 B
/** * Not used in e2e test, just for run the manual preview */ import server from './server.mjs'; (async function() { const { app } = await server(); app.use(`/`, (req, res) => { res.redirect('/checkout-combined'); }); })();