@@ -435,8 +435,8 @@ class Order extends ActiveRecordCommon | |||
$amount = $this->getAmountWithTax(self::AMOUNT_PAID) | |||
- $this->getAmountWithTax(self::AMOUNT_TOTAL); | |||
break; | |||
default: | |||
throw new NotFoundHttpException('Type de montant inconnu : '.$type) ; | |||
/*default: | |||
throw new NotFoundHttpException('Type de montant inconnu : '.$type) ;*/ | |||
} | |||
if ($format) { |