mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Rename PEPPOL to Peppol everywhere (seems to be official)
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user