fix test suite

This commit is contained in:
Manuel Raynaud
2014-02-20 11:44:09 +01:00
parent dafce9e070
commit 3ab022e99d
4 changed files with 19 additions and 6 deletions

View File

@@ -83,6 +83,13 @@ interface FacadeInterface
*/
public function getCartTotalPrice();
/**
* Return Product total tax price
*
* @return float
*/
public function getCartTotalTaxPrice();
/**
* Return the Checkout currency EUR|USD
*