Skip to content

Commit db2ce3b

Browse files
authored
Merge pull request #293 from DEFRA/feat/df-623-payment
Feat/df 623 payment
2 parents 08c11ea + 9f098fe commit db2ce3b

52 files changed

Lines changed: 3731 additions & 276 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/check-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193

194194
analysis:
195195
name: Analysis
196-
if: ${{ always() && (github.event.pull_request.head.repo.full_name == github.repository || github.event_name != 'pull_request') }}
196+
if: github.event.pull_request.head.repo.full_name == github.repository || github.event_name != 'pull_request'
197197
runs-on: ubuntu-24.04
198198
needs: [build, tasks]
199199

@@ -207,7 +207,7 @@ jobs:
207207
uses: actions/cache/restore@v4
208208
with:
209209
enableCrossOsArchive: true
210-
fail-on-cache-miss: false
210+
fail-on-cache-miss: true
211211
key: test-unit-${{ runner.os }}-node24-${{ github.sha }}
212212
path: coverage
213213

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,18 @@ It is designed to be embedded in the frontend of a digital service and provide a
66

77
## Table of Contents
88

9-
- [Demo of DXT](#demo-of-dxt)
10-
- [Installation](#installation)
11-
- [Documentation](#documentation)
12-
- [Publishing the Package](#publishing-the-package)
13-
- [Semantic Versioning Control](#semantic-versioning-control)
14-
- [Major-Version Release Branches](#major-version-release-branches)
15-
- [Manual Workflow Triggers](#manual-workflow-triggers)
16-
- [Workflow Triggers](#workflow-triggers)
17-
- [Safety and Consistency](#safety-and-consistency)
9+
- [@defra/forms-engine-plugin](#defraforms-engine-plugin)
10+
- [Table of Contents](#table-of-contents)
11+
- [Demo of DXT](#demo-of-dxt)
12+
- [Installation](#installation)
13+
- [Documentation](#documentation)
14+
- [Contributing](#contributing)
15+
- [Publishing the package](#publishing-the-package)
16+
- [Semantic Versioning Control](#semantic-versioning-control)
17+
- [Major-Version Release Branches](#major-version-release-branches)
18+
- [Manual Workflow Triggers](#manual-workflow-triggers)
19+
- [Workflow Triggers](#workflow-triggers)
20+
- [Safety and Consistency](#safety-and-consistency)
1821

1922
## Demo of DXT
2023

jest.setup.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ process.env.UPLOADER_BUCKET_NAME = 'dummy-bucket'
1313
process.env.GOOGLE_ANALYTICS_TRACKING_ID = 'G-123456789'
1414
process.env.SUBMISSION_EMAIL_ADDRESS = 'dummy@defra.gov.uk'
1515
process.env.ORDNANCE_SURVEY_API_KEY = 'dummy'
16+
process.env.PAYMENT_PROVIDER_API_KEY_TEST_formid = 'test-api-key'

0 commit comments

Comments
 (0)