diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-09 02:04:26 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-09 02:04:26 -0500 |
| commit | 6257d7855a89b70d39baa7d91f2f0aa5dde77aaf (patch) | |
| tree | aa001fb5983b2706e262ea136162209138059988 /StoneIsland/www/js/lib/cart/CartView.js | |
| parent | 9cb9177accbbf6e4397cc71bc06dff0ccd47f441 (diff) | |
signup view
Diffstat (limited to 'StoneIsland/www/js/lib/cart/CartView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/cart/CartView.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/cart/CartView.js b/StoneIsland/www/js/lib/cart/CartView.js index 5d741492..5918048c 100644 --- a/StoneIsland/www/js/lib/cart/CartView.js +++ b/StoneIsland/www/js/lib/cart/CartView.js @@ -7,7 +7,7 @@ var CartView = View.extend({ initialize: function(){ this.summary = new CartSummary () - this.billing = new CartBilling () + this.payment = new CartPayment () this.shipping = new CartShipping () }, |
