Skip to content

Commit

Permalink
Merge pull request #495 from Adyen/feature/AD-345_13.1
Browse files Browse the repository at this point in the history
AD-345: Update Adyen library version and remove clickToPayConfigurati…
  • Loading branch information
kpieloch authored Dec 24, 2024
2 parents 7e85105 + 04079fd commit c7cbecb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<%@ attribute name="dfUrl" required="false" type="java.lang.String"%>
<%@ attribute name="showDefaultCss" required="false" type="java.lang.Boolean"%>

<c:set var="VERSION" value="6.1.1"/>
<c:set var="VERSION" value="6.5.0"/>
<c:set var="jsHashVersion" value="sha384-ooyykkiG6hsCD+b97FrD/yvSSA4BHJv4I1mvz4KJEaAyJufGfooKzuLVotjKsEpP"/>
<c:set var="cssHashVersion" value="sha384-1DZgt5aKWxwX2jnOKDDpfVq8XQpnsaAr+tC/WMxeLx61TpRuPTKpo6Bo+uHboQTo"/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ class PaymentComponentFactory {
enableStoreDetails: showRememberDetails,
brands: allowedCards,
onBrand: copyCardBrand,
clickToPayConfiguration: {
merchantDisplayName: merchantDisplayName,
shopperEmail: shopperEmail
}
}).mount("#card-div");

}
Expand Down

0 comments on commit c7cbecb

Please sign in to comment.