-
Notifications
You must be signed in to change notification settings - Fork 686
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Plugin adobe-plugin-braintree-three-d-secure added
- Loading branch information
Showing
10 changed files
with
44 additions
and
14 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
...ges/extensions/adobe-plugin-braintree-three-d-secure/.github/workflows/publish-to-npm.yml
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,32 @@ | ||
name: npm-publish | ||
on: | ||
push: | ||
branches: | ||
- PWA-3420 | ||
|
||
jobs: | ||
npm-publish: | ||
name: npm-publish | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Set up Node.js | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18 | ||
|
||
- name: Navigate to specific package | ||
run: cd packages/extensions/adobe-plugin-braintree-three-d-secure | ||
|
||
- name: Install dependencies | ||
run: | | ||
cd packages/extensions/adobe-plugin-braintree-three-d-secure | ||
npm install --legacy-peer-deps --ignore-scripts | ||
- name: Publish package | ||
uses: JS-DevTools/npm-publish@v1 | ||
with: | ||
package: "packages/extensions/adobe-plugin-braintree-three-d-secure/package.json" # Explicitly specify the package | ||
access: "public" | ||
token: ${{ secrets.ADOBE_BOT_NPM_TOKEN }} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...plugin-braintree-three-d-secure/README.md → ...plugin-braintree-three-d-secure/README.md
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
File renamed without changes.
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
7 changes: 4 additions & 3 deletions
7
...gin-braintree-three-d-secure/package.json → ...gin-braintree-three-d-secure/package.json
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
4 changes: 2 additions & 2 deletions
4
packages/peregrine/lib/talons/FormError/__tests__/__snapshots__/useFormError.spec.js.snap
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`returns concatenated error message when allowErrorMessages 1`] = `"formError.responseError"`; | ||
exports[`returns concatenated error message when allowErrorMessages 1`] = `"GraphQL Error 1, GraphQL Error 2"`; | ||
|
||
exports[`returns general error message 1`] = `"formError.responseError, Generic Error"`; | ||
exports[`returns general error message 1`] = `"formError.errorMessage, Generic Error"`; |
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