Skip to content

Commit 2bf2e01

Browse files
authored
Upgrade to iDEAL 2.0 (#618)
* Upgrade Drop-in * Upgrade GitHub actions
1 parent 1d1cb79 commit 2bf2e01

File tree

8 files changed

+21
-21
lines changed

8 files changed

+21
-21
lines changed

.github/workflows/e2e-authorisation-adjustment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout authorisation-adjustment-example
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
- name: Build authorisation-adjustment-example image
2121
run: docker build -t authorisation-adjustment-example-image:latest authorisation-adjustment-example
2222
- name: Start authorisation-adjustment-example container

.github/workflows/e2e-checkout-advanced.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout checkout-example-advanced
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
- name: Build checkout-example-advanced image
2121
run: docker build -t checkout-example-advanced-image:latest checkout-example-advanced
2222
- name: Start checkout-example-advanced container

.github/workflows/e2e-checkout.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout checkout-example
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
- name: Build checkout-example image
2121
run: docker build -t checkout-example-image:latest checkout-example
2222
- name: Start checkout-example container

.github/workflows/e2e-giftcard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout giftcard-example
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
- name: Build giftcard-example image
2121
run: docker build -t giftcard-example-image:latest giftcard-example
2222
- name: Start giftcard-example container

.github/workflows/e2e-giving.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout giving-example
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
- name: Build giving-example image
2121
run: docker build -t giving-example-image:latest giving-example
2222
- name: Start giving-example container

.github/workflows/e2e-paybylink.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout paybylink-example
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
- name: Build paybylink-example image
2121
run: docker build -t paybylink-example-image:latest paybylink-example
2222
- name: Start paybylink-example container

checkout-example-advanced/views/layouts/main.handlebars

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212

1313
<link rel="stylesheet" href="/css/application.css">
1414

15-
<!-- Adyen CSS from TEST environment (change to live for production)-->
16-
<link rel="stylesheet"
17-
href="https://checkoutshopper-test.adyen.com/checkoutshopper/sdk/5.53.3/adyen.css"
18-
integrity="sha384-9EdBqZRrjozkt+Be5ycjHBTi+4DYrafpC1KyPnNyTBfjBIZ5+oMp8BbgvPLGgsE0"
19-
crossorigin="anonymous">
20-
21-
<!-- Adyen JS from TEST environment (change to live for production)-->
22-
<script src="https://checkoutshopper-test.adyen.com/checkoutshopper/sdk/5.53.3/adyen.js"
23-
integrity="sha384-CSBSWtfdsTY1G+R7kuPLwB9n5wwswxe819nXJSuN75AyCAaajvLh7tMnaIf/2teS"
15+
<!-- Adyen JS from TEST environment (change to live for production)-->
16+
<script src="https://checkoutshopper-test.adyen.com/checkoutshopper/sdk/5.68.0/adyen.js"
17+
integrity="sha384-U9GX6Oa3W024049K86PYG36/jHjkvUqsRd8Y9cF1CmB92sm4tnjxDXF/tkdcsk6k"
2418
crossorigin="anonymous"></script>
19+
20+
<!-- Adyen CSS from TEST environment (change to live for production)-->
21+
<link rel="stylesheet"
22+
href="https://checkoutshopper-test.adyen.com/checkoutshopper/sdk/5.68.0/adyen.css"
23+
integrity="sha384-gpOE6R0K50VgXe6u/pyjzkKl4Kr8hXu93KUCTmC4LqbO9mpoGUYsrmeVLcp2eejn"
24+
crossorigin="anonymous">
2525

2626
<title>Checkout Demo Advanced</title>
2727
</head>

checkout-example/views/layouts/main.handlebars

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
1111

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

1717
<!-- Adyen CSS from TEST environment (change to live for production)-->
1818
<link rel="stylesheet"
19-
href="https://checkoutshopper-test.adyen.com/checkoutshopper/sdk/5.40.0/adyen.css"
20-
integrity="sha384-BRZCzbS8n6hZVj8BESE6thGk0zSkUZfUWxL/vhocKu12k3NZ7xpNsIK39O2aWuni"
21-
crossorigin="anonymous">
19+
href="https://checkoutshopper-test.adyen.com/checkoutshopper/sdk/5.68.0/adyen.css"
20+
integrity="sha384-gpOE6R0K50VgXe6u/pyjzkKl4Kr8hXu93KUCTmC4LqbO9mpoGUYsrmeVLcp2eejn"
21+
crossorigin="anonymous">
2222

2323
<link rel="stylesheet" href="/css/application.css">
2424

0 commit comments

Comments
 (0)