Rename PEPPOL to Peppol everywhere (seems to be official)

This commit is contained in:
Raphael Michel
2025-09-22 09:28:30 +02:00
parent b8b89f3040
commit 11fede5432
59 changed files with 243 additions and 243 deletions

View File

@@ -201,7 +201,7 @@ def test_email_peppol_choice(client, event):
'transmission_type': {'visible': True},
'transmission_types': [
{'code': 'email', 'name': 'Email'},
{'code': 'peppol', 'name': 'PEPPOL'},
{'code': 'peppol', 'name': 'Peppol'},
],
'vat_id': {'required': False, 'visible': True},
'zipcode': {'required': 'if_any'}
@@ -227,7 +227,7 @@ def test_email_peppol_choice(client, event):
'transmission_type': {'visible': True},
'transmission_types': [
{'code': 'email', 'name': 'Email'},
{'code': 'peppol', 'name': 'PEPPOL'},
{'code': 'peppol', 'name': 'Peppol'},
],
'vat_id': {'required': False, 'visible': True},
'zipcode': {'required': True}

View File

@@ -97,7 +97,7 @@ class TestSdiTransmissionProvider(TransmissionProvider):
class TestPeppolTransmissionProvider(TransmissionProvider):
identifier = "peppol_test"
type = "peppol"
verbose_name = "PEPPOL Test"
verbose_name = "Peppol Test"
def is_ready(self, event) -> bool:
return True