refactor(router): remove admin v2 intermediate features#5780
Merged
likhinbopanna merged 20 commits intomainfrom Sep 4, 2024
Merged
refactor(router): remove admin v2 intermediate features#5780likhinbopanna merged 20 commits intomainfrom
likhinbopanna merged 20 commits intomainfrom
Conversation
|
Review changes with SemanticDiff. Analyzed 51 of 71 files. Overall, the semantic diff is 55% smaller than the GitHub diff. 1 files do not contain logic changes. File Information |
…hant_connector_account_v2
…pay/hyperswitch into remove_merchant_connector_account_v2
Narayanbhat166
previously approved these changes
Sep 3, 2024
Comment on lines
114
to
+115
| hack: | ||
| cargo hack check --workspace --each-feature --all-targets --exclude-features 'v2 merchant_account_v2 payment_v2' | ||
| cargo hack check --workspace --each-feature --all-targets --exclude-features 'v2 payment_v2' |
Member
There was a problem hiding this comment.
We can remove this target / recipe if we're not using it actively.
| @@ -206,10 +206,7 @@ pub async fn delete_merchant_account( | |||
| /// Merchant Connector - Create | |||
Member
There was a problem hiding this comment.
Nit: We can remove the doc comments here, since they're anyway being read from the openapi crate for the purpose of the OpenAPI documentation. Can be taken up in a separate PR.
Contributor
Author
There was a problem hiding this comment.
will take this up in next PR
Member
|
Can you also please update |
SanchithHegde
approved these changes
Sep 4, 2024
Narayanbhat166
approved these changes
Sep 4, 2024
tsdk02
approved these changes
Sep 4, 2024
swangi-kumari
approved these changes
Sep 4, 2024
ThisIsMani
approved these changes
Sep 4, 2024
Contributor
ThisIsMani
left a comment
There was a problem hiding this comment.
Dashboard specific changes looks fine.
ShankarSinghC
approved these changes
Sep 4, 2024
pixincreate
added a commit
that referenced
this pull request
Sep 5, 2024
* 'main' of github.com:juspay/hyperswitch: feat(customer_v2): Add customer V2 delete api (#5518) chore(version): 2024.09.05.0 feat(user_roles): get user role details (#5777) feat(users): Add profile level invites (#5793) refactor(router): profile based routes for payouts (#5794) Feat(connector): [Fiuu] Add Card Flows (#5786) fix(cypress): fix fiservemea configs for cypress (#5772) fix(cypress): `api_key` check in cypress (#5787) feat(payment_methods_v2): Implemented Diesel and Domain models for v2 (#5700) fix(payout): query for getting a list of active payout IDs (#5771) refactor(router): remove admin v2 intermediate features (#5780) feat(revert): populate payment method details in payments response (#5785) chore(version): 2024.09.04.0 fix(connector): skip 3DS in `network_transaction_id` flow for cybersource (#5781) refactor(euclid): check the authenticity of profile_id being used (#5647) feat(analytics): refactor and introduce analytics APIs to accommodate OrgLevel, MerchantLevel and ProfileLevel authentication (#5729) fix(router): make customer details None in the `Psync` flow if the customer is deleted (#5732) feat(connector): [DEUTSCHE] Add template code (#5774) chore(version): 2024.09.03.1 fix(router): send post message to window.parent instead of window.top in external 3ds flow (#5778)
This file contains hidden or 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
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.
Type of Change
Description
remove intermediate admin features for v2
Additional Changes
Motivation and Context
How did you test it?
Sanity admin, payments, captures and refunds for v1 & v2
Checklist
cargo +nightly fmt --allcargo clippy