@@ -141,7 +141,7 @@ class PointSaleController extends BackendController | |||
} | |||
} | |||
public function initPaymentMethodOnsiteByCreditFunctioning(PointSale $pointSale) | |||
public function initPaymentMethodsByCreditFunctioning(PointSale $pointSale) | |||
{ | |||
if($this->getPointSaleModule()->getBuilder()->initPaymentMethodsByCreditFunctioning($pointSale)) { | |||
$this->addFlash('info', 'Le paiement sur place a été ajusté par rapport au fonctionnement de la cagnotte.'); |