Skip to content

Commit

Permalink
AD-345: Update Adyen library version and remove clickToPayConfigurati…
Browse files Browse the repository at this point in the history
…on in adyen_component_factory.js
  • Loading branch information
kpieloch committed Dec 20, 2024
1 parent e6214e7 commit 04079fd
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 04079fd

Please sign in to comment.