Skip to content

Commit

Permalink
Merge pull request #90 from Adyen/release/1.0.0-beta.4
Browse files Browse the repository at this point in the history
Release/1.0.0 beta.4
  • Loading branch information
shanikantsingh authored Jan 8, 2024
2 parents c32b81a + 92fb1a3 commit 8af9a29
Show file tree
Hide file tree
Showing 63 changed files with 15,560 additions and 22,467 deletions.
30 changes: 2 additions & 28 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,39 +13,13 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2
uses: actions/checkout@v4

# If this run was triggered by a pull request event, then checkout
# the head of the pull request instead of the merge commit.
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
# Override language selection by uncommenting this and choosing your languages
# with:
# languages: go, javascript, csharp, python, cpp, java

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl

# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language

#- run: |
# make bootstrap
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v2
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ screenshots/
playwright-report/
Vagrantfile
.env
/build/
build
dist
coverage
5 changes: 5 additions & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

cd packages/adyen-salesforce-pwa
npm run test
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,29 @@

# Adyen Salesforce Headless Commerce PWA
# Adyen Payments Integration for Salesforce Composable Storefront B2C Commerce PWA

This integration provides the opportunity to use Adyen as a payment service provider when building your Salesforce PWA application.
[Download the NPM package of Adyen integration here](https://www.npmjs.com/package/@adyen/adyen-salesforce-pwa?activeTab=readme)

There are two packages:
* `Adyen retail react app`: reference application how to integrate the solution into the PWA application
* `Adyen salesforce pwa`: NPM package that can be installed and used within the retail react app.
In this GitHub repo there are two packages:
* `Adyen retail react app`: Reference application how to integrate the Adyen Payments Integration into your PWA application. This reference applicaiton should not be used in production projects.
* `Adyen salesforce pwa`: source code for the Adyen PWA NPM package. This code is published to the [NPM](https://www.npmjs.com/package/@adyen/adyen-salesforce-pwa?activeTab=readm).

## Prerequisites

* [Adyen test account](https://www.adyen.com/signup)
* [API key](https://docs.adyen.com/development-resources/how-to-get-the-api-key)
* [Client key](https://docs.adyen.com/development-resources/client-side-authentication#get-your-client-key)
* See the NPM package [Readme](https://www.npmjs.com/package/@adyen/adyen-salesforce-pwa?activeTab=readme) for installation instructions.

## Support & Maintenance

The NPM package version is in beta and may not be suitable for production use. We anticipate the General Availability solution to be ready by Q1 2024.

## Support
Please be aware, that the NPM package in Beta and 'Adyen retail react app` are not supported by Adyen Support.

To request a feature, report a bug, or report a security vulnerability, [create a GitHub issue](https://github.com/Adyen/adyen-salesforce-headless-commerce-pwa/issues/new/choose).

For other questions, contact our [support team](https://www.adyen.help).

## License

This repository is available under the [MIT license](LICENSE).
This repository is available under the [MIT license](LICENSE).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adyen-salesforce-pwa",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"license": "See license in LICENSE",
"engines": {
"node": "^16.0.0 || ^18.0.0",
Expand Down
Loading

0 comments on commit 8af9a29

Please sign in to comment.