-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #110 from Adyen/release/1.0.0-beta.6
Release/1.0.0 beta.6
- Loading branch information
Showing
61 changed files
with
30,806 additions
and
13,105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# This workflow will run tests using node and then publish a package when a release is created | ||
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages | ||
|
||
name: Unpublish Package | ||
|
||
on: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
publish-npm: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
# Setup .npmrc file to publish to npm | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 18.15 | ||
registry-url: https://registry.npmjs.org/ | ||
# Publish the npm package | ||
- run: npm unpublish @adyen/adyen-salesforce-pwa --force --loglevel verbose | ||
env: | ||
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} | ||
CI: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Adyen Retail React App | ||
|
||
This application is a demonstration tool designed to showcase certain features and capabilities of Adyen Salesforce PWA packages. | ||
It is intended for demonstration purposes only. | ||
|
||
--- | ||
|
||
## Important Notice | ||
This application is not intended for production use. It is provided "as is" without any guarantees or warranty. While the application demonstrates key functionalities, it has not been developed with the robustness, security, compatibility, and scalability necessary for production environments. | ||
|
||
## Usage | ||
This application allows developers to demonstrate the default functionalities of the [Adyen Salesforce PWA package](https://www.npmjs.com/package/@adyen/adyen-salesforce-pwa), using the following [dependencies and requirements.](https://github.com/Adyen/adyen-salesforce-headless-commerce-pwa/tree/main/packages/adyen-salesforce-pwa#dependencies--requirements) | ||
|
||
## Installation and Configuration | ||
We do not provide instructions for this application, as it cannot be used for any development, testing, or production environments. It can only be used as a demonstration of how to use the NPM package within a PWA application. | ||
|
||
## Disclaimer | ||
This application is for demonstration purposes only. The creators and contributors of this application are not responsible for any consequences that arise from its use in a production environment. By using this application, you acknowledge and agree that it is intended for demonstration purposes and should not be deployed in any production or critical systems. | ||
|
||
## Support | ||
There is no support provided for this application. | ||
|
||
## License | ||
This repository is available under the [MIT license](../../LICENSE). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.