|
1 | 1 | <!-- page-header -->
|
2 | 2 | <section class="page-intro">
|
3 | 3 |
|
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" %} |
5 | 6 | <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. |
9 | 10 | </div>
|
| 11 | + {% endunless %} |
10 | 12 | {% endif %}
|
11 | 13 |
|
12 | 14 | {% if page.url contains "guides/v2.4/install-gde/" %}
|
|
29 | 31 | The split database feature was <a
|
30 | 32 | href="https://community.magento.com/t5/Magento-DevBlog/Deprecation-of-split-database-functionality-in-Magento-Commerce/ba-p/465187">deprecated</a>
|
31 | 33 | 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 |
33 | 35 | database to a single database</a>.
|
34 | 36 | </div>
|
35 | 37 | {% endif %}
|
36 | 38 |
|
37 | 39 | {% unless page.github_link %}
|
38 | 40 | <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. |
40 | 42 | </div>
|
41 | 43 | {% endunless %}
|
42 | 44 |
|
|
0 commit comments