Skip to content
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(connector): add support for session update flow for klarna #5933

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

swangi-kumari
Copy link
Contributor

Type of Change

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

Description

add support for session update flow for klarna

Additional Changes

  • This PR modifies the API contract
  • This PR modifies the database schema
  • This PR modifies application configuration/environment variables

Motivation and Context

How did you test it?

Checklist

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

@swangi-kumari swangi-kumari added A-connector-integration Area: Connector integration A-core Area: Core flows C-feature Category: Feature request or enhancement labels Sep 18, 2024
@swangi-kumari swangi-kumari self-assigned this Sep 18, 2024
Copy link

semanticdiff-com bot commented Sep 18, 2024

Review changes with SemanticDiff.

Analyzed 31 of 31 files.

Overall, the semantic diff is 5% smaller than the GitHub diff.

File Information
Filename Status
✔️ crates/router/tests/connectors/utils.rs Analyzed
✔️ crates/router/src/types.rs 14.52% smaller
✔️ crates/router/src/types/api/verify_connector.rs Analyzed
✔️ crates/router/src/core/payments.rs Analyzed
✔️ crates/router/src/core/payments/flows.rs Analyzed
✔️ crates/router/src/core/payments/transformers.rs 10.52% smaller
✔️ crates/router/src/core/payments/operations/payment_approve.rs Analyzed
✔️ crates/router/src/core/payments/operations/payment_cancel.rs Analyzed
✔️ crates/router/src/core/payments/operations/payment_capture.rs Analyzed
✔️ crates/router/src/core/payments/operations/payment_complete_authorize.rs Analyzed
✔️ crates/router/src/core/payments/operations/payment_confirm.rs Analyzed
✔️ crates/router/src/core/payments/operations/payment_create.rs Analyzed
✔️ crates/router/src/core/payments/operations/payment_reject.rs Analyzed
✔️ crates/router/src/core/payments/operations/payment_response.rs Analyzed
✔️ crates/router/src/core/payments/operations/payment_session.rs Analyzed
✔️ crates/router/src/core/payments/operations/payment_start.rs Analyzed
✔️ crates/router/src/core/payments/operations/payment_status.rs Analyzed
✔️ crates/router/src/core/payments/operations/payment_update.rs Analyzed
✔️ crates/router/src/core/payments/operations/payments_incremental_authorization.rs Analyzed
✔️ crates/router/src/core/payments/operations/tax_calculation.rs 72.42% smaller
✔️ crates/router/src/core/payments/flows/session_update_flow.rs Analyzed
✔️ crates/router/src/connector/klarna.rs Analyzed
✔️ crates/router/src/connector/klarna/transformers.rs 13.11% smaller
✔️ crates/hyperswitch_interfaces/src/types.rs 49.68% smaller
✔️ crates/hyperswitch_domain_models/src/router_request_types.rs 9.8% smaller
✔️ crates/hyperswitch_domain_models/src/router_response_types.rs Analyzed
✔️ crates/hyperswitch_connectors/src/connectors/taxjar.rs Analyzed
✔️ crates/common_enums/src/enums.rs Analyzed
✔️ crates/api_models/src/payments.rs Analyzed
✔️ api-reference-v2/openapi_spec.json Analyzed
✔️ api-reference/openapi_spec.json Analyzed

@hyperswitch-bot hyperswitch-bot bot added the M-api-contract-changes Metadata: This PR involves API contract changes label Sep 18, 2024
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 A-core Area: Core flows C-feature Category: Feature request or enhancement M-api-contract-changes Metadata: This PR involves API contract changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant