-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
refactor(router): add domain type for merchant_connector_account id #5685
Merged
Gnanasundari24
merged 14 commits into
main
from
add-domain-type-for-merchant-connector-id
Aug 28, 2024
Merged
refactor(router): add domain type for merchant_connector_account id #5685
Gnanasundari24
merged 14 commits into
main
from
add-domain-type-for-merchant-connector-id
Aug 28, 2024
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
hyperswitch-bot
bot
added
the
M-database-changes
Metadata: This PR involves database schema changes
label
Aug 24, 2024
hyperswitch-bot
bot
removed
the
M-database-changes
Metadata: This PR involves database schema changes
label
Aug 24, 2024
hyperswitch-bot
bot
added
the
M-api-contract-changes
Metadata: This PR involves API contract changes
label
Aug 24, 2024
hyperswitch-bot
bot
removed
the
M-api-contract-changes
Metadata: This PR involves API contract changes
label
Aug 26, 2024
sai-harsha-vardhan
requested review from
Narayanbhat166,
jarnura and
SanchithHegde
August 26, 2024 10:30
jarnura
requested changes
Aug 27, 2024
crates/api_models/src/admin.rs
Outdated
#[schema(example = "mca_5apGeP94tMts6rg3U3kR")] | ||
pub merchant_connector_id: Option<String>, | ||
#[schema(example = "mca_5apGeP94tMts6rg3U3kR", value_type = Option<String>)] | ||
pub merchant_connector_id: Option<id_type::MerchantConnectorAccountId>, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this field
hyperswitch-bot
bot
added
the
M-api-contract-changes
Metadata: This PR involves API contract changes
label
Aug 27, 2024
jarnura
previously approved these changes
Aug 27, 2024
…m:juspay/hyperswitch into add-domain-type-for-merchant-connector-id
ThisIsMani
previously approved these changes
Aug 27, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dashboard specific changes looks fine.
prajjwalkumar17
previously approved these changes
Aug 27, 2024
sai-harsha-vardhan
dismissed stale reviews from prajjwalkumar17 and ThisIsMani
via
August 27, 2024 13:13
68b6dc0
sai-harsha-vardhan
requested review from
SanchithHegde,
prajjwalkumar17 and
ThisIsMani
August 27, 2024 13:13
prajjwalkumar17
approved these changes
Aug 27, 2024
SanchithHegde
approved these changes
Aug 27, 2024
ThisIsMani
approved these changes
Aug 27, 2024
jarnura
approved these changes
Aug 28, 2024
pixincreate
added a commit
that referenced
this pull request
Aug 28, 2024
* 'main' of github.com:juspay/hyperswitch: feat(connector): [FISERVEMEA] Integrate cards (#5672) ci(cypress): Add routing testcases (#5571) fix(router): skip external three_ds flow for recurring payments (#5730) refactor(customer_v2): fixed customer_v2 create panic issue (#5699) feat(user_roles): support switch for new hierarchy (#5692) refactor(router): add domain type for merchant_connector_account id (#5685) refactor(cypress_tests): handle api keys check in api key list call (#5719) feat(connector): [NEXIXPAY] Add template code (#5684) refactor(connector): [itau] refactor error reason and code mapping for itau (#5718) fix(core): fix merchant connector account create for v2 (#5716) chore(version): 2024.08.28.0 fix(routing): fix routing routes to deserialise correctly (#5724) feat(euclid): add a new variant in payment type i.e ppt_mandate (#5681) feat(core): Add mTLS certificates for each request (#5636)
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
A-core
Area: Core flows
api-v2
C-refactor
Category: Refactor
M-api-contract-changes
Metadata: This PR involves API contract changes
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.
Type of Change
Description
add domain type for merchant_connector_account id
Additional Changes
Motivation and Context
How did you test it?
Tested Manually
Checklist
cargo +nightly fmt --all
cargo clippy