From ead9d27ebc580ce428c991cbbd3ad505865ffd63 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 9 Nov 2015 17:46:54 -0500 Subject: case sensitive --- StoneIsland/www/js/lib/cart/CartPayment.js | 1 + 1 file changed, 1 insertion(+) (limited to 'StoneIsland/www/js/lib/cart') diff --git a/StoneIsland/www/js/lib/cart/CartPayment.js b/StoneIsland/www/js/lib/cart/CartPayment.js index a797765d..69cbf81b 100644 --- a/StoneIsland/www/js/lib/cart/CartPayment.js +++ b/StoneIsland/www/js/lib/cart/CartPayment.js @@ -7,6 +7,7 @@ var CartPayment = View.extend({ initialize: function(){ this.address = new AddressView ({ parent: this }) + this.cc = new CreditCardView ({ parent: this }) }, show: function(){ -- cgit v1.2.3-70-g09d2