From 1e43ba3776bfa2415bdc8f93adc7b6f09569316b Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 26 Nov 2015 01:12:00 -0500 Subject: store cc number --- StoneIsland/www/js/lib/cart/CartPayment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'StoneIsland/www/js/lib/cart/CartPayment.js') diff --git a/StoneIsland/www/js/lib/cart/CartPayment.js b/StoneIsland/www/js/lib/cart/CartPayment.js index 19d21ffd..acbd8380 100644 --- a/StoneIsland/www/js/lib/cart/CartPayment.js +++ b/StoneIsland/www/js/lib/cart/CartPayment.js @@ -9,7 +9,7 @@ var CartPayment = FormView.extend({ this.parent = opt.parent this.$form = this.$("form") this.$msg = this.$(".msg") - this.address = new AddressView ({ parent: this }) + this.address = new AddressView ({ parent: this, checkPhone: false }) this.cc = new CreditCardView ({ parent: this }) this.scroller = new IScroll('#cart_payment', app.iscroll_options) }, -- cgit v1.2.3-70-g09d2