diff --git a/.github/workflows/e2e-authorisation-adjustment.yml b/.github/workflows/e2e-authorisation-adjustment.yml index f222bc41..52f2d0b6 100644 --- a/.github/workflows/e2e-authorisation-adjustment.yml +++ b/.github/workflows/e2e-authorisation-adjustment.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout authorisation-adjustment-example - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build authorisation-adjustment-example image run: docker build -t authorisation-adjustment-example-image:latest authorisation-adjustment-example - name: Start authorisation-adjustment-example container diff --git a/.github/workflows/e2e-checkout-advanced.yml b/.github/workflows/e2e-checkout-advanced.yml index fe59ca82..9ffbed3d 100644 --- a/.github/workflows/e2e-checkout-advanced.yml +++ b/.github/workflows/e2e-checkout-advanced.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout checkout-example-advanced - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build checkout-example-advanced image run: docker build -t checkout-example-advanced-image:latest checkout-example-advanced - name: Start checkout-example-advanced container diff --git a/.github/workflows/e2e-checkout.yml b/.github/workflows/e2e-checkout.yml index 39248b8c..5c1c3208 100644 --- a/.github/workflows/e2e-checkout.yml +++ b/.github/workflows/e2e-checkout.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout checkout-example - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build checkout-example image run: docker build -t checkout-example-image:latest checkout-example - name: Start checkout-example container diff --git a/.github/workflows/e2e-giftcard.yml b/.github/workflows/e2e-giftcard.yml index 6aae7f77..4af2fbfd 100644 --- a/.github/workflows/e2e-giftcard.yml +++ b/.github/workflows/e2e-giftcard.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout giftcard-example - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build giftcard-example image run: docker build -t giftcard-example-image:latest giftcard-example - name: Start giftcard-example container diff --git a/.github/workflows/e2e-giving.yml b/.github/workflows/e2e-giving.yml index 638f3189..d98d20c6 100644 --- a/.github/workflows/e2e-giving.yml +++ b/.github/workflows/e2e-giving.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout giving-example - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build giving-example image run: docker build -t giving-example-image:latest giving-example - name: Start giving-example container diff --git a/.github/workflows/e2e-paybylink.yml b/.github/workflows/e2e-paybylink.yml index ff5f61e6..2ec07821 100644 --- a/.github/workflows/e2e-paybylink.yml +++ b/.github/workflows/e2e-paybylink.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout paybylink-example - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build paybylink-example image run: docker build -t paybylink-example-image:latest paybylink-example - name: Start paybylink-example container diff --git a/checkout-example-advanced/views/layouts/main.handlebars b/checkout-example-advanced/views/layouts/main.handlebars index 9c5b3ccb..8b000511 100644 --- a/checkout-example-advanced/views/layouts/main.handlebars +++ b/checkout-example-advanced/views/layouts/main.handlebars @@ -12,16 +12,16 @@ - - - - - + + +