Skip to content

Commit

Permalink
Merge pull request #145 from Adyen/release/2.0.0
Browse files Browse the repository at this point in the history
Release/2.0.0
  • Loading branch information
amihajlovski authored Jul 3, 2024
2 parents 2fc7c23 + 9d8df81 commit 5e18719
Show file tree
Hide file tree
Showing 53 changed files with 41,388 additions and 54,533 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
working-directory: ./packages/adyen-retail-react-app
run: npm link @adyen/adyen-salesforce-pwa
- name: Install Playwright dependencies
working-directory: ./tests
working-directory: ./packages/e2e-tests
run: npm i
- name: Install Playwright Browsers
working-directory: ./tests
working-directory: ./packages/e2e-tests
run: npx playwright install --with-deps
- name: Start Webserver & Run Playwright tests
working-directory: ./tests
working-directory: ./packages/e2e-tests
run: npm run test
env:
RefArch_ADYEN_API_KEY: ${{secrets.ADYEN_API_KEY}}
Expand Down Expand Up @@ -66,5 +66,5 @@ jobs:
if: always()
with:
name: playwright-report
path: ./tests/playwright-report/
path: ./packages/e2e-tests/playwright-report/
retention-days: 30
18 changes: 17 additions & 1 deletion packages/adyen-retail-react-app/config/sites.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,29 @@ module.exports = [
{
id: 'RefArch',
l10n: {
supportedCurrencies: ['USD', 'EUR', 'BRL', 'JPY', 'SEK'],
supportedCurrencies: ['USD', 'GBP', 'JPY', 'BRL', 'EUR'],
defaultCurrency: 'USD',
defaultLocale: 'en-US',
supportedLocales: [
{
id: 'en-US',
preferredCurrency: 'USD'
},
{
id: 'en-GB',
preferredCurrency: 'GBP'
},
{
id: 'ja-JP',
preferredCurrency: 'JPY'
},
{
id: 'pt-BR',
preferredCurrency: 'BRL'
},
{
id: 'fr-FR',
preferredCurrency: 'EUR'
}
]
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5e18719

Please sign in to comment.