We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6bfe2 commit b4fd835Copy full SHA for b4fd835
app/code/Magento/AuthorizenetAcceptjs/etc/config.xml
@@ -7,11 +7,13 @@
7
-->
8
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
9
<default>
10
- <js>
11
- <minify_exclude>
12
- <authorizenet_acceptjs>\.authorize\.net/v1/Accept</authorizenet_acceptjs>
13
- </minify_exclude>
14
- </js>
+ <dev>
+ <js>
+ <minify_exclude>
+ <authorizenet_acceptjs>\.authorize\.net/v1/Accept</authorizenet_acceptjs>
+ </minify_exclude>
15
+ </js>
16
+ </dev>
17
<payment>
18
<authorizenet_acceptjs>
19
<active>0</active>
0 commit comments