Skip to content

Commit

Permalink
Added a blank shell for the cart
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Sofer committed Feb 22, 2011
1 parent b2c28c7 commit 1dc2fe4
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions vendors/shells/cart.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?php
/**
* CartShell
*
* [Short Description]
*
* @package default
* @author Dean
* @version $Id$
* @copyright
**/
class CartShell extends Shell {

var $uses = array('Payment');

function welcome() {
parent::welcome();
}

function main() {
}

function help() {
}

}

0 comments on commit 1dc2fe4

Please sign in to comment.