diff --git a/i18n/de_DE.csv b/i18n/de_DE.csv
index 807893a5d71..4659350dcea 100644
--- a/i18n/de_DE.csv
+++ b/i18n/de_DE.csv
@@ -393,3 +393,4 @@ ending,Ende
"Encrypt payment details","Zahlungsdetails verschlüsseln"
"Send an e-mail to customers with a failed or unfinished payment to give them a second chance on finishing the payment through the PaymentLink and revive their order.
You can either send these payment reminders manually or activate the e-mail fully automated.","Senden Sie eine E-Mail an Kunden mit einer fehlgeschlagenen oder unvollständigen Zahlung, um ihnen eine zweite Chance zu geben, die Zahlung über den PaymentLink abzuschließen und ihre Bestellung wiederzubeleben.
Sie können diese Zahlungserinnerungen entweder manuellsenden oder die E-Mail vollständig automatisiert aktivieren."
"Payment Method To Use For Second Change Payments","Zahlungsmethode für Zahlungen bei zweiter Änderung verwenden"
+"Your order has already been paid.","Ihre Bestellung wurde bereits bezahlt."
diff --git a/i18n/en_US.csv b/i18n/en_US.csv
index 3b7e3d1a42d..3da26903d4d 100644
--- a/i18n/en_US.csv
+++ b/i18n/en_US.csv
@@ -370,3 +370,4 @@ ending,ending
"Encrypt payment details","Encrypt payment details"
"Send an e-mail to customers with a failed or unfinished payment to give them a second chance on finishing the payment through the PaymentLink and revive their order.
You can either send these payment reminders manually or activate the e-mail fully automated.","Send an e-mail to customers with a failed or unfinished payment to give them a second chance on finishing the payment through the PaymentLink and revive their order.
You can either send these payment reminders manually or activate the e-mail fully automated."
"Payment Method To Use For Second Change Payments","Payment Method To Use For Second Change Payments"
+"Your order has already been paid.","Your order has already been paid."
diff --git a/i18n/es_ES.csv b/i18n/es_ES.csv
index b0105ab956b..f6e00ae3a0a 100644
--- a/i18n/es_ES.csv
+++ b/i18n/es_ES.csv
@@ -393,3 +393,4 @@ ending,finalizando
"Encrypt payment details","Cifrar detalles de pago"
"Send an e-mail to customers with a failed or unfinished payment to give them a second chance on finishing the payment through the PaymentLink and revive their order.
You can either send these payment reminders manually or activate the e-mail fully automated.","Envíe un correo electrónico a los clientes con un pago fallido o inconcluso para darles una segunda oportunidad de finalizar el pago a través del enlace de pago y revivir su pedido.
Puede enviar estos recordatorios de pago manualmente o activar el correo electrónico completamente automatizado."
"Payment Method To Use For Second Change Payments","Método de pago para usar en pagos de segunda oportunidad"
+"Your order has already been paid.","Su pedido ya ha sido pagado."
diff --git a/i18n/fr_FR.csv b/i18n/fr_FR.csv
index cb5c5da4edc..494000d05f3 100644
--- a/i18n/fr_FR.csv
+++ b/i18n/fr_FR.csv
@@ -393,3 +393,4 @@ ending,fin
"Encrypt payment details","Chiffrer les détails du paiement"
"Send an e-mail to customers with a failed or unfinished payment to give them a second chance on finishing the payment through the PaymentLink and revive their order.
You can either send these payment reminders manually or activate the e-mail fully automated.","Envoyez un e-mail aux clients ayant échoué ou n'ayant pas terminé le paiement pour leur donner une seconde chance de finaliser le paiement via le PaymentLink et de relancer leur commande.
Vous pouvez envoyer ces rappels de paiement manuellement ou activer l'e-mail entièrement automatisé."
"Payment Method To Use For Second Change Payments","Méthode de paiement à utiliser pour les paiements de seconde chance"
+"Your order has already been paid.","Votre commande a déjà été payée."
diff --git a/i18n/nl_NL.csv b/i18n/nl_NL.csv
index 9baea213dba..55b1f8368c4 100644
--- a/i18n/nl_NL.csv
+++ b/i18n/nl_NL.csv
@@ -395,3 +395,4 @@ ending,eindigend
"Encrypt payment details","Betaalgegevens versleutelen"
"Send an e-mail to customers with a failed or unfinished payment to give them a second chance on finishing the payment through the PaymentLink and revive their order.
You can either send these payment reminders manually or activate the e-mail fully automated.","Stuur een e-mail naar klanten met een mislukte of onvoltooide betaling om hen een tweede kans te geven de betaling te voltooien via de PaymentLink en hun bestelling te herstellen.
U kunt deze betalingsherinneringen handmatig verzenden of de e-mail volledig geautomatiseerd activeren."
"Payment Method To Use For Second Change Payments","Betaalmethode te gebruiken voor tweede kans betalingen"
+"Your order has already been paid.","Uw bestelling is al betaald."
diff --git a/view/adminhtml/templates/info/mollie_paymentlink.phtml b/view/adminhtml/templates/info/mollie_paymentlink.phtml
index 25567ab3375..1b89946138b 100644
--- a/view/adminhtml/templates/info/mollie_paymentlink.phtml
+++ b/view/adminhtml/templates/info/mollie_paymentlink.phtml
@@ -23,12 +23,12 @@ $status = $block->getPaymentStatus();
= ucfirst($block->getCheckoutType()); ?> |
- getCheckoutUrl() && $status == 'created'): ?>
+
= __('Checkout Url'); ?> |
- = $block->getCheckoutUrl(); ?>
-
+ = __('Click here to pay', $block->getPaymentLinkUrl()); ?>
+
⎘
|
diff --git a/view/frontend/templates/info/mollie_paymentlink.phtml b/view/frontend/templates/info/mollie_paymentlink.phtml
index aabaf34b560..3ee59cdfe51 100644
--- a/view/frontend/templates/info/mollie_paymentlink.phtml
+++ b/view/frontend/templates/info/mollie_paymentlink.phtml
@@ -17,12 +17,9 @@ $title = $block->escapeHtml($block->getMethod()->getTitle());
= /* @noEscape */
$title; ?>
- getPaymentStatus(), ['created', 'open']) &&
- $paymentUrl = $block->getPaymentLink($block->getMethod()->getStore())
- ): ?>
+ getPaymentLink()): ?>
- = /* @noEscape */ $paymentUrl; ?>
+ = /* @noEscape */ $url; ?>