Skip to content

Commit

Permalink
Merge pull request #387 from michielgerritsen/bugfix/remove-url-valid…
Browse files Browse the repository at this point in the history
…ation

Bugfix: Remove the url validation as '{{unsecure_base_url}}' is also …
  • Loading branch information
Marvin-Magmodules authored May 6, 2021
2 parents 5a88f76 + c5a845c commit 35c1b99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,8 @@
<label>Custom return url</label>
<config_path>payment/mollie_general/custom_redirect_url</config_path>
<comment><![CDATA[
<strong>Note:</strong> You can use the following placeholders:<br>
<strong>Note (1):</strong> The url must include the protocol (http/https).<br>
<strong>Note (2):</strong> You can use the following placeholders:<br>
<br>
<strong>{{order_id}}</strong>: The entity ID of the order.<br>
<strong>{{increment_id}}</strong>: The increment ID of the order.<br>
Expand All @@ -274,7 +275,6 @@
<strong>{{unsecure_base_url}}</strong>: The store base url.<br>
<strong>{{secure_base_url}}</strong>: The secure store base url.
]]></comment>
<validate>validate-url</validate>
<depends>
<field id="use_custom_redirect_url">1</field>
</depends>
Expand Down

0 comments on commit 35c1b99

Please sign in to comment.