Skip to content

Payment types cannot be created

Source of the problem: https://dev.quiqqer.com/quiqqer/payments/blob/master/src/QUI/ERP/Accounting/Payments/Types/Factory.php#L95

$data does not contain the key paymentFee and is thus inserted as an empty string. This is not allowed since the database field is of type DOUBLE.