Skip to content
Extraits de code Groupes Projets
Valider 9aed1955 rédigé par mattpiwik's avatar mattpiwik
Parcourir les fichiers

Refs #3151 Floats

git-svn-id: http://dev.piwik.org/svn/trunk@6411 59fd770c-687e-43c8-a1e3-f5a4ff64c105
parent d3324bf2
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -261,7 +261,7 @@ class PiwikTracker
* Records a Goal conversion
*
* @param int $idGoal Id Goal to record a conversion
* @param int $revenue Revenue for this conversion
* @param float $revenue Revenue for this conversion
* @return string Response
*/
public function doTrackGoal($idGoal, $revenue = false)
......@@ -487,7 +487,7 @@ class PiwikTracker
/**
* @see doTrackGoal()
* @param int $idGoal Id Goal to record a conversion
* @param int $revenue Revenue for this conversion
* @param float $revenue Revenue for this conversion
* @return string URL to piwik.php with all parameters set to track the goal conversion
*/
public function getUrlTrackGoal($idGoal, $revenue = false)
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter