Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit cd61a6a

Browse files
Updated page-header
Co-authored-by: Jeff Matthews <matthews.jeffery@gmail.com>
1 parent aa70c7e commit cd61a6a

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

src/_includes/layout/page-header.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<!-- page-header -->
22
<section class="page-intro">
33

4-
{% if page.url contains "guides/v2.4/payments-integrations/base-integrations/" or page.url contains "guides/v2.4/payments-integrations/payment-gateway" or page.url contains "guides/v2.4/payments-integrations/vault" or page.url contains "guides/v2.4/payments-integrations/bk-payments-integrations" %}
4+
{% if page.url contains "guides/v2.4/payments-integrations/" %}
5+
{% unless page.url contains "guides/v2.4/payments-integrations/cardinal" %}
56
<div class="bs-callout-warning">
6-
The Payment Provider Gateway documentation uses the Magento 2.3.x (now {{site.data.var.ee}} and {{site.data.var.ce}}) of the Braintree module as a
7-
reference application. The Braintree module was removed in Magento 2.4.0. The concepts described in this guide are
8-
still applicable to Magento 2.4.0, but the code samples are not supported.
7+
The Payment Provider Gateway documentation uses the Magento 2.3 (now {{site.data.var.ee}} and {{site.data.var.ce}}) of the Braintree module as a
8+
reference application. The Braintree module was removed in version 2.4.0. The concepts described in this guide are
9+
still applicable to version 2.4.0, but the code samples are not supported.
910
</div>
11+
{% endunless %}
1012
{% endif %}
1113

1214
{% if page.url contains "guides/v2.4/install-gde/" %}
@@ -29,14 +31,14 @@
2931
The split database feature was <a
3032
href="https://community.magento.com/t5/Magento-DevBlog/Deprecation-of-split-database-functionality-in-Magento-Commerce/ba-p/465187">deprecated</a>
3133
in version 2.4.2 of {{ site.data.var.ee }}. See <a
32-
href="https://devdocs.magento.com/guides/v2.4/config-guide/revert-split-database.html">Revert from a split
34+
href="{{ page.baseurl }}/config-guide/revert-split-database.html">Revert from a split
3335
database to a single database</a>.
3436
</div>
3537
{% endif %}
3638

3739
{% unless page.github_link %}
3840
<div class="message-banner">
39-
This topic is generated and maintained through automation, so we do not accept direct contributions from pull requests on GitHub.
41+
Contributions through pull requests are not supported for this topic. Open a GitHub issue to provide feedback.
4042
</div>
4143
{% endunless %}
4244

0 commit comments

Comments
 (0)