payment modules

This commit is contained in:
Etienne Roudeix
2013-09-18 17:06:08 +02:00
parent b8c2bdc8df
commit 16d0985718
9 changed files with 137 additions and 6 deletions

View File

@@ -32,4 +32,11 @@ php Thelia thelia:create-admin --login_name thelia2 --password thelia2 --last_na
echo -e "\n\e[01;34m[INFO] Clearing caches\e[00m\n"
php Thelia cache:clear
echo -e "\n\e[01;34m[INFO] Activating Delivery Module(s)\e[00m\n"
php Thelia module:activate Colissimo
echo -e "\n\e[01;34m[INFO] Activating Payment Module(s)\e[00m\n"
php Thelia module:activate Cheque
php Thelia module:activate FakeCB
echo -e "\n\e[00;32m[SUCCESS] Reset done\e[00m\n"