This commit is contained in:
Manuel Raynaud
2014-01-10 11:41:55 +01:00
parent ab0fbb6e27
commit 9d0121f321
54 changed files with 220 additions and 290 deletions

View File

@@ -60,7 +60,6 @@ class CouponManager
$this->facade = $container->get('thelia.facade');
}
/**
* Get Discount for the given Coupons
*
@@ -241,10 +240,10 @@ class CouponManager
$ret = $usageLeft;
}
} catch(\Exception $e) {
} catch (\Exception $e) {
$ret = false;
}
return $ret;
}
}
}