We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday in our country

Commit cad0c938 authored by Giorgos Adam's avatar Giorgos Adam Committed by GitHub

Merge pull request #181 from Adyen/issue-177

Fixes #177 Use df.js from upstream and exclude it from minifications
parents ce32f0bd c2aed952
......@@ -191,5 +191,12 @@
<group>adyen</group>
</adyen_boleto>
</payment>
<dev>
<js>
<minify_exclude>
live.adyen.com/hpp/js/df
</minify_exclude>
</js>
</dev>
</default>
</config>
......@@ -7,7 +7,7 @@
var config = {
paths: {
'adyen/encrypt' : 'Adyen_Payment/js/view/payment/adyen.encrypt.min',
'adyen/df' : 'Adyen_Payment/js/view/payment/df.min'
'adyen/df' : 'https://live.adyen.com/hpp/js/df'
},
config: {
mixins: {
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment