diff --git a/efile_app/efile/static/js/review.js b/efile_app/efile/static/js/review.js index 594f3e5..dfd2e82 100644 --- a/efile_app/efile/static/js/review.js +++ b/efile_app/efile/static/js/review.js @@ -441,7 +441,7 @@ const PaymentHandler = { const jurisdiction = authData.state || apiUtils.getCurrentJurisdiction(); // TODO: we should revisit this hardcoded value in the future too - form.action = `http://localhost:9100/jurisdictions/${encodeURIComponent(jurisdiction)}/payments/new-toga-account`; + form.action = Utils.parseJSON('new-toga-url'); let dateStr = new Date().toDateString(); const fields = [ diff --git a/efile_app/efile/templates/efile/review.html b/efile_app/efile/templates/efile/review.html index 58c7ddb..2662a67 100644 --- a/efile_app/efile/templates/efile/review.html +++ b/efile_app/efile/templates/efile/review.html @@ -348,6 +348,7 @@