fix: don't submit data of removed fields

This commit is contained in:
Björn Fromme
2025-10-04 18:08:11 +02:00
parent fc93b28af0
commit 3edf5a80aa
3 changed files with 9 additions and 27 deletions
+4
View File
@@ -47,4 +47,8 @@ final class Constants
public const STATUS_AVAILABLE = 'Frei';
public const STATUS_BLOCKED = 'Buchungsstop';
public const STATUS_ON_REQUEST = 'Anfrage';
// Payment methods
public const PAYMENT_METHOD_TRANSFER = 'transfer';
public const PAYMENT_METHOD_DEBIT = 'debit';
}