diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-26 01:12:00 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-26 01:12:00 -0500 |
| commit | 1e43ba3776bfa2415bdc8f93adc7b6f09569316b (patch) | |
| tree | d7336d353cfb5d305c79411d36d89efdbe9b2f89 /StoneIsland/www/js/lib/cart | |
| parent | 818a4f598851d4fbfac5addbfd3fedc59772ac2b (diff) | |
store cc number
Diffstat (limited to 'StoneIsland/www/js/lib/cart')
| -rw-r--r-- | StoneIsland/www/js/lib/cart/CartPayment.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) }, |
