From c5a845cc00d96285357f582d8c0895186c003451 Mon Sep 17 00:00:00 2001 From: Michiel Gerritsen Date: Mon, 3 May 2021 10:42:54 +0200 Subject: [PATCH] Bugfix: Remove the url validation as '{{unsecure_base_url}}' is also valid --- etc/adminhtml/system.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/adminhtml/system.xml b/etc/adminhtml/system.xml index d54b6c408d3..5900ea9f0a0 100644 --- a/etc/adminhtml/system.xml +++ b/etc/adminhtml/system.xml @@ -264,7 +264,8 @@ payment/mollie_general/custom_redirect_url Note: You can use the following placeholders:
+ Note (1): The url must include the protocol (http/https).
+ Note (2): You can use the following placeholders:

{{order_id}}: The entity ID of the order.
{{increment_id}}: The increment ID of the order.
@@ -274,7 +275,6 @@ {{unsecure_base_url}}: The store base url.
{{secure_base_url}}: The secure store base url. ]]>
- validate-url 1