diff --git a/static/js/index.js b/static/js/index.js index a17331c..01dcbee 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -31,6 +31,7 @@ async function loadPaymentForm() { paymentMethods: { creditCard: 'all', debitCard: 'all', + prepaidCard: 'all', /* If some of the following payment methods is not valid for your country, the Brick will show a warning message in the browser console @@ -141,4 +142,4 @@ function updatePrice() { }; document.getElementById('quantity').addEventListener('change', updatePrice); -updatePrice(); \ No newline at end of file +updatePrice();