Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
artembelfox committed Jan 28, 2024
1 parent ddb6cbe commit dc24d01
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion admin/language/de-de/payment/worldline.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
$_['text_challenge_requested'] = 'Herausforderung angefordert';
$_['text_challenge_required'] = 'Herausforderung erforderlich';
$_['text_exemption_none'] = 'Keine Ausnahmekennzeichnung';
$_['text_exemption_automatic'] = 'Automatische bestmögliche Befreiung';
$_['text_exemption_transaction_risk_analysis'] = 'Die Transaktion ist risikoarm';
$_['text_exemption_low_value'] = 'Der Wert der Transaktion liegt unter 30 EUR';
$_['text_exemption_whitelist'] = 'Vom Kunden auf die Whitelist gesetzt';
Expand Down
1 change: 0 additions & 1 deletion admin/language/en-gb/payment/worldline.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
$_['text_challenge_requested'] = 'Challenge Requested';
$_['text_challenge_required'] = 'Challenge Required';
$_['text_exemption_none'] = 'No exemption flagging';
$_['text_exemption_automatic'] = 'Automatic best possible exemption';
$_['text_exemption_transaction_risk_analysis'] = 'Transaction is of low risk';
$_['text_exemption_low_value'] = 'The value of the transaction is below 30 EUR';
$_['text_exemption_whitelist'] = 'Whitelisted by the customer';
Expand Down
1 change: 0 additions & 1 deletion admin/language/es-es/payment/worldline.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
$_['text_challenge_requested'] = 'Desafío solicitado';
$_['text_challenge_required'] = 'Desafío requerido';
$_['text_exemption_none'] = 'Sin marcación de exención';
$_['text_exemption_automatic'] = 'La mejor exención automática posible';
$_['text_exemption_transaction_risk_analysis'] = 'La transacción es de bajo riesgo.';
$_['text_exemption_low_value'] = 'El valor de la transacción es inferior a 30 EUR.';
$_['text_exemption_whitelist'] = 'Lista blanca del cliente';
Expand Down
1 change: 0 additions & 1 deletion admin/language/fr-fr/payment/worldline.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
$_['text_challenge_requested'] = 'Défi demandé';
$_['text_challenge_required'] = 'Défi requis';
$_['text_exemption_none'] = 'Aucun signalement d’exemption';
$_['text_exemption_automatic'] = 'Meilleure exemption automatique possible';
$_['text_exemption_transaction_risk_analysis'] = 'La transaction présente un faible risque';
$_['text_exemption_low_value'] = 'La valeur de la transaction est inférieure à 30 EUR';
$_['text_exemption_whitelist'] = 'Mis sur liste blanche par le client';
Expand Down
1 change: 0 additions & 1 deletion admin/language/it-it/payment/worldline.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
$_['text_challenge_requested'] = 'Sfida richiedere';
$_['text_challenge_required'] = 'Sfida necessario';
$_['text_exemption_none'] = 'Nessuna segnalazione di esenzione';
$_['text_exemption_automatic'] = 'Migliore esenzione automatica possibile';
$_['text_exemption_transaction_risk_analysis'] = 'La transazione è a basso rischio';
$_['text_exemption_low_value'] = 'Il valore della transazione è inferiore a 30 EUR';
$_['text_exemption_whitelist'] = 'Autorizzato dal cliente';
Expand Down
1 change: 0 additions & 1 deletion admin/language/nl-nl/payment/worldline.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
$_['text_challenge_requested'] = 'Uitdaging aangevraagd';
$_['text_challenge_required'] = 'Uitdaging vereist';
$_['text_exemption_none'] = 'Geen vrijstellingsmarkering';
$_['text_exemption_automatic'] = 'Automatische best mogelijke vrijstelling';
$_['text_exemption_transaction_risk_analysis'] = 'Transactie heeft een laag risico';
$_['text_exemption_low_value'] = 'De waarde van de transactie bedraagt minder dan 30 EUR';
$_['text_exemption_whitelist'] = 'Op de witte lijst gezet door de klant';
Expand Down
4 changes: 0 additions & 4 deletions system/config/worldline.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@
'code' => 'none',
'name' => 'text_exemption_none'
],
'automatic' => [
'code' => 'automatic',
'name' => 'text_exemption_automatic'
],
'transaction-risk-analysis' => [
'code' => 'transaction-risk-analysis',
'name' => 'text_exemption_transaction_risk_analysis'
Expand Down

0 comments on commit dc24d01

Please sign in to comment.