Hi!
The git command on the sandbox page:

git clone http://git.drupal.org/sandbox/leewillis77/1609046.git e_commerce_mailcheck

checks out the empty master branch. I had to specify the 7.x-1.x branch to get the code like this:

git clone -b 7.x-1.x http://git.drupal.org/sandbox/leewillis77/1609046.git e_commerce_mailcheck

God Bless!
Frederick

Comments

leewillis77’s picture

Status: Active » Closed (fixed)

Thanks - I've set 7.x-1.x as the default branch