@@ -436,7 +436,7 @@ class Order extends ActiveRecordCommon | |||
- $this->getAmountWithTax(self::AMOUNT_TOTAL); | |||
break; | |||
default: | |||
throw new NotFoundHttpException('Type de montant inconnu.') ; | |||
throw new NotFoundHttpException('Type de montant inconnu : '.$type) ; | |||
} | |||
if ($format) { |