Skip to content

Commit

Permalink
AD-190 Adyen-web upgrade from 5.25.0 to 5.56.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasz756 committed Jan 25, 2024
1 parent 41ad9ee commit 488b7f2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
<%@ attribute name="dfUrl" required="false" type="java.lang.String"%>
<%@ attribute name="showDefaultCss" required="false" type="java.lang.Boolean"%>

<c:set var="VERSION" value="5.25.0"/>
<c:set var="jsHashVersion" value="sha384-dr5oyw53MXiRb8jiuNS5357DFMBKLYFNJ8uMgatbtu18R16CXdTz7jx9IJDZolyO"/>
<c:set var="cssHashVersion" value="sha384-EWxYZbuFOr+TBHe/ugu0v3NOulSLFDx8Diy1Mb2WJk1TNzTJJHAuwiwW3gq6btNx"/>
<c:set var="VERSION" value="5.56.1"/>
<c:set var="jsHashVersion" value="sha384-ooyykkiG6hsCD+b97FrD/yvSSA4BHJv4I1mvz4KJEaAyJufGfooKzuLVotjKsEpP"/>
<c:set var="cssHashVersion" value="sha384-zgFNrGzbwuX5qJLys75cOUIGru/BoEzhGMyC07I3OSdHqXuhUfoDPVG03G+61oF4"/>

<c:if test="${not empty(dfUrl)}">
<script type="text/javascript" src="${dfUrl}"></script>
Expand Down

0 comments on commit 488b7f2

Please sign in to comment.