Skip to content

Commit c713c15

Browse files
authored
Upgrade Drop-in (#58)
1 parent 9284acb commit c713c15

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

templates/index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
crossorigin="anonymous"/>
1313

1414
<!-- Adyen JS from TEST environment (change to live for production) -->
15-
<script src="https://checkoutshopper-test.adyen.com/checkoutshopper/sdk/5.40.0/adyen.js"
16-
integrity="sha384-ds1t0hgFCe636DXFRL6ciadL2Wb4Yihh27R4JO7d9CF7sFY3NJE4aPCK0EpzaYXD"
17-
crossorigin="anonymous"></script>
15+
<script src="https://checkoutshopper-test.adyen.com/checkoutshopper/sdk/5.68.0/adyen.js"
16+
integrity="sha384-U9GX6Oa3W024049K86PYG36/jHjkvUqsRd8Y9cF1CmB92sm4tnjxDXF/tkdcsk6k"
17+
crossorigin="anonymous"></script>
1818

1919
<!-- Adyen css from TEST environment (change to live for production) -->
2020
<link rel="stylesheet"
21-
href="https://checkoutshopper-test.adyen.com/checkoutshopper/sdk/5.40.0/adyen.css"
22-
integrity="sha384-BRZCzbS8n6hZVj8BESE6thGk0zSkUZfUWxL/vhocKu12k3NZ7xpNsIK39O2aWuni"
23-
crossorigin="anonymous">
21+
href="https://checkoutshopper-test.adyen.com/checkoutshopper/sdk/5.68.0/adyen.css"
22+
integrity="sha384-gpOE6R0K50VgXe6u/pyjzkKl4Kr8hXu93KUCTmC4LqbO9mpoGUYsrmeVLcp2eejn"
23+
crossorigin="anonymous">
2424

2525
<link rel="stylesheet" href="/static/css/application.css" />
2626

0 commit comments

Comments
 (0)