summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/account/PaymentView.js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js/lib/account/PaymentView.js')
-rwxr-xr-xStoneIsland/www/js/lib/account/PaymentView.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/account/PaymentView.js b/StoneIsland/www/js/lib/account/PaymentView.js
index 69d4f943..0fcf7e8f 100755
--- a/StoneIsland/www/js/lib/account/PaymentView.js
+++ b/StoneIsland/www/js/lib/account/PaymentView.js
@@ -39,6 +39,7 @@ var PaymentView = FormView.extend({
app.closed.setMessage("PLEASE GO ONLINE TO CHANGE<br>YOUR PAYMENT INFO.", "")
return
}
+ app.account.consent.check()
app.footer.show("SAVE")
document.body.className = "payment"
this.deferScrollToTop()