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

22 lines (20 loc) 537 B
setTimeout(() => { const node = document.createElement('ul'); [ 'apple-pay', 'samsung-pay', 'bank-separate', 'card-separate', 'card-separate-rebilly-fields', 'card-separate-brands', 'checkout-combined', 'google-pay', 'iban', 'multiple-methods', 'paypal', 'inject-metadata', ].forEach((route) => { node.innerHTML += `<li><a href="/${route}.html">${route}</a></li>`; }); document.body.appendChild(node); }, 1000);