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

refactor: move Payout traits to hyperswitch_interfaces for connectors crate #6481

Merged
merged 10 commits into from
Nov 12, 2024

Conversation

kashif-m
Copy link
Contributor

@kashif-m kashif-m commented Nov 5, 2024

Type of Change

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

Description

Described in #6508

Additional Changes

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

Motivation and Context

This helps us implement new payout connector integrations in hyperswitch_connectors crate

How did you test it?

Not needed as it's only a refactor. New connectors being added in hyperswitch_connectors crate can be tested

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

@kashif-m kashif-m self-assigned this Nov 5, 2024
Copy link

semanticdiff-com bot commented Nov 5, 2024

deepanshu-iiitu
deepanshu-iiitu previously approved these changes Nov 5, 2024
@kashif-m kashif-m force-pushed the payouts-support-for-connectors-crate branch from dcb15db to 96abb1e Compare November 7, 2024 12:03
@kashif-m kashif-m marked this pull request as ready for review November 8, 2024 05:20
@kashif-m kashif-m requested review from a team as code owners November 8, 2024 05:20
jarnura
jarnura previously approved these changes Nov 8, 2024
deepanshu-iiitu
deepanshu-iiitu previously approved these changes Nov 8, 2024
@kashif-m kashif-m dismissed stale reviews from deepanshu-iiitu and jarnura via 76f815c November 8, 2024 13:00
srujanchikke
srujanchikke previously approved these changes Nov 11, 2024
jarnura
jarnura previously approved these changes Nov 11, 2024
@Gnanasundari24 Gnanasundari24 added this pull request to the merge queue Nov 11, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 11, 2024
@likhinbopanna likhinbopanna added this pull request to the merge queue Nov 12, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 12, 2024
@kashif-m kashif-m dismissed stale reviews from jarnura and srujanchikke via a0be142 November 12, 2024 09:07
@likhinbopanna likhinbopanna added this pull request to the merge queue Nov 12, 2024
Merged via the queue into main with commit 6808272 Nov 12, 2024
15 of 17 checks passed
@likhinbopanna likhinbopanna deleted the payouts-support-for-connectors-crate branch November 12, 2024 11:24
bsayak03 pushed a commit that referenced this pull request Nov 26, 2024
… crate (#6481)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
bsayak03 pushed a commit that referenced this pull request Nov 26, 2024
… crate (#6481)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Add support for payout connector integrations for connectors crate
5 participants