Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
JavaScript version 0_1_20_1
Browse files Browse the repository at this point in the history
-------

* Patch broken version 0_1_20 release.
  • Loading branch information
Arnoud ten Hoedt committed Jul 5, 2017
1 parent 588625e commit f858d5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion adyen.encrypt.nodom.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!-- N.B. Make sure the library is *NOT* loaded in the "head" of the HTML document -->


<script type="text/javascript" src="js/adyen.encrypt.nodom.min.js?0_1_20"></script>
<script type="text/javascript" src="js/adyen.encrypt.nodom.min.js?0_1_20_1"></script>
<script type="text/javascript">

// the public key
Expand Down
4 changes: 2 additions & 2 deletions adyen.encrypt.simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@

<!-- How to use the Adyen encryption client-side JS library -->
<!-- N.B. Make sure the library is *NOT* loaded in the "head" of the HTML document -->
<script type="text/javascript" src="js/adyen.encrypt.min.js?0_1_20"></script>
<!-- <script type="text/javascript" src="js/addOns/adyen.cardtype.min.js?0_1_20"></script>-->
<script type="text/javascript" src="js/adyen.encrypt.min.js?0_1_20_1"></script>
<!-- <script type="text/javascript" src="js/addOns/adyen.cardtype.min.js?0_1_20_1"></script>-->

<script type="text/javascript">

Expand Down

0 comments on commit f858d5d

Please sign in to comment.