Skip to content

Commit

Permalink
Solving the issue of broken Order view page after installing express …
Browse files Browse the repository at this point in the history
…checkout (#109)

* Solving the issue of broken Order view page after installing express checkout

* Update etc/payment.xml

Updating date and file signatures

Co-authored-by: Can Demiralp <[email protected]>

* Update payment.xml

Removing unused group id

---------

Co-authored-by: Can Demiralp <[email protected]>
  • Loading branch information
khushboo-singhvi and candemiralp authored Sep 16, 2024
1 parent dfbf381 commit 1ecd08d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions etc/payment.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<!--
/**
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2024 Adyen N.V. (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <[email protected]>
*/
-->
<payment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Payment:etc/payment.xsd">
<groups>
<group id="adyen-express-payment-method">
<label>Adyen Express Checkout Payment Methods</label>
</group>
</groups>
</payment>

0 comments on commit 1ecd08d

Please sign in to comment.