You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Bootstrap/Assets/Translations.php
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,10 @@ final class Translations
19
19
PaymentMethods::PAYMENT_MONDU_3 => [
20
20
'description' => 'Mondu Split Payments',
21
21
'additionalDescription' => 'Information on the processing of your personal data by Mondu GmbH can be found <a href="https://www.mondu.ai/de/datenschutzgrundverordnung-kaeufer/" target="_blank">here.</a>'
22
+
],
23
+
PaymentMethods::PAYMENT_MONDU_4 => [
24
+
'description' => 'Mondu Instant Pay – Pay directly from your bank account',
25
+
'additionalDescription' => 'Information on the processing of your personal data by Mondu GmbH can be found <a href="https://www.mondu.ai/de/datenschutzgrundverordnung-kaeufer/" target="_blank">here.</a>'
22
26
]
23
27
],
24
28
'de_DE' => [
@@ -33,7 +37,11 @@ final class Translations
33
37
PaymentMethods::PAYMENT_MONDU_3 => [
34
38
'description' => 'Mondu Ratenzahlung - Bequem in Raten per Bankeinzug zahlen',
35
39
'additionalDescription' => 'Hinweise zur Verarbeitung Ihrer personenbezogenen Daten durch die Mondu GmbH finden Sie <a href="https://www.mondu.ai/de/datenschutzgrundverordnung-kaeufer" target="_blank">hier</a>.'
36
-
]
40
+
],
41
+
PaymentMethods::PAYMENT_MONDU_4 => [
42
+
'description' => 'Mondu Echtzeitüberweisung – Direkt von Ihrem Bankkonto bezahlen',
43
+
'additionalDescription' => 'Informationen über die Verarbeitung Ihrer persönlichen Daten durch die Mondu GmbH finden Sie <a href="https://www.mondu.ai/de/datenschutzgrundverordnung-kaeufer" target="_blank">hier</a>.',
44
+
],
37
45
],
38
46
'nl_NL' => [
39
47
PaymentMethods::PAYMENT_MONDU_1 => [
@@ -47,6 +55,10 @@ final class Translations
47
55
PaymentMethods::PAYMENT_MONDU_3 => [
48
56
'description' => 'Mondu Gespreid betalen, betaal gemakkelijk in termijnen via automatische incasso',
49
57
'additionalDescription' => 'Informatie over de verwerking van uw persoonsgegevens door Mondu GmbH vindt u <a href="https://www.mondu.ai/nl/information-nach-art-13-datenschutzgrundverordnung-fur-kaufer/" target="_blank">hier</a>.'
58
+
],
59
+
PaymentMethods::PAYMENT_MONDU_4 => [
60
+
'description' => 'Mondu Instant Pay – Betaal direct vanaf uw bankrekening',
61
+
'additionalDescription' => 'Informatie over de verwerking van uw persoonlijke gegevens door Mondu GmbH vindt u <a href="https://www.mondu.ai/nl/information-nach-art-13-datenschutzgrundverordnung-fur-kaufer/" target="_blank">hier</a>.',
50
62
]
51
63
],
52
64
'fr_FR' => [
@@ -61,6 +73,10 @@ final class Translations
61
73
PaymentMethods::PAYMENT_MONDU_3 => [
62
74
'description' => 'Mondu Paiements Fractionnés - Payer facilement en plusieurs fois par prélèvement automatique',
63
75
'additionalDescription' => 'Des informations sur la façon dont Mondu GmbH traite vos données personnelles peuvent être trouvées <a href=\"https://mondu.ai/fr/gdpr-notification-for-buyers\" target=\"_blank\">ici</a>.'
76
+
],
77
+
PaymentMethods::PAYMENT_MONDU_4 => [
78
+
'description' => 'Mondu Virement Instantané – Payez directement depuis votre compte bancaire',
79
+
'additionalDescription' => 'Des informations sur la façon dont Mondu GmbH traite vos données personnelles peuvent être trouvées <a href=\"https://mondu.ai/fr/gdpr-notification-for-buyers\" target=\"_blank\">ici</a>.',
@@ -64,6 +67,18 @@ final class PaymentMethods extends Enum
64
67
'mondu_config' => [
65
68
'allowed_in_countries' => ['DE'],
66
69
],
70
+
],
71
+
self::PAYMENT_MONDU_4 => [
72
+
'name' => self::PAYMENT_MONDU_4,
73
+
'description' => 'Mondu Echtzeitüberweisung – Direkt von Ihrem Bankkonto bezahlen',
74
+
'action' => 'Mondu',
75
+
'active' => true,
76
+
'position' => 3,
77
+
'template' => 'mondu_change_payment.tpl',
78
+
'additionalDescription' => 'Informationen über die Verarbeitung Ihrer persönlichen Daten durch die Mondu GmbH finden Sie <a href="https://www.mondu.ai/de/datenschutzgrundverordnung-kaeufer" target="_blank">hier</a>.',
0 commit comments