Created
June 15, 2020 10:31
-
-
Save mmenozzi/cd91cf16020d369c960edfbcd25b116a to your computer and use it in GitHub Desktop.
HiPay Magento 1.x module notification patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: app/design/adminhtml/default/default/layout/hipay.xml | |
IDEA additional info: | |
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
<+>UTF-8 | |
=================================================================== | |
--- app/design/adminhtml/default/default/layout/hipay.xml (date 1591870391434) | |
+++ app/design/adminhtml/default/default/layout/hipay.xml (date 1591870391434) | |
@@ -57,10 +57,5 @@ | |
<block type="hipay/adminhtml_card_edit" name="card.edit.container"></block> | |
</reference> | |
</adminhtml_card_edit> | |
- | |
- <default> | |
- <reference name="notifications"> | |
- <block type="hipay/adminhtml_system_config_updateNotif" name="hipay_updatenotif" template="hipay/system/config/updatenotif.phtml"/> | |
- </reference> | |
- </default> | |
+ | |
</layout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment