Skip to content

feat(connector): [nordea] template code#8056

Merged
likhinbopanna merged 4 commits intomainfrom
connector/nordea-template
May 21, 2025
Merged

feat(connector): [nordea] template code#8056
likhinbopanna merged 4 commits intomainfrom
connector/nordea-template

Conversation

@pixincreate
Copy link
Member

@pixincreate pixincreate commented May 16, 2025

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

Connector template code for new connector Nordea.

Developer Docs: https://developer.nordeaopenbanking.com/documentation
Login Dashboard: https://developer.nordeaopenbanking.com/login

Additional Changes

  • This PR modifies the API contract
  • This PR modifies the database schema
  • This PR modifies application configuration/environment variables
  1. config
  2. crates/router/src/configs
  3. loadtest/config

Motivation and Context

closes #8055

How did you test it?

This is a template PR for Nordea, just checked for compilation. Nothing else to test.

Checklist

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by just clippy && just clippy_v2
  • I reviewed the submitted code
  • I added unit tests for my changes where possible

@pixincreate pixincreate added this to the May 2025 Release milestone May 16, 2025
@pixincreate pixincreate self-assigned this May 16, 2025
@pixincreate pixincreate requested review from a team as code owners May 16, 2025 09:39
@pixincreate pixincreate added A-connector-integration Area: Connector integration C-feature Category: Feature request or enhancement S-waiting-on-review Status: This PR has been implemented and needs to be reviewed labels May 16, 2025
@semanticdiff-com
Copy link

semanticdiff-com bot commented May 16, 2025

Review changes with  SemanticDiff

Changed Files
File Status
  crates/router/src/connector.rs  97% smaller
  crates/hyperswitch_connectors/src/connectors.rs  46% smaller
  crates/hyperswitch_connectors/src/default_implementations_v2.rs  22% smaller
  crates/hyperswitch_connectors/src/default_implementations.rs  22% smaller
  config/config.example.toml Unsupported file format
  config/deployments/integration_test.toml Unsupported file format
  config/deployments/production.toml Unsupported file format
  config/deployments/sandbox.toml Unsupported file format
  config/development.toml Unsupported file format
  config/docker_compose.toml Unsupported file format
  crates/common_enums/src/connector_enums.rs  0% smaller
  crates/connector_configs/src/connector.rs  0% smaller
  crates/hyperswitch_connectors/src/connectors/nordea.rs  0% smaller
  crates/hyperswitch_connectors/src/connectors/nordea/transformers.rs  0% smaller
  crates/hyperswitch_domain_models/src/configs.rs  0% smaller
  crates/router/src/core/admin.rs  0% smaller
  crates/router/src/types/api.rs  0% smaller
  crates/router/src/types/transformers.rs  0% smaller
  crates/router/tests/connectors/main.rs  0% smaller
  crates/router/tests/connectors/nordea.rs  0% smaller
  crates/router/tests/connectors/sample_auth.toml Unsupported file format
  crates/test_utils/src/connector_auth.rs  0% smaller
  loadtest/config/development.toml Unsupported file format
  scripts/add_connector.sh Unsupported file format

@hyperswitch-bot hyperswitch-bot bot requested a review from a team as a code owner May 16, 2025 09:42
@pixincreate pixincreate force-pushed the connector/nordea-template branch from c0d8883 to e985b7b Compare May 16, 2025 10:09
@pixincreate pixincreate requested a review from a team as a code owner May 16, 2025 10:09
ShankarSinghC
ShankarSinghC previously approved these changes May 20, 2025
SanchithHegde
SanchithHegde previously approved these changes May 20, 2025
@pixincreate pixincreate removed request for a team and likhinbopanna May 20, 2025 14:22
…ordea-template

* 'main' of github.com:juspay/hyperswitch:
  feat(reveue_recovery): Add support for multiple retry algorithms in revenue recovery workflow (#7915)
  feat(connector): add barclaycard template code (#8017)
  fix(router): fix Click to Pay cavv None error (#8019)
  fix(connector): Supported capture methods fix for feature matrix (#8057)
@pixincreate pixincreate dismissed stale reviews from SanchithHegde and ShankarSinghC via f1dd0a8 May 20, 2025 14:35
@likhinbopanna likhinbopanna added this pull request to the merge queue May 21, 2025
Merged via the queue into main with commit 7c1d893 May 21, 2025
18 of 24 checks passed
@likhinbopanna likhinbopanna deleted the connector/nordea-template branch May 21, 2025 07:49
@hyperswitch-bot hyperswitch-bot bot removed the S-waiting-on-review Status: This PR has been implemented and needs to be reviewed label May 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-connector-integration Area: Connector integration C-feature Category: Feature request or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] [CONNECTOR] Nordea

5 participants