fade-out customer address (#5749)

This commit is contained in:
Kevin Papst
2025-12-27 17:53:03 +01:00
committed by GitHub
parent 5a0c783a76
commit 9e87fc131b
5 changed files with 7 additions and 7 deletions

View File

@@ -280,7 +280,7 @@ zip 12345 looney toon', $sut->getFormattedAddress());
['visible', 'boolean'],
['comment', 'string'],
['billable', 'boolean'],
['buyer_reference', 'string'],
['buyerReference', 'string'],
];
self::assertCount(\count($expected), $columns);