fix: don't submit data of removed fields

This commit is contained in:
Björn Fromme
2026-03-16 11:59:10 +01:00
parent 9eeed7f992
commit 3d9fc18a83
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';
}