Skip to content

Commit

Permalink
Upgrade Drop-in to v5.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese committed Sep 21, 2023
1 parent c6e1f73 commit c7547c6
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions giftcard-example/src/main/resources/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,15 @@
crossorigin="anonymous"
/>

<!-- Adyen JS from TEST environment (change to live for production)-->
<script src="https://checkoutshopper-test.adyen.com/checkoutshopper/sdk/5.28.3/adyen.js"
integrity="sha384-IggQn+m1LUTZjrITU2v+uYF0JhSEfV2b/+gnW75dIrsJq2POndBV533HEPHJfHiT"
crossorigin="anonymous"></script>

<!-- Adyen CSS from TEST environment (change to live for production)-->
<link rel="stylesheet"
href="https://checkoutshopper-test.adyen.com/checkoutshopper/sdk/5.28.3/adyen.css"
integrity="sha384-2MpA/pwUY9GwUN1/eXoQL3SDsNMBV47TIywN1r5tb8JB4Shi7y5dyRZ7AwDsCnP8"
crossorigin="anonymous">
href="https://checkoutshopper-test.adyen.com/checkoutshopper/sdk/5.33.0/adyen.css"
integrity="sha384-86hqIixzFjIoRoaNYg9pd4mtpn3HtgJmrpYiyTv+3DaGPF70VnRUbtK7MKLTLRd9"
crossorigin="anonymous"/>

<script src="https://checkoutshopper-test.adyen.com/checkoutshopper/sdk/5.33.0/adyen.js"
integrity="sha384-mPMlkgVUT7jVJZT0sTSfe+M4uN1ArRf1Itg76PcI6Y+zPLDvjCnjmAyyjtak3269"
crossorigin="anonymous"></script>

<link rel="stylesheet" href="/css/application.css" />
</head>
<body>
Expand Down

0 comments on commit c7547c6

Please sign in to comment.