File tree Expand file tree Collapse file tree 8 files changed +21
-21
lines changed
checkout-example-advanced/views/layouts
checkout-example/views/layouts Expand file tree Collapse file tree 8 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments