-
Notifications
You must be signed in to change notification settings - Fork 1
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 #8 from cybersource-tpi/main
Latest code with OCC v23.11 compatible
- Loading branch information
Showing
53 changed files
with
511 additions
and
486 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file modified
BIN
-107 KB
(97%)
documentation/Oracle Commerce Cloud- Cybersource User Installation Guide.pdf
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"npmClient": "yarn", | ||
"version": "23.3.0", | ||
"version": "24.1.0", | ||
"packages": ["packages/*"] | ||
} |
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,6 +1,6 @@ | ||
{ | ||
"name": "isv-occ-payment", | ||
"version": "23.3.0", | ||
"version": "24.1.0", | ||
"description": "ISV Oracle Commerce Cloud Payment Plugin", | ||
"main": "index.js", | ||
"repository": "[email protected]:cybersource-tpi/cybersource-plugins-oraclecxcommerce.git", | ||
|
@@ -12,44 +12,21 @@ | |
"build:prod": "lerna run build:prod", | ||
"ci": "run-s lint:ci test:ci", | ||
"clean": "lerna run clean --stream", | ||
"configure": "occ configure", | ||
"configure-app": "occ configure-app", | ||
"create-action": "occ create-action", | ||
"create-app": "occ create-app", | ||
"create-endpoint": "occ create-endpoint", | ||
"create-fetcher": "occ create-fetcher", | ||
"create-selector": "occ create-selector", | ||
"create-template": "occ create-template", | ||
"create-widget": "occ create-widget", | ||
"delete": "occ delete", | ||
"deploy": "occ deploy", | ||
"deploy-log": "occ deploy-log", | ||
"deploy-status": "occ deploy-status", | ||
"download": "occ download", | ||
"download-assets": "occ download-assets", | ||
"eslint": "eslint .", | ||
"eslint:fix": "eslint --fix .", | ||
"format": "prettier --write packages/**/*.{js,jsx,ts,tsx}", | ||
"lint": "yarn lint:cmd --fix", | ||
"lint:ci": "yarn lint:cmd -o ./html-reports/lint-report.html -f html", | ||
"lint:cmd": "eslint . --ext '.ts,.tsx,.json,.js' --cache", | ||
"list-apps": "occ list-apps", | ||
"occ": "node ./bin/index.js", | ||
"output": "occ output", | ||
"perf": "jest -i -c jest.config.perf.js", | ||
"perf:debug": "node --inspect-brk node_modules/jest/bin/jest.js -i -c jest.config.perf.js", | ||
"perf:lighthouse": "jest -i -c jest.config.perf.lighthouse.js", | ||
"perf:wpt": "jest -i -c jest.config.perf.wpt.js", | ||
"prettier:fix": "prettier --config .prettierrc.js --write \"{packages,qa}/**/*.js\"", | ||
"redeploy": "occ redeploy", | ||
"seed": "yarn deploy --reset --publishAll", | ||
"set-logging-options": "occ set-logging-options", | ||
"start:mock-server": "yarn workspace @isv-occ-payment/occ-mock-server start", | ||
"start:prod": "occ serve", | ||
"start:server": "yarn workspace @isv-occ-payment/occ-sse-gateway start", | ||
"start:server-watch": "yarn workspace @isv-occ-payment/occ-sse-gateway start:watch", | ||
"start:widget": "nodemon --inspect node_modules/@oracle-cx-commerce/cli/cli.js serve", | ||
"start:widget-classic": "yarn workspace @isv-occ-payment/payment-widget start", | ||
"stylelint": "stylelint **/*.css --ignore-disables", | ||
"test": "jest -c jest.config.js", | ||
"test:api": "jest -c jest.config.api.js", | ||
|
@@ -62,13 +39,11 @@ | |
"test:int:debug": "node --inspect-brk node_modules/jest/bin/jest.js -i -c jest.config.int.js", | ||
"test:unit": "lerna run test:unit --stream", | ||
"tsc": "tsc -p ./tsconfig.json", | ||
"upload-custom-typeahead-keywords": "occ upload-custom-typeahead-keywords", | ||
"upload-search-config": "occ upload-search-config", | ||
"start-sse": "yarn workspace @isv-occ-payment/server-extension start:watch --inspect" | ||
}, | ||
"dependencies": { | ||
"@popperjs/core": "^2.11.6", | ||
"jwt-decode": "^4.0.0", | ||
|
||
"tsc-alias": "^1.7.1" | ||
}, | ||
"devDependencies": { | ||
|
@@ -77,7 +52,6 @@ | |
"@types/crypto-js": "^4.1.1", | ||
"@types/googlepay": "^0.7.3", | ||
"@types/jest": "^29.2.3", | ||
"@types/jwt-decode": "^3.1.0", | ||
"@types/node": "^20.8.9", | ||
"@types/node-fetch": "^2.6.2", | ||
"@types/supertest": "^2.0.12", | ||
|
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
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
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
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
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
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.