-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(template): refactor operations to be included in abstract class #35
Merged
Conversation
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
dasanorct
approved these changes
Feb 29, 2024
johnsonogwuru
added a commit
that referenced
this pull request
Mar 5, 2024
johnsonogwuru
added a commit
that referenced
this pull request
Mar 5, 2024
* Write unit test for getStatus * Add unit test cases and sinon dependency for stub purpose * Update operation.service.spec.ts * Bump msw from 2.2.0 to 2.2.1 in /processor Bumps [msw](https://github.com/mswjs/msw) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump eslint-plugin-jest from 27.8.0 to 27.9.0 in /processor Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.8.0 to 27.9.0. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v27.8.0...v27.9.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix(connector): config type and details field (#49) * Add unit test for cancel payment * Refactor the mock data * Remove skipped unit test * Update operation.route.ts * Avoid using sinon * Bump dotenv from 16.4.4 to 16.4.5 in /processor Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.4.4 to 16.4.5. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v16.4.4...v16.4.5) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @typescript-eslint/parser from 7.0.1 to 7.0.2 in /processor Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.0.1 to 7.0.2. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.0.2/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump sass from 1.71.0 to 1.71.1 in /enabler Bumps [sass](https://github.com/sass/dart-sass) from 1.71.0 to 1.71.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.71.0...1.71.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump vite from 5.1.3 to 5.1.4 in /enabler Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.3 to 5.1.4. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.1.4/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @commercetools-backend/loggers in /processor Bumps [@commercetools-backend/loggers](https://github.com/commercetools/merchant-center-application-kit/tree/HEAD/packages-backend/loggers) from 22.17.2 to 22.18.0. - [Release notes](https://github.com/commercetools/merchant-center-application-kit/releases) - [Changelog](https://github.com/commercetools/merchant-center-application-kit/blob/main/packages-backend/loggers/CHANGELOG.md) - [Commits](https://github.com/commercetools/merchant-center-application-kit/commits/@commercetools-backend/[email protected]/packages-backend/loggers) --- updated-dependencies: - dependency-name: "@commercetools-backend/loggers" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump nodemon from 3.0.3 to 3.1.0 in /processor Bumps [nodemon](https://github.com/remy/nodemon) from 3.0.3 to 3.1.0. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](remy/nodemon@v3.0.3...v3.1.0) --- updated-dependencies: - dependency-name: nodemon dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @types/node from 20.11.19 to 20.11.20 in /processor Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.19 to 20.11.20. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @types/node from 20.11.19 to 20.11.20 in /enabler Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.19 to 20.11.20. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump eslint from 8.56.0 to 8.57.0 in /processor Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 8.57.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.56.0...v8.57.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @commercetools/connect-payments-sdk in /processor Bumps @commercetools/connect-payments-sdk from 0.1.0 to 0.2.0. --- updated-dependencies: - dependency-name: "@commercetools/connect-payments-sdk" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @typescript-eslint/eslint-plugin from 7.0.1 to 7.1.0 in /processor Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.0.1 to 7.1.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @typescript-eslint/parser from 7.0.2 to 7.1.0 in /processor Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.0.2 to 7.1.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @commercetools/platform-sdk from 7.3.0 to 7.4.0 in /processor Bumps [@commercetools/platform-sdk](https://github.com/commercetools/commercetools-typescript-sdks) from 7.3.0 to 7.4.0. - [Release notes](https://github.com/commercetools/commercetools-typescript-sdks/releases) - [Changelog](https://github.com/commercetools/commercetools-sdk-typescript/blob/master/changes.md) - [Commits](https://github.com/commercetools/commercetools-typescript-sdks/compare/@commercetools/[email protected]...@commercetools/[email protected]) --- updated-dependencies: - dependency-name: "@commercetools/platform-sdk" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Modify the configurations of required environment variables * Update ci.yml * Update ci.yml * Update connect.yaml * Remove unnecessary environment variable from CI/CD pipeline * fix(enabler): SessionId example usage * Bump msw from 2.2.1 to 2.2.2 in /processor Bumps [msw](https://github.com/mswjs/msw) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Refactor abstract payment service * Fix build failure * Bump @commercetools-backend/loggers in /processor Bumps [@commercetools-backend/loggers](https://github.com/commercetools/merchant-center-application-kit/tree/HEAD/packages-backend/loggers) from 22.18.0 to 22.19.0. - [Release notes](https://github.com/commercetools/merchant-center-application-kit/releases) - [Changelog](https://github.com/commercetools/merchant-center-application-kit/blob/main/packages-backend/loggers/CHANGELOG.md) - [Commits](https://github.com/commercetools/merchant-center-application-kit/commits/@commercetools-backend/[email protected]/packages-backend/loggers) --- updated-dependencies: - dependency-name: "@commercetools-backend/loggers" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @types/node from 20.11.20 to 20.11.24 in /processor Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.20 to 20.11.24. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @types/node from 20.11.20 to 20.11.24 in /enabler Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.20 to 20.11.24. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Fix unit test * Update abstract-payment.service.ts * Add function document to mock-payment service * Bump @sinclair/typebox from 0.32.14 to 0.32.15 in /processor Bumps [@sinclair/typebox](https://github.com/sinclairzx81/typebox) from 0.32.14 to 0.32.15. - [Commits](sinclairzx81/typebox@0.32.14...0.32.15) --- updated-dependencies: - dependency-name: "@sinclair/typebox" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update typescript doc * feat(payments): set the payment interface from the context * chore(paypal-connector): rename instances of mock to paypal (#5) * chore(paypal-connector): implement config endpoint * feat(connector): implement status endpoint (#12) * feat(connector): payment intents (#18) * feat(connector): payment intents * wip: save point * wip: save point * wip: save point * wip: save point * wip: save point * wip: save point * wip: save point * pr feedback * remove nock * wip: save changes * graceful error handling * chore(deps-dev): bump @typescript-eslint/parser in /processor (#27) Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.0.2 to 7.1.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump @typescript-eslint/eslint-plugin in /processor (#25) Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.0.2 to 7.1.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge changes from upstream (#28) * Write unit test for getStatus * Add unit test cases and sinon dependency for stub purpose * Update operation.service.spec.ts * Add unit test for cancel payment * Refactor the mock data * Remove skipped unit test * Update operation.route.ts * Avoid using sinon * fix(connector): config type and details field (#49) * Bump dotenv from 16.4.4 to 16.4.5 in /processor Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.4.4 to 16.4.5. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v16.4.4...v16.4.5) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Modify the configurations of required environment variables * Update ci.yml * Update ci.yml * Update connect.yaml * Remove unnecessary environment variable from CI/CD pipeline * Bump @typescript-eslint/parser from 7.0.2 to 7.1.0 in /processor Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.0.2 to 7.1.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @commercetools/platform-sdk from 7.3.0 to 7.4.0 in /processor Bumps [@commercetools/platform-sdk](https://github.com/commercetools/commercetools-typescript-sdks) from 7.3.0 to 7.4.0. - [Release notes](https://github.com/commercetools/commercetools-typescript-sdks/releases) - [Changelog](https://github.com/commercetools/commercetools-sdk-typescript/blob/master/changes.md) - [Commits](https://github.com/commercetools/commercetools-typescript-sdks/compare/@commercetools/[email protected]...@commercetools/[email protected]) --- updated-dependencies: - dependency-name: "@commercetools/platform-sdk" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * feat(connector): payment intents (#18) * feat(connector): payment intents * wip: save point * wip: save point * wip: save point * wip: save point * wip: save point * wip: save point * wip: save point * pr feedback * remove nock * wip: save changes * graceful error handling * update healthcheck method * fix tests --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: King-Hin Leung <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @commercetools-backend/loggers in /processor (#34) Bumps [@commercetools-backend/loggers](https://github.com/commercetools/merchant-center-application-kit/tree/HEAD/packages-backend/loggers) from 22.18.0 to 22.19.0. - [Release notes](https://github.com/commercetools/merchant-center-application-kit/releases) - [Changelog](https://github.com/commercetools/merchant-center-application-kit/blob/main/packages-backend/loggers/CHANGELOG.md) - [Commits](https://github.com/commercetools/merchant-center-application-kit/commits/@commercetools-backend/[email protected]/packages-backend/loggers) --- updated-dependencies: - dependency-name: "@commercetools-backend/loggers" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat(template): refactor operations to be included in abstract class (#35) * feat(connectors): Implement notification endpoint (#38) * feat(connectors): Implement notification endpoint * fix notification schema * fix notification schema 2 * improve error thrown * update errors and test * pr feedback * chore(deps): bump fastify from 4.26.1 to 4.26.2 in /processor (#40) Bumps [fastify](https://github.com/fastify/fastify) from 4.26.1 to 4.26.2. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](fastify/fastify@v4.26.1...v4.26.2) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix failing test * tiny fixes --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: King-Hin Leung <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: King-Hin Leung <[email protected]> Co-authored-by: Juan J. Campos <[email protected]> Co-authored-by: david sanchez ortiz <[email protected]> Co-authored-by: dasanor <[email protected]>
johnsonogwuru
added a commit
that referenced
this pull request
Mar 14, 2024
johnsonogwuru
added a commit
that referenced
this pull request
Mar 14, 2024
* Write unit test for getStatus * Add unit test cases and sinon dependency for stub purpose * Update operation.service.spec.ts * Bump msw from 2.2.0 to 2.2.1 in /processor Bumps [msw](https://github.com/mswjs/msw) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump eslint-plugin-jest from 27.8.0 to 27.9.0 in /processor Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.8.0 to 27.9.0. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v27.8.0...v27.9.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix(connector): config type and details field (#49) * Add unit test for cancel payment * Refactor the mock data * Remove skipped unit test * Update operation.route.ts * Avoid using sinon * Bump dotenv from 16.4.4 to 16.4.5 in /processor Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.4.4 to 16.4.5. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v16.4.4...v16.4.5) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @typescript-eslint/parser from 7.0.1 to 7.0.2 in /processor Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.0.1 to 7.0.2. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.0.2/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump sass from 1.71.0 to 1.71.1 in /enabler Bumps [sass](https://github.com/sass/dart-sass) from 1.71.0 to 1.71.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.71.0...1.71.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump vite from 5.1.3 to 5.1.4 in /enabler Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.3 to 5.1.4. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.1.4/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @commercetools-backend/loggers in /processor Bumps [@commercetools-backend/loggers](https://github.com/commercetools/merchant-center-application-kit/tree/HEAD/packages-backend/loggers) from 22.17.2 to 22.18.0. - [Release notes](https://github.com/commercetools/merchant-center-application-kit/releases) - [Changelog](https://github.com/commercetools/merchant-center-application-kit/blob/main/packages-backend/loggers/CHANGELOG.md) - [Commits](https://github.com/commercetools/merchant-center-application-kit/commits/@commercetools-backend/[email protected]/packages-backend/loggers) --- updated-dependencies: - dependency-name: "@commercetools-backend/loggers" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump nodemon from 3.0.3 to 3.1.0 in /processor Bumps [nodemon](https://github.com/remy/nodemon) from 3.0.3 to 3.1.0. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](remy/nodemon@v3.0.3...v3.1.0) --- updated-dependencies: - dependency-name: nodemon dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @types/node from 20.11.19 to 20.11.20 in /processor Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.19 to 20.11.20. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @types/node from 20.11.19 to 20.11.20 in /enabler Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.19 to 20.11.20. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump eslint from 8.56.0 to 8.57.0 in /processor Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 8.57.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.56.0...v8.57.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @commercetools/connect-payments-sdk in /processor Bumps @commercetools/connect-payments-sdk from 0.1.0 to 0.2.0. --- updated-dependencies: - dependency-name: "@commercetools/connect-payments-sdk" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @typescript-eslint/eslint-plugin from 7.0.1 to 7.1.0 in /processor Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.0.1 to 7.1.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @typescript-eslint/parser from 7.0.2 to 7.1.0 in /processor Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.0.2 to 7.1.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @commercetools/platform-sdk from 7.3.0 to 7.4.0 in /processor Bumps [@commercetools/platform-sdk](https://github.com/commercetools/commercetools-typescript-sdks) from 7.3.0 to 7.4.0. - [Release notes](https://github.com/commercetools/commercetools-typescript-sdks/releases) - [Changelog](https://github.com/commercetools/commercetools-sdk-typescript/blob/master/changes.md) - [Commits](https://github.com/commercetools/commercetools-typescript-sdks/compare/@commercetools/[email protected]...@commercetools/[email protected]) --- updated-dependencies: - dependency-name: "@commercetools/platform-sdk" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Modify the configurations of required environment variables * Update ci.yml * Update ci.yml * Update connect.yaml * Remove unnecessary environment variable from CI/CD pipeline * fix(enabler): SessionId example usage * Bump msw from 2.2.1 to 2.2.2 in /processor Bumps [msw](https://github.com/mswjs/msw) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Refactor abstract payment service * Fix build failure * Bump @commercetools-backend/loggers in /processor Bumps [@commercetools-backend/loggers](https://github.com/commercetools/merchant-center-application-kit/tree/HEAD/packages-backend/loggers) from 22.18.0 to 22.19.0. - [Release notes](https://github.com/commercetools/merchant-center-application-kit/releases) - [Changelog](https://github.com/commercetools/merchant-center-application-kit/blob/main/packages-backend/loggers/CHANGELOG.md) - [Commits](https://github.com/commercetools/merchant-center-application-kit/commits/@commercetools-backend/[email protected]/packages-backend/loggers) --- updated-dependencies: - dependency-name: "@commercetools-backend/loggers" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @types/node from 20.11.20 to 20.11.24 in /processor Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.20 to 20.11.24. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @types/node from 20.11.20 to 20.11.24 in /enabler Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.20 to 20.11.24. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Fix unit test * Update abstract-payment.service.ts * Add function document to mock-payment service * Bump @sinclair/typebox from 0.32.14 to 0.32.15 in /processor Bumps [@sinclair/typebox](https://github.com/sinclairzx81/typebox) from 0.32.14 to 0.32.15. - [Commits](sinclairzx81/typebox@0.32.14...0.32.15) --- updated-dependencies: - dependency-name: "@sinclair/typebox" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update typescript doc * feat(payments): set the payment interface from the context * chore(paypal-connector): rename instances of mock to paypal (#5) * chore(paypal-connector): implement config endpoint * feat(connector): implement status endpoint (#12) * feat(connector): payment intents (#18) * feat(connector): payment intents * wip: save point * wip: save point * wip: save point * wip: save point * wip: save point * wip: save point * wip: save point * pr feedback * remove nock * wip: save changes * graceful error handling * chore(deps-dev): bump @typescript-eslint/parser in /processor (#27) Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.0.2 to 7.1.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump @typescript-eslint/eslint-plugin in /processor (#25) Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.0.2 to 7.1.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge changes from upstream (#28) * Write unit test for getStatus * Add unit test cases and sinon dependency for stub purpose * Update operation.service.spec.ts * Add unit test for cancel payment * Refactor the mock data * Remove skipped unit test * Update operation.route.ts * Avoid using sinon * fix(connector): config type and details field (#49) * Bump dotenv from 16.4.4 to 16.4.5 in /processor Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.4.4 to 16.4.5. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v16.4.4...v16.4.5) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Modify the configurations of required environment variables * Update ci.yml * Update ci.yml * Update connect.yaml * Remove unnecessary environment variable from CI/CD pipeline * Bump @typescript-eslint/parser from 7.0.2 to 7.1.0 in /processor Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.0.2 to 7.1.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @commercetools/platform-sdk from 7.3.0 to 7.4.0 in /processor Bumps [@commercetools/platform-sdk](https://github.com/commercetools/commercetools-typescript-sdks) from 7.3.0 to 7.4.0. - [Release notes](https://github.com/commercetools/commercetools-typescript-sdks/releases) - [Changelog](https://github.com/commercetools/commercetools-sdk-typescript/blob/master/changes.md) - [Commits](https://github.com/commercetools/commercetools-typescript-sdks/compare/@commercetools/[email protected]...@commercetools/[email protected]) --- updated-dependencies: - dependency-name: "@commercetools/platform-sdk" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * feat(connector): payment intents (#18) * feat(connector): payment intents * wip: save point * wip: save point * wip: save point * wip: save point * wip: save point * wip: save point * wip: save point * pr feedback * remove nock * wip: save changes * graceful error handling * update healthcheck method * fix tests --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: King-Hin Leung <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @commercetools-backend/loggers in /processor (#34) Bumps [@commercetools-backend/loggers](https://github.com/commercetools/merchant-center-application-kit/tree/HEAD/packages-backend/loggers) from 22.18.0 to 22.19.0. - [Release notes](https://github.com/commercetools/merchant-center-application-kit/releases) - [Changelog](https://github.com/commercetools/merchant-center-application-kit/blob/main/packages-backend/loggers/CHANGELOG.md) - [Commits](https://github.com/commercetools/merchant-center-application-kit/commits/@commercetools-backend/[email protected]/packages-backend/loggers) --- updated-dependencies: - dependency-name: "@commercetools-backend/loggers" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat(template): refactor operations to be included in abstract class (#35) * feat(connectors): Implement notification endpoint (#38) * feat(connectors): Implement notification endpoint * fix notification schema * fix notification schema 2 * improve error thrown * update errors and test * pr feedback * chore(deps): bump fastify from 4.26.1 to 4.26.2 in /processor (#40) Bumps [fastify](https://github.com/fastify/fastify) from 4.26.1 to 4.26.2. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](fastify/fastify@v4.26.1...v4.26.2) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix failing test * tiny fixes --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: King-Hin Leung <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: King-Hin Leung <[email protected]> Co-authored-by: Juan J. Campos <[email protected]> Co-authored-by: david sanchez ortiz <[email protected]> Co-authored-by: dasanor <[email protected]>
johnsonogwuru
added a commit
that referenced
this pull request
Mar 15, 2024
* Write unit test for getStatus * Add unit test cases and sinon dependency for stub purpose * Update operation.service.spec.ts * Bump msw from 2.2.0 to 2.2.1 in /processor Bumps [msw](https://github.com/mswjs/msw) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump eslint-plugin-jest from 27.8.0 to 27.9.0 in /processor Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.8.0 to 27.9.0. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v27.8.0...v27.9.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix(connector): config type and details field (#49) * Add unit test for cancel payment * Refactor the mock data * Remove skipped unit test * Update operation.route.ts * Avoid using sinon * Bump dotenv from 16.4.4 to 16.4.5 in /processor Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.4.4 to 16.4.5. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v16.4.4...v16.4.5) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @typescript-eslint/parser from 7.0.1 to 7.0.2 in /processor Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.0.1 to 7.0.2. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.0.2/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump sass from 1.71.0 to 1.71.1 in /enabler Bumps [sass](https://github.com/sass/dart-sass) from 1.71.0 to 1.71.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.71.0...1.71.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump vite from 5.1.3 to 5.1.4 in /enabler Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.3 to 5.1.4. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.1.4/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @commercetools-backend/loggers in /processor Bumps [@commercetools-backend/loggers](https://github.com/commercetools/merchant-center-application-kit/tree/HEAD/packages-backend/loggers) from 22.17.2 to 22.18.0. - [Release notes](https://github.com/commercetools/merchant-center-application-kit/releases) - [Changelog](https://github.com/commercetools/merchant-center-application-kit/blob/main/packages-backend/loggers/CHANGELOG.md) - [Commits](https://github.com/commercetools/merchant-center-application-kit/commits/@commercetools-backend/[email protected]/packages-backend/loggers) --- updated-dependencies: - dependency-name: "@commercetools-backend/loggers" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump nodemon from 3.0.3 to 3.1.0 in /processor Bumps [nodemon](https://github.com/remy/nodemon) from 3.0.3 to 3.1.0. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](remy/nodemon@v3.0.3...v3.1.0) --- updated-dependencies: - dependency-name: nodemon dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @types/node from 20.11.19 to 20.11.20 in /processor Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.19 to 20.11.20. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @types/node from 20.11.19 to 20.11.20 in /enabler Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.19 to 20.11.20. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump eslint from 8.56.0 to 8.57.0 in /processor Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 8.57.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.56.0...v8.57.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @commercetools/connect-payments-sdk in /processor Bumps @commercetools/connect-payments-sdk from 0.1.0 to 0.2.0. --- updated-dependencies: - dependency-name: "@commercetools/connect-payments-sdk" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @typescript-eslint/eslint-plugin from 7.0.1 to 7.1.0 in /processor Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.0.1 to 7.1.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @typescript-eslint/parser from 7.0.2 to 7.1.0 in /processor Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.0.2 to 7.1.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @commercetools/platform-sdk from 7.3.0 to 7.4.0 in /processor Bumps [@commercetools/platform-sdk](https://github.com/commercetools/commercetools-typescript-sdks) from 7.3.0 to 7.4.0. - [Release notes](https://github.com/commercetools/commercetools-typescript-sdks/releases) - [Changelog](https://github.com/commercetools/commercetools-sdk-typescript/blob/master/changes.md) - [Commits](https://github.com/commercetools/commercetools-typescript-sdks/compare/@commercetools/[email protected]...@commercetools/[email protected]) --- updated-dependencies: - dependency-name: "@commercetools/platform-sdk" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Modify the configurations of required environment variables * Update ci.yml * Update ci.yml * Update connect.yaml * Remove unnecessary environment variable from CI/CD pipeline * fix(enabler): SessionId example usage * fix(enabler): Add updates from Adyen * Bump msw from 2.2.1 to 2.2.2 in /processor Bumps [msw](https://github.com/mswjs/msw) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Refactor abstract payment service * Fix build failure * Bump @commercetools-backend/loggers in /processor Bumps [@commercetools-backend/loggers](https://github.com/commercetools/merchant-center-application-kit/tree/HEAD/packages-backend/loggers) from 22.18.0 to 22.19.0. - [Release notes](https://github.com/commercetools/merchant-center-application-kit/releases) - [Changelog](https://github.com/commercetools/merchant-center-application-kit/blob/main/packages-backend/loggers/CHANGELOG.md) - [Commits](https://github.com/commercetools/merchant-center-application-kit/commits/@commercetools-backend/[email protected]/packages-backend/loggers) --- updated-dependencies: - dependency-name: "@commercetools-backend/loggers" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @types/node from 20.11.20 to 20.11.24 in /processor Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.20 to 20.11.24. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @types/node from 20.11.20 to 20.11.24 in /enabler Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.20 to 20.11.24. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Fix unit test * Update abstract-payment.service.ts * Add function document to mock-payment service * Bump @sinclair/typebox from 0.32.14 to 0.32.15 in /processor Bumps [@sinclair/typebox](https://github.com/sinclairzx81/typebox) from 0.32.14 to 0.32.15. - [Commits](sinclairzx81/typebox@0.32.14...0.32.15) --- updated-dependencies: - dependency-name: "@sinclair/typebox" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update typescript doc * feat(payments): set the payment interface from the context * Bump fastify from 4.26.1 to 4.26.2 in /processor Bumps [fastify](https://github.com/fastify/fastify) from 4.26.1 to 4.26.2. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](fastify/fastify@v4.26.1...v4.26.2) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore(template): clean up and tiny fixes * Bump @typescript-eslint/parser from 7.1.0 to 7.1.1 in /processor Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.1.0 to 7.1.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump vite from 5.1.4 to 5.1.5 in /enabler Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.4 to 5.1.5. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.1.5/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @typescript-eslint/eslint-plugin from 7.1.0 to 7.1.1 in /processor Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.1.0 to 7.1.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update mock-payment.service.spec.ts (#85) * Bump @types/node from 20.11.24 to 20.11.25 in /processor Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.24 to 20.11.25. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump typescript from 5.3.3 to 5.4.2 in /enabler Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.3.3...v5.4.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump jose from 4.15.4 to 4.15.5 in /processor Bumps [jose](https://github.com/panva/jose) from 4.15.4 to 4.15.5. - [Release notes](https://github.com/panva/jose/releases) - [Changelog](https://github.com/panva/jose/blob/v4.15.5/CHANGELOG.md) - [Commits](panva/jose@v4.15.4...v4.15.5) --- updated-dependencies: - dependency-name: jose dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Bump msw from 2.2.2 to 2.2.3 in /processor Bumps [msw](https://github.com/mswjs/msw) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v2.2.2...v2.2.3) --- updated-dependencies: - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @commercetools-backend/loggers in /processor Bumps [@commercetools-backend/loggers](https://github.com/commercetools/merchant-center-application-kit/tree/HEAD/packages-backend/loggers) from 22.19.0 to 22.20.0. - [Release notes](https://github.com/commercetools/merchant-center-application-kit/releases) - [Changelog](https://github.com/commercetools/merchant-center-application-kit/blob/main/packages-backend/loggers/CHANGELOG.md) - [Commits](https://github.com/commercetools/merchant-center-application-kit/commits/@commercetools-backend/[email protected]/packages-backend/loggers) --- updated-dependencies: - dependency-name: "@commercetools-backend/loggers" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @types/node from 20.11.24 to 20.11.26 in /enabler Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.24 to 20.11.26. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @types/node from 20.11.25 to 20.11.26 in /processor Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.25 to 20.11.26. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * feat(payments): added support for the new version of the payments-sdk where the merchant return url can be retrieved from the session * Bump typescript from 5.3.3 to 5.4.2 in /processor Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.3.3...v5.4.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump vite from 5.1.5 to 5.1.6 in /enabler Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.5 to 5.1.6. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.1.6/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @typescript-eslint/eslint-plugin from 7.1.1 to 7.2.0 in /processor Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.1.1 to 7.2.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @typescript-eslint/parser from 7.1.1 to 7.2.0 in /processor Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.1.1 to 7.2.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update ci.yml * Update ci.yml * Update ci.yml * feat(enabler): solved TS build issue * Update node version to avoid deprecation * Revert node changes because connect supports 18. * Create CODEOWNERS (#96) * Create CODEOWNERS Adding codeowners to impose approval process on PRs. * Update README.md * chore(paypal-connector): rename instances of mock to paypal (#5) * chore(paypal-connector): implement config endpoint * feat(connector): implement status endpoint (#12) * feat(connector): payment intents (#18) * feat(connector): payment intents * wip: save point * wip: save point * wip: save point * wip: save point * wip: save point * wip: save point * wip: save point * pr feedback * remove nock * wip: save changes * graceful error handling * chore(deps-dev): bump @typescript-eslint/parser in /processor (#27) Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.0.2 to 7.1.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump @typescript-eslint/eslint-plugin in /processor (#25) Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.0.2 to 7.1.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge changes from upstream (#28) * Write unit test for getStatus * Add unit test cases and sinon dependency for stub purpose * Update operation.service.spec.ts * Add unit test for cancel payment * Refactor the mock data * Remove skipped unit test * Update operation.route.ts * Avoid using sinon * fix(connector): config type and details field (#49) * Bump dotenv from 16.4.4 to 16.4.5 in /processor Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.4.4 to 16.4.5. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v16.4.4...v16.4.5) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Modify the configurations of required environment variables * Update ci.yml * Update ci.yml * Update connect.yaml * Remove unnecessary environment variable from CI/CD pipeline * Bump @typescript-eslint/parser from 7.0.2 to 7.1.0 in /processor Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.0.2 to 7.1.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @commercetools/platform-sdk from 7.3.0 to 7.4.0 in /processor Bumps [@commercetools/platform-sdk](https://github.com/commercetools/commercetools-typescript-sdks) from 7.3.0 to 7.4.0. - [Release notes](https://github.com/commercetools/commercetools-typescript-sdks/releases) - [Changelog](https://github.com/commercetools/commercetools-sdk-typescript/blob/master/changes.md) - [Commits](https://github.com/commercetools/commercetools-typescript-sdks/compare/@commercetools/[email protected]...@commercetools/[email protected]) --- updated-dependencies: - dependency-name: "@commercetools/platform-sdk" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * feat(connector): payment intents (#18) * feat(connector): payment intents * wip: save point * wip: save point * wip: save point * wip: save point * wip: save point * wip: save point * wip: save point * pr feedback * remove nock * wip: save changes * graceful error handling * update healthcheck method * fix tests --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: King-Hin Leung <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @commercetools-backend/loggers in /processor (#34) Bumps [@commercetools-backend/loggers](https://github.com/commercetools/merchant-center-application-kit/tree/HEAD/packages-backend/loggers) from 22.18.0 to 22.19.0. - [Release notes](https://github.com/commercetools/merchant-center-application-kit/releases) - [Changelog](https://github.com/commercetools/merchant-center-application-kit/blob/main/packages-backend/loggers/CHANGELOG.md) - [Commits](https://github.com/commercetools/merchant-center-application-kit/commits/@commercetools-backend/[email protected]/packages-backend/loggers) --- updated-dependencies: - dependency-name: "@commercetools-backend/loggers" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat(template): refactor operations to be included in abstract class (#35) * feat(connectors): Implement notification endpoint (#38) * feat(connectors): Implement notification endpoint * fix notification schema * fix notification schema 2 * improve error thrown * update errors and test * pr feedback * chore(processor): update repo from upstream (#41) * Write unit test for getStatus * Add unit test cases and sinon dependency for stub purpose * Update operation.service.spec.ts * Bump msw from 2.2.0 to 2.2.1 in /processor Bumps [msw](https://github.com/mswjs/msw) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump eslint-plugin-jest from 27.8.0 to 27.9.0 in /processor Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.8.0 to 27.9.0. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v27.8.0...v27.9.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix(connector): config type and details field (#49) * Add unit test for cancel payment * Refactor the mock data * Remove skipped unit test * Update operation.route.ts * Avoid using sinon * Bump dotenv from 16.4.4 to 16.4.5 in /processor Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.4.4 to 16.4.5. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v16.4.4...v16.4.5) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @typescript-eslint/parser from 7.0.1 to 7.0.2 in /processor Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.0.1 to 7.0.2. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.0.2/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump sass from 1.71.0 to 1.71.1 in /enabler Bumps [sass](https://github.com/sass/dart-sass) from 1.71.0 to 1.71.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.71.0...1.71.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump vite from 5.1.3 to 5.1.4 in /enabler Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.3 to 5.1.4. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.1.4/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @commercetools-backend/loggers in /processor Bumps [@commercetools-backend/loggers](https://github.com/commercetools/merchant-center-application-kit/tree/HEAD/packages-backend/loggers) from 22.17.2 to 22.18.0. - [Release notes](https://github.com/commercetools/merchant-center-application-kit/releases) - [Changelog](https://github.com/commercetools/merchant-center-application-kit/blob/main/packages-backend/loggers/CHANGELOG.md) - [Commits](https://github.com/commercetools/merchant-center-application-kit/commits/@commercetools-backend/[email protected]/packages-backend/loggers) --- updated-dependencies: - dependency-name: "@commercetools-backend/loggers" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump nodemon from 3.0.3 to 3.1.0 in /processor Bumps [nodemon](https://github.com/remy/nodemon) from 3.0.3 to 3.1.0. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](remy/nodemon@v3.0.3...v3.1.0) --- updated-dependencies: - dependency-name: nodemon dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @types/node from 20.11.19 to 20.11.20 in /processor Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.19 to 20.11.20. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @types/node from 20.11.19 to 20.11.20 in /enabler Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.19 to 20.11.20. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump eslint from 8.56.0 to 8.57.0 in /processor Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 8.57.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.56.0...v8.57.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @commercetools/connect-payments-sdk in /processor Bumps @commercetools/connect-payments-sdk from 0.1.0 to 0.2.0. --- updated-dependencies: - dependency-name: "@commercetools/connect-payments-sdk" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @typescript-eslint/eslint-plugin from 7.0.1 to 7.1.0 in /processor Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.0.1 to 7.1.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @typescript-eslint/parser from 7.0.2 to 7.1.0 in /processor Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.0.2 to 7.1.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @commercetools/platform-sdk from 7.3.0 to 7.4.0 in /processor Bumps [@commercetools/platform-sdk](https://github.com/commercetools/commercetools-typescript-sdks) from 7.3.0 to 7.4.0. - [Release notes](https://github.com/commercetools/commercetools-typescript-sdks/releases) - [Changelog](https://github.com/commercetools/commercetools-sdk-typescript/blob/master/changes.md) - [Commits](https://github.com/commercetools/commercetools-typescript-sdks/compare/@commercetools/[email protected]...@commercetools/[email protected]) --- updated-dependencies: - dependency-name: "@commercetools/platform-sdk" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Modify the configurations of required environment variables * Update ci.yml * Update ci.yml * Update connect.yaml * Remove unnecessary environment variable from CI/CD pipeline * fix(enabler): SessionId example usage * Bump msw from 2.2.1 to 2.2.2 in /processor Bumps [msw](https://github.com/mswjs/msw) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Refactor abstract payment service * Fix build failure * Bump @commercetools-backend/loggers in /processor Bumps [@commercetools-backend/loggers](https://github.com/commercetools/merchant-center-application-kit/tree/HEAD/packages-backend/loggers) from 22.18.0 to 22.19.0. - [Release notes](https://github.com/commercetools/merchant-center-application-kit/releases) - [Changelog](https://github.com/commercetools/merchant-center-application-kit/blob/main/packages-backend/loggers/CHANGELOG.md) - [Commits](https://github.com/commercetools/merchant-center-application-kit/commits/@commercetools-backend/[email protected]/packages-backend/loggers) --- updated-dependencies: - dependency-name: "@commercetools-backend/loggers" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @types/node from 20.11.20 to 20.11.24 in /processor Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.20 to 20.11.24. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @types/node from 20.11.20 to 20.11.24 in /enabler Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.20 to 20.11.24. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Fix unit test * Update abstract-payment.service.ts * Add function document to mock-payment service * Bump @sinclair/typebox from 0.32.14 to 0.32.15 in /processor Bumps [@sinclair/typebox](https://github.com/sinclairzx81/typebox) from 0.32.14 to 0.32.15. - [Commits](sinclairzx81/typebox@0.32.14...0.32.15) --- updated-dependencies: - dependency-name: "@sinclair/typebox" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update typescript doc * feat(payments): set the payment interface from the context * chore(paypal-connector): rename instances of mock to paypal (#5) * chore(paypal-connector): implement config endpoint * feat(connector): implement status endpoint (#12) * feat(connector): payment intents (#18) * feat(connector): payment intents * wip: save point * wip: save point * wip: save point * wip: save point * wip: save point * wip: save point * wip: save point * pr feedback * remove nock * wip: save changes * graceful error handling * chore(deps-dev): bump @typescript-eslint/parser in /processor (#27) Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.0.2 to 7.1.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump @typescript-eslint/eslint-plugin in /processor (#25) Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.0.2 to 7.1.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge changes from upstream (#28) * Write unit test for getStatus * Add unit test cases and sinon dependency for stub purpose * Update operation.service.spec.ts * Add unit test for cancel payment * Refactor the mock data * Remove skipped unit test * Update operation.route.ts * Avoid using sinon * fix(connector): config type and details field (#49) * Bump dotenv from 16.4.4 to 16.4.5 in /processor Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.4.4 to 16.4.5. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v16.4.4...v16.4.5) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Modify the configurations of required environment variables * Update ci.yml * Update ci.yml * Update connect.yaml * Remove unnecessary environment variable from CI/CD pipeline * Bump @typescript-eslint/parser from 7.0.2 to 7.1.0 in /processor Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.0.2 to 7.1.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @commercetools/platform-sdk from 7.3.0 to 7.4.0 in /processor Bumps [@commercetools/platform-sdk](https://github.com/commercetools/commercetools-typescript-sdks) from 7.3.0 to 7.4.0. - [Release notes](https://github.com/commercetools/commercetools-typescript-sdks/releases) - [Changelog](https://github.com/commercetools/commercetools-sdk-typescript/blob/master/changes.md) - [Commits](https://github.com/commercetools/commercetools-typescript-sdks/compare/@commercetools/[email protected]...@commercetools/[email protected]) --- updated-dependencies: - dependency-name: "@commercetools/platform-sdk" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * feat(connector): payment intents (#18) * feat(connector): payment intents * wip: save point * wip: save point * wip: save point * wip: save point * wip: save point * wip: save point * wip: save point * pr feedback * remove nock * wip: save changes * graceful error handling * update healthcheck method * fix tests --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: King-Hin Leung <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @commercetools-backend/loggers in /processor (#34) Bumps [@commercetools-backend/loggers](https://github.com/commercetools/merchant-center-application-kit/tree/HEAD/packages-backend/loggers) from 22.18.0 to 22.19.0. - [Release notes](https://github.com/commercetools/merchant-center-application-kit/releases) - [Changelog](https://github.com/commercetools/merchant-center-application-kit/blob/main/packages-backend/loggers/CHANGELOG.md) - [Commits](https://github.com/commercetools/merchant-center-application-kit/commits/@commercetools-backend/[email protected]/packages-backend/loggers) --- updated-dependencies: - dependency-name: "@commercetools-backend/loggers" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat(template): refactor operations to be included in abstract class (#35) * feat(connectors): Implement notification endpoint (#38) * feat(connectors): Implement notification endpoint * fix notification schema * fix notification schema 2 * improve error thrown * update errors and test * pr feedback * chore(deps): bump fastify from 4.26.1 to 4.26.2 in /processor (#40) Bumps [fastify](https://github.com/fastify/fastify) from 4.26.1 to 4.26.2. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](fastify/fastify@v4.26.1...v4.26.2) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix failing test * tiny fixes --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: King-Hin Leung <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: King-Hin Leung <[email protected]> Co-authored-by: Juan J. Campos <[email protected]> Co-authored-by: david sanchez ortiz <[email protected]> Co-authored-by: dasanor <[email protected]> * chore(connector): client abstractions should return exactly what is returned by paypal (#42) * fix(jwt): processor to accept configuration * format * delete unuseds --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: King-Hin Leung <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: King-Hin Leung <[email protected]> Co-authored-by: Juan J. Campos <[email protected]> Co-authored-by: david sanchez ortiz <[email protected]> Co-authored-by: dasanor <[email protected]> Co-authored-by: PRAVEEN KUMAR VENKATESHAPPA <[email protected]> Co-authored-by: praveenkumarct <[email protected]> Co-authored-by: Prateek Srivastava <[email protected]> Co-authored-by: Danilo Delizia <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In line with the changes introduced in this PR, the paypal connector adopts the idea of having a single abstract class for operations.