User-Panel-Restarbeiten: PM-Guard, Profil-Rework, USt-ID-Prüfung, Buchungspflicht-Adresse
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
036a53499f
commit
afcca34f91
25 changed files with 905 additions and 140 deletions
|
|
@ -63,6 +63,11 @@ return [
|
|||
|
||||
'vat_rate' => env('BILLING_VAT_RATE', 0.19),
|
||||
|
||||
// Eigene deutsche USt-ID des Betreibers — Pflichtangabe für die
|
||||
// eVatR-Online-Bestätigung ausländischer EU-USt-IDs (BZSt-REST-API).
|
||||
// Ohne sie bleibt die USt-ID-Prüfung eine reine Formatprüfung.
|
||||
'own_vat_id' => env('BILLING_OWN_VAT_ID'),
|
||||
|
||||
// EU-Mitgliedstaaten (ISO 3166-1 alpha-2), Stand 2026 — ohne DE,
|
||||
// das im VatResolver als Inland behandelt wird.
|
||||
'eu_country_codes' => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue