prompt
stringlengths
24
70.5k
response
stringlengths
271
16.7k
metadata
stringlengths
145
152
feat(analytics): add `sessionized_metrics` for disputes (backwards compatibility) ## Current Behaviour - There is no `sessionized_metrics` module for disputes like there is for `payments` and `payment_intents` ## Proposed Changes - create `sessionized_metrics` module for disputes
<think> PR Context: - Title: feat(analytics): add `sessionized_metrics` for disputes analytics - Merged: 2024-11-26T13:58:33Z - Files changed: 13 files - Commits: 6 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enhancement - [...
{"issue_number": 6572, "pr_number": 6573, "commits_count": 1, "files_changed": 13, "response_length": 2614, "file_count": 15, "needs_breakdown": false}
[FEATURE] add tokenization action handling to payment flow in v2 ### Feature Description This feature add connector-level tokenization to Hyperswitch V2, allowing secure storage of card data as tokens at payment connectors like Braintree. ### Possible Implementation For connector-level tokenization: 1.Whe...
<think> PR Context: - Title: feat(payments): add tokenization action handling to payment flow for braintree - Merged: 2025-09-30T08:07:13Z - Files changed: 3 files - Commits: 5 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [X] New feature - [ ] Enha...
{"issue_number": 9501, "pr_number": 9506, "commits_count": 1, "files_changed": 3, "response_length": 1396, "file_count": 5, "needs_breakdown": false}
chore(codeowners): add codeowners data for PR reviews ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates ## Description Adding a CODEOWNERS file for facilitating PR reviews for teams ### Additional...
<think> PR Context: - Title: feat(core): Add click to pay support in hyperswitch - Merged: 2024-12-16T14:25:44Z - Files changed: 30 files - Commits: 30 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] New feature ## Description <!-- Describe your changes in...
{"issue_number": 1, "pr_number": 6769, "commits_count": 1, "files_changed": 30, "response_length": 11983, "file_count": 42, "needs_breakdown": true}
docs: Adding Unified error codes to the API - Ref Adding Unified error codes to the API - Ref
<think> PR Context: - Title: docs(error_codes): add unified error codes - Merged: 2024-10-15T14:02:06Z - Files changed: 1 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] De...
{"issue_number": 6318, "pr_number": 6319, "commits_count": 0, "files_changed": 1, "response_length": 772, "file_count": 0, "needs_breakdown": false}
[FEATURE] add payments get-intent API for v2 # Feature Description Add payments `get-intent` API for v2
<think> PR Context: - Title: feat(router): Add payments get-intent API for v2 - Merged: 2024-10-30T16:28:52Z - Files changed: 18 files - Commits: 8 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring -...
{"issue_number": 6395, "pr_number": 6396, "commits_count": 1, "files_changed": 18, "response_length": 4012, "file_count": 17, "needs_breakdown": true}
fix(connector): [AUTHORIZEDOTNET] customer id population fixed in authorize flow ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your chan...
<think> PR Context: - Title: fix(connector): Revert [AUTHORIZEDOTNET] customer id population fixed in authorize flow - Merged: 2025-09-04T07:19:18Z - Files changed: 1 files - Commits: 1 commits Implementation approach: Reverts juspay/hyperswitch#9079 If a customer profile is not created during the Authorize call, t...
{"issue_number": 9079, "pr_number": 9253, "commits_count": 1, "files_changed": 1, "response_length": 1038, "file_count": 3, "needs_breakdown": false}
[BUG] mandate details are not persisted for Adyen connector ### Bug Description This is specific to Adyen's connector integration. In case mandate details were not present in the response of payment sync with Adyen, these details are sent through webhooks. However, these details are not being persisted in DB leadi...
<think> PR Context: - Title: fix(connector): adyen - propagate connector mandate details in incoming webhooks - Merged: 2024-12-02T18:30:38Z - Files changed: 2 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] En...
{"issue_number": 6719, "pr_number": 6720, "commits_count": 1, "files_changed": 2, "response_length": 1091, "file_count": 4, "needs_breakdown": false}
CI DB Migration consistency checks failing after diesel_cli 2.3.0 update After the release of diesel_cli version `2.3.0`, the CI checks for DB migration consistency are failing due to a formatting difference in the output. diesel_cli version 2.3.0 expects to call rustfmt to format its output. If rustfmt is not instal...
<think> PR Context: - Title: ci(migration-check): install rustfmt to address migration run failures - Merged: 2025-09-15T12:52:03Z - Files changed: 1 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement ...
{"issue_number": 9385, "pr_number": 9386, "commits_count": 0, "files_changed": 1, "response_length": 800, "file_count": 0, "needs_breakdown": false}
fix: merchant order ref id filter and refund_id filter - Add merchant_order reference id filter for payments list - Fix refunds list filter, search by refund id. (It is construction a totally new filter ignoring the merchant id when searching)
<think> PR Context: - Title: feat(payments): add merchant order ref id filter - Merged: 2024-11-25T14:06:30Z - Files changed: 5 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - ...
{"issue_number": 6629, "pr_number": 6630, "commits_count": 1, "files_changed": 5, "response_length": 1229, "file_count": 7, "needs_breakdown": false}
refactor(tenant): use tenant id type Refactor: Use tenant_id type instead of string for better type safety
<think> PR Context: - Title: refactor(tenant): use tenant id type - Merged: 2024-11-26T09:12:05Z - Files changed: 30 files - Commits: 6 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Depende...
{"issue_number": 6642, "pr_number": 6643, "commits_count": 1, "files_changed": 30, "response_length": 3142, "file_count": 34, "needs_breakdown": true}
[FIX]: Make v2 endpoints follow standard API conventions There are a lot of minor inconsistencies in v2 endpoints. Fix them in accordance with https://google.aip.dev/general
<think> PR Context: - Title: fix(router): Make v2 endpoints follow standard naming conventions - Merged: 2025-07-21T15:41:20Z - Files changed: 24 files - Commits: 6 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [...
{"issue_number": 8629, "pr_number": 8630, "commits_count": 1, "files_changed": 24, "response_length": 1732, "file_count": 11, "needs_breakdown": false}
feat(config): update vector config # Current Behaviour - Sdk logs pushes `publishable_key` in the `merchant_id` field. - open search logs have some irrelevant fields. # Proposed Changes - transform sdk logs and update the correct corresponding `merchant_id` of the pre-existing `publishable_key` value - add some more ...
<think> PR Context: - Title: feat(config): update vector config - Merged: 2024-11-05T07:38:03Z - Files changed: 1 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency...
{"issue_number": 6364, "pr_number": 6365, "commits_count": 0, "files_changed": 1, "response_length": 764, "file_count": 0, "needs_breakdown": false}
Adding Contributors Guide to the Readme of the repository Being an open source project, we look forward to contributors from across the world. For that we have outlined few changes which will make it easier for contributors to navigate through the project with more ease, and quickly develop a better understanding of t...
<think> PR Context: - Title: docs: upload new logos - Merged: 2024-10-18T14:34:22Z - Files changed: 5 files - Commits: 9 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - ...
{"issue_number": 5175, "pr_number": 6368, "commits_count": 0, "files_changed": 5, "response_length": 752, "file_count": 0, "needs_breakdown": false}
[FEATURE] Add delete merchant account endpoint in v2 ### Feature Description [FEATURE] Add delete merchant account endpoint in v2 ### Possible Implementation Add a new endpoint in routes for delete merchant account in v2 ### Have you spent some time checking if this feature request has been raised before? - [x] I...
<think> PR Context: - Title: feat(merchant): Add delete endpoint for merchant accounts v2 - Merged: None - Files changed: 4 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] ...
{"issue_number": 8717, "pr_number": 8718, "commits_count": 0, "files_changed": 4, "response_length": 774, "file_count": 0, "needs_breakdown": false}
fix(connector): [Cybersource] Add type_selection_indicator as 1 for all cards ## Type of Change <!-- Put an `x` in the boxes that apply --> - [X] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Added `type_selection_ind...
<think> PR Context: - Title: fix(connector): [Cybersource] Add type_selection_indicator as 1 for all cards - Merged: None - Files changed: 1 files - Commits: 1 commits Implementation approach: …ll cards (#8663) ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ]...
{"issue_number": 8663, "pr_number": 8761, "commits_count": 0, "files_changed": 1, "response_length": 791, "file_count": 0, "needs_breakdown": false}
[FIX] Add fallback connectors instead of active routing rule connectors if straight through connector is ineligible Add the fallback connectors to the list of eligible connectors instead of adding connectors configured in the active routing rule in case straight through connector is ineligible
<think> PR Context: - Title: revert(routing): Add connectors from current active routing algorithm before adding fallback connectors - Merged: None - Files changed: 7 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature -...
{"issue_number": 8210, "pr_number": 8211, "commits_count": 0, "files_changed": 7, "response_length": 817, "file_count": 0, "needs_breakdown": false}
chore(codeowners): add codeowners data for PR reviews ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates ## Description Adding a CODEOWNERS file for facilitating PR reviews for teams ### Additional...
<think> PR Context: - Title: feat(core): add bulk tokenization flows - Merged: 2025-03-07T13:24:06Z - Files changed: 26 files - Commits: 30 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dep...
{"issue_number": 1, "pr_number": 7066, "commits_count": 1, "files_changed": 26, "response_length": 10421, "file_count": 26, "needs_breakdown": true}
[BUG] Facilitapay env connector configs breaking WASM It is `BodyKey` and not `Bodykey`. Affected files: `crates/connector_configs/toml/production.toml` `crates/connector_configs/toml/sandbox.toml` `crates/connector_configs/toml/integration_test.toml` this isn't affecting the current wasm as Facilitapay is not yet...
<think> PR Context: - Title: chore(env): fix Facilitapay connector config - Merged: 2025-05-05T13:07:47Z - Files changed: 3 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] ...
{"issue_number": 7957, "pr_number": 7958, "commits_count": 0, "files_changed": 3, "response_length": 774, "file_count": 0, "needs_breakdown": false}
docs(openapi): Show API version selection dropdown in API Reference Add a version selection dropdown in API reference to allow exploring v2 APIs
<think> PR Context: - Title: docs(openapi): Show API version selection dropdown in Mintlify - Merged: 2025-06-13T09:03:06Z - Files changed: 30 files - Commits: 7 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] ...
{"issue_number": 8332, "pr_number": 8333, "commits_count": 1, "files_changed": 30, "response_length": 939, "file_count": 3, "needs_breakdown": false}
Use `MinorUnit` for Novalnet Amount you can use `MinorUnit` here right? _Originally posted by @Narayanbhat166 in https://github.com/juspay/hyperswitch/pull/6631#discussion_r1901088306_
<think> PR Context: - Title: refactor(config): update base URLs for connectors in production - Merged: None - Files changed: 11 files - Commits: 3 commits Implementation approach: 📌 Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [X ] Enhancement - [ X] Refactoring - ...
{"issue_number": 6981, "pr_number": 7584, "commits_count": 0, "files_changed": 11, "response_length": 778, "file_count": 0, "needs_breakdown": false}
fix(authz): Proper descriptions for parents Currently descriptions for parent groups in invite page of control center are not entity specific. That means, customers in description will be visible for profile level users when it shouldn't.
<think> PR Context: - Title: feat(authz): Make info APIs support `ParentGroup` - Merged: 2024-10-30T10:42:37Z - Files changed: 13 files - Commits: 8 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring ...
{"issue_number": 6439, "pr_number": 6440, "commits_count": 1, "files_changed": 13, "response_length": 2316, "file_count": 15, "needs_breakdown": false}
feat(analytics): add `smart_retries` only metrics ## Proposed changes There should be fields in PaymentDistribution, for the case where we only want to extract metric for Subsequent smart retried attempts. For example, we have `success_rate` and `success_rate_without_retries` Now missing field is `success_rate_with...
<think> PR Context: - Title: feat(analytics): add `smart_retries` only metrics for analytics v2 dashboard - Merged: 2024-11-19T19:21:45Z - Files changed: 2 files - Commits: 5 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enhan...
{"issue_number": 6574, "pr_number": 6575, "commits_count": 1, "files_changed": 2, "response_length": 1056, "file_count": 4, "needs_breakdown": false}
Use SignatureKey as auth_type for VGS connector We need to collect a 3rd key (vault_id) apart from `username` and `password` in case of VGS for SDK use case
<think> PR Context: - Title: fix(connector): Use SignatureKey for VGS auth_type - Merged: 2025-08-28T02:44:22Z - Files changed: 1 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring ...
{"issue_number": 9067, "pr_number": 9068, "commits_count": 1, "files_changed": 1, "response_length": 952, "file_count": 3, "needs_breakdown": false}
bug(users): Check lineage across entities in invite Currently in invites we don't check if user exists across entities. This will be a problem when inviting a user with higher entity from different lineage. We should check if user exists across lineage before allowing invite in this case.
<think> PR Context: - Title: fix(users): Check lineage across entities in invite - Merged: 2024-11-27T14:33:37Z - Files changed: 1 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring ...
{"issue_number": 6679, "pr_number": 6677, "commits_count": 1, "files_changed": 1, "response_length": 920, "file_count": 3, "needs_breakdown": false}
feat: Add schema to store chat request response - add schema for chat, to store request and response - store chats to chat schema asynchronously - encrypt the sensitive data - have endpoint to list the chat data and decrypt it properly
<think> PR Context: - Title: feat: add hyperswitch ai chats table - Merged: 2025-09-16T09:14:36Z - Files changed: 30 files - Commits: 27 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Depend...
{"issue_number": 8847, "pr_number": 8831, "commits_count": 1, "files_changed": 30, "response_length": 3973, "file_count": 29, "needs_breakdown": true}
Add audit events for CompleteAuthorize update Created from #4525 This covers adding events for Complete Authorize operation This event should include the payment data similar to [PaymentCancel](https://github.com/juspay/hyperswitch/pull/4166) It should also include any metadata for the event e.g reason fo...
<think> PR Context: - Title: feat(events): add audit event for CompleteAuthorize - Merged: 2024-12-05T07:46:26Z - Files changed: 2 files - Commits: 4 commits Implementation approach: ## Type of Change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentatio...
{"issue_number": 4674, "pr_number": 6310, "commits_count": 1, "files_changed": 2, "response_length": 1072, "file_count": 4, "needs_breakdown": false}
bug(users): Mark users as verified if user comes from SSO - Currently we are not marking users as verified if they use SSO to login. - But if there is only SSO to login, then they won't be able to verify their email unless they come from the accept invite email. - Instead, we will mark users coming from SSO as verifie...
<think> PR Context: - Title: fix(users): Mark user as verified if user logins from SSO - Merged: 2024-11-29T10:52:38Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refact...
{"issue_number": 6693, "pr_number": 6694, "commits_count": 1, "files_changed": 1, "response_length": 932, "file_count": 3, "needs_breakdown": false}
[FEATURE] Implement V2 UCS (Unified Connector Service) Integration for Authorization Flow ### Feature Description # [Feature Request] Implement V2 UCS (Unified Connector Service) Integration for Authorization Flow ## Issue Type - [x] Feature Request - [ ] Bug Report - [ ] Enhancement - [ ] Documentation ## Priorit...
<think> PR Context: - Title: feat(core): Hyperswitch <|> UCS integration v2 - Merged: 2025-07-11T14:44:46Z - Files changed: 13 files - Commits: 30 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refac...
{"issue_number": 8440, "pr_number": 8439, "commits_count": 1, "files_changed": 13, "response_length": 1911, "file_count": 13, "needs_breakdown": false}
[REFACTOR]: [WISE] Add amount conversion framework to Wise ### :memo: Feature Description Currently, amounts are represented as `i64` values throughout the application. We want to introduce a `Unit` struct that explicitly states the denomination. A new type, `MinorUnit`, has been added to standardize the flow of am...
<think> PR Context: - Title: refactor(connector): Added amount conversion framework to Wise. - Merged: 2024-11-07T07:36:11Z - Files changed: 4 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] ...
{"issue_number": 6121, "pr_number": 6469, "commits_count": 1, "files_changed": 4, "response_length": 1349, "file_count": 6, "needs_breakdown": false}
chore(masking): add peek_mut to PeekInterface ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Enhancement ## Description <!-- Describe your changes in detail --> Add `peek_mut` function to PeekInterface to get mutable reference for the inner data. ## Motivation and Context <!-- Why is t...
<think> PR Context: - Title: Feat(connector): [JP MORGAN] Added Template code for cards integration - Merged: 2024-11-05T15:51:59Z - Files changed: 25 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement...
{"issue_number": 7281, "pr_number": 6467, "commits_count": 1, "files_changed": 25, "response_length": 8958, "file_count": 18, "needs_breakdown": true}
[FEATURE] add permissions for operations in recon module ### Feature Description Reconciliation module in HyperSwitch provides various operations. Every operation needs to permitted for the end user to use it. As of today, recon has a single permission - which gives access to the entire recon module, this is not...
<think> PR Context: - Title: feat: add resources and granular permission groups for reconciliation - Merged: 2024-12-04T09:55:05Z - Files changed: 18 files - Commits: 29 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement...
{"issue_number": 6524, "pr_number": 6591, "commits_count": 1, "files_changed": 18, "response_length": 2832, "file_count": 20, "needs_breakdown": true}
feat(connector): Add recovery support for stripebilling ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Context: In case of some billing connectors we d...
<think> PR Context: - Title: feat(connector): [stripebilling] consume necessary fields in stripe billing from webhooks for transaction monitoring support - Merged: 2025-05-06T07:36:19Z - Files changed: 1 files - Commits: 30 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply -->...
{"issue_number": 7461, "pr_number": 7722, "commits_count": 1, "files_changed": 1, "response_length": 1430, "file_count": 3, "needs_breakdown": false}
feat(themes): Setup DB for themes There should a separate table for themes for storing the `theme_id`s for a particular lineage. This should be the schema: | org_id | merchant_id | profile_id | theme_id | | ------ | ----------- | ---------- | -------- | | o1 | m1 | p1 | t1 | | o1 |...
<think> PR Context: - Title: feat(themes): Setup themes table - Merged: 2024-11-14T09:16:40Z - Files changed: 15 files - Commits: 5 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency ...
{"issue_number": 6532, "pr_number": 6533, "commits_count": 1, "files_changed": 15, "response_length": 2537, "file_count": 15, "needs_breakdown": false}
Get Plan prices **Request to Subscription Povider to get plans prices** api/v2/item_prices?item_id[is]=cbdemo_enterprise-suite' **Response from Subscription Provider** ``` { "list": [ { "item_price": { "id": "cbdemo_enterprise-suite-INR-Daily", "name": "Enterpri...
<think> PR Context: - Title: feat(connector): Add support for get plan prices for Chargebee - Merged: 2025-09-19T08:20:28Z - Files changed: 16 files - Commits: 25 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ]...
{"issue_number": 9054, "pr_number": 9300, "commits_count": 1, "files_changed": 16, "response_length": 4657, "file_count": 18, "needs_breakdown": true}
[FIX] Remove ToSchema from RefundAggregateResponse and exclude it from OpenAPI documentation ### Feature Description The RefundAggregateResponse type used by the [/refunds/aggregate](https://github.com/juspay/hyperswitch/blob/37925626e6446900f1d16e0e5f184ee472d4be3e/crates/router/src/routes/app.rs#L1004) API is cur...
<think> PR Context: - Title: fix(refunds): remove to schema from refund aggregate response and exclude it from open api documentation - Merged: 2024-11-05T09:26:13Z - Files changed: 5 files - Commits: 11 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - ...
{"issue_number": 5990, "pr_number": 6405, "commits_count": 1, "files_changed": 5, "response_length": 1136, "file_count": 5, "needs_breakdown": false}
[CI] cypress checks for wise failing wise is returning status as `forbidden`. it is better to replace that with adyen payouts
<think> PR Context: - Title: ci(cypress-ci): remove wise payout from running in github ci - Merged: 2025-04-08T08:31:18Z - Files changed: 1 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Ref...
{"issue_number": 7755, "pr_number": 7756, "commits_count": 0, "files_changed": 1, "response_length": 790, "file_count": 0, "needs_breakdown": false}
feat(single_use): add extra fields in `Mandate` table and `MandateData` [Blocked on #61] ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates ## Description This PR adds single use mandate support and a 2 n...
<think> PR Context: - Title: feat(payouts): add payout currency in wasm crate - Merged: 2025-09-30T14:41:56Z - Files changed: 4 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - ...
{"issue_number": 66, "pr_number": 9626, "commits_count": 1, "files_changed": 4, "response_length": 1119, "file_count": 6, "needs_breakdown": false}
Adding new logo in API ref and Readme
<think> PR Context: - Title: docs: add new logos for README and API reference - Merged: 2024-12-10T11:57:39Z - Files changed: 6 files - Commits: 15 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring -...
{"issue_number": 6782, "pr_number": 6783, "commits_count": 0, "files_changed": 6, "response_length": 779, "file_count": 0, "needs_breakdown": false}
feat(connector): [Peach Payments] add network token support for connector ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in ...
<think> PR Context: - Title: feat(connector): [Peach Payments] add network token support for connector - Merged: 2025-10-13T14:00:59Z - Files changed: 8 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhanceme...
{"issue_number": 9754, "pr_number": 9814, "commits_count": 1, "files_changed": 8, "response_length": 1940, "file_count": 4, "needs_breakdown": false}
[FEATURE] add payment method filter in v2 ### Feature Description List all the available currencies and countries for the given connector and payment method type. ### Possible Implementation Add the filter route to the V2 PaymentMethods implementation. ### Have you spent some time checking if this feature request ...
<think> PR Context: - Title: feat(payment_methods): add payment-methods/filter endpoint to list countries and currencies for connector payment method in v2 - Merged: 2025-08-22T13:26:14Z - Files changed: 2 files - Commits: 4 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --...
{"issue_number": 8977, "pr_number": 8978, "commits_count": 1, "files_changed": 2, "response_length": 1169, "file_count": 4, "needs_breakdown": false}
fix(connector): [Worldpay] add root CA certificate ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description This PR adds below changes for the Worldpay connector...
<think> PR Context: - Title: revert(connector): [Worldpay] add root CA certificate - Merged: 2025-06-10T08:33:22Z - Files changed: 5 files - Commits: 1 commits Implementation approach: Reverts juspay/hyperswitch#8205 </think> To implement this, you'll need to modify: **Detailed Implementation:** **Commit 1:** rev...
{"issue_number": 8205, "pr_number": 8224, "commits_count": 1, "files_changed": 5, "response_length": 579, "file_count": 4, "needs_breakdown": false}
[BUG] [NOON] 3ds payment have `next_action` as `null` 3ds card payments in noon connector receive `next_action` as `null`. this can be resolved by unifying both the responses (paypal and card) into one and use it else where.
<think> PR Context: - Title: fix(connector): [noon] address `next_action_url` being `null` for cards in 3ds payment - Merged: 2025-04-21T08:20:04Z - Files changed: 2 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - ...
{"issue_number": 7831, "pr_number": 7832, "commits_count": 1, "files_changed": 2, "response_length": 1386, "file_count": 4, "needs_breakdown": false}
[FEATURE] [CONNECTOR] Payload Integrate a new connector Payload. Developer Docs: https://docs.payload.com Login Dashboard: https://app.payload.com
<think> PR Context: - Title: feat(connector): [payload] introduce no-3ds cards - Merged: 2025-07-05T15:10:04Z - Files changed: 14 files - Commits: 15 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring ...
{"issue_number": 8527, "pr_number": 8545, "commits_count": 1, "files_changed": 14, "response_length": 3275, "file_count": 12, "needs_breakdown": false}
`nmi` tests shows different error messages for the same request Postman Tests for nmi behaves like the following while running `Flow Testcases/Variation Cases/Scenario9-Create a mandate payment` ## Creating a mandate payment for `nmi` ```curl curl --location '{{baseUrl}}/payments' \ --header 'Content-Type: applicatio...
<think> PR Context: - Title: ci(postman): update assertion error message for nmi collection - Merged: 2025-04-17T07:51:28Z - Files changed: 2 files - Commits: 10 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] ...
{"issue_number": 7764, "pr_number": 7765, "commits_count": 0, "files_changed": 2, "response_length": 793, "file_count": 0, "needs_breakdown": false}
Migrate from cargo2nix to rust-flake Migrate the Nix build/shell system from cargo2nix to rust-flake. **Parent Issue:** #57 **Related PR:** #8503 ## Acceptance Criteria - [x] Migrate from cargo2nix to rust-flake - [x] Verify nix CI/CD compatibility
<think> PR Context: - Title: refactor(nix): Migrate from cargo2nix to rust-flake - Merged: 2025-07-15T08:20:23Z - Files changed: 7 files - Commits: 6 commits Implementation approach: # Migrate Nix Configuration to rust-flake This PR refactors the existing Nix setup by migrating from `cargo2nix` to `rust-flake`. Re...
{"issue_number": 8538, "pr_number": 8503, "commits_count": 0, "files_changed": 7, "response_length": 781, "file_count": 1, "needs_breakdown": false}
feat(connector): Add recovery support for stripebilling ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Context: In case of some billing connectors we d...
<think> PR Context: - Title: feat(core): consume card details from billing connectors and first error codes and store them in payment intent table - Merged: 2025-06-16T11:39:32Z - Files changed: 16 files - Commits: 30 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - ...
{"issue_number": 7461, "pr_number": 8250, "commits_count": 1, "files_changed": 16, "response_length": 3062, "file_count": 17, "needs_breakdown": true}
[FEATURE] [DEUTSCHEBANK] Integrate SEPA Payments ### Feature Description Integrate SEPA Payments for connector Deutsche Bank ### Possible Implementation https://testmerch.directpos.de/rest-api/apidoc/v2.1/index.html#chap_sdd ### Have you spent some time checking if this feature request has been raised before? - [...
<think> PR Context: - Title: feat(payments): propagate additional payment method data for google pay during MIT - Merged: 2024-11-26T14:14:16Z - Files changed: 5 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] ...
{"issue_number": 5858, "pr_number": 6644, "commits_count": 1, "files_changed": 5, "response_length": 1748, "file_count": 7, "needs_breakdown": false}
[BUG]Noon Connector V2 API Failure - Missing order_category in Authorize flow ### Bug Description The Noon Connector V2 API is failing in the payment flow with the error “Missing required param: order_category.” This happens because the connector_metadata is not being extracted properly in the V2 confirm-intent flow,...
<think> PR Context: - Title: fix(payments): add connector metadata parsing and order category to payment router data - Merged: 2025-10-16T10:25:01Z - Files changed: 8 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New featur...
{"issue_number": 9824, "pr_number": 9825, "commits_count": 1, "files_changed": 8, "response_length": 1600, "file_count": 10, "needs_breakdown": false}
[FIX] Add fallback connectors instead of active routing rule connectors if straight through connector is ineligible Add the fallback connectors to the list of eligible connectors instead of adding connectors configured in the active routing rule in case straight through connector is ineligible
<think> PR Context: - Title: revert(routing): Add connectors from current active routing algorithm before adding fallback connectors - Merged: 2025-06-04T16:36:28Z - Files changed: 1 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ...
{"issue_number": 8208, "pr_number": 8207, "commits_count": 1, "files_changed": 1, "response_length": 1017, "file_count": 3, "needs_breakdown": false}
[FEATURE] Add Facilitapay connector Facilitapay connector is yet another payment processor. Docs: https://sandbox-portal.facilitapay.com/#/docs
<think> PR Context: - Title: feat(connector): Introduce connector template code for Facilitapay - Merged: 2025-03-27T13:33:42Z - Files changed: 24 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - ...
{"issue_number": 7630, "pr_number": 7631, "commits_count": 1, "files_changed": 24, "response_length": 9052, "file_count": 18, "needs_breakdown": true}
[FEATURE] allow payout_id to be configurable ### Feature Description `payout_id` is an unique identifier for payout resource which is auto generated during payout creation. This field needs to be configurable during payout creation by accepting in the API. Along with this, a `merchant_order_reference_id` needs to be...
<think> PR Context: - Title: feat(payouts): add domain type for PayoutId - Merged: 2025-07-01T14:45:02Z - Files changed: 30 files - Commits: 16 commits Implementation approach: feat(payouts): allow payout_id to be configurable in API request feat(payouts): add merchant_order_reference_id for referencing payouts ##...
{"issue_number": 8392, "pr_number": 8395, "commits_count": 1, "files_changed": 30, "response_length": 5301, "file_count": 56, "needs_breakdown": true}
[TASK] Missing `payment_link` config in `docker_compose.toml` breaks SDK loading ## Problem The `docker_compose.toml` file is missing the following required block: ```toml [payment_link] sdk_url = "http://localhost:9050/HyperLoader.js" ``` Without this config, when generating payment links the SDK tries to fetch f...
<think> PR Context: - Title: Fix: Add missing payment_method_collect config in docker_compose.toml (#9324) - Merged: None - Files changed: 0 files - Commits: 0 commits Implementation approach: ## Type of Change - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates ...
{"issue_number": 9324, "pr_number": 9368, "commits_count": 0, "files_changed": 0, "response_length": 791, "file_count": 0, "needs_breakdown": false}
feat(core): implement `NameType` for name validation ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> for card ...
<think> PR Context: - Title: revert: implement `NameType` for name validation (#6734) - Merged: 2025-04-03T13:50:46Z - Files changed: 30 files - Commits: 1 commits Implementation approach: This reverts commit 1100dcc6053990cf832c00cf29db700d77f78480. ## Type of Change <!-- Put an `x` in the boxes that apply --> ...
{"issue_number": 6734, "pr_number": 7717, "commits_count": 0, "files_changed": 30, "response_length": 787, "file_count": 0, "needs_breakdown": false}
[REFACTOR] Worldpay payments integration ### Feature Description WorldPay payments integration currently makes use of modular APIs which gives more control over the integration. This approach is not best compatible with HyperSwitch due to WP's 3DS flows - which requires sending PAN (card numbers) in multiple places. ...
<think> PR Context: - Title: refactor(connector): [WorldPay] migrate from modular to standard payment APIs - Merged: 2024-10-21T10:24:32Z - Files changed: 12 files - Commits: 30 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enh...
{"issue_number": 6316, "pr_number": 6317, "commits_count": 1, "files_changed": 12, "response_length": 2831, "file_count": 9, "needs_breakdown": false}
Payment Intent and MCA changes for split payments - Add split_txns_enabled field in PaymentIntent - Add split_enabled field to MCA payment_method - Code changes to modify split_enabled for a payment method when creating or updating an MCA (similar to recurring_enabled) - PML changes to filter payment methods based on ...
<think> PR Context: - Title: feat(router): Payment Intent and MCA changes for split payments - Merged: 2025-09-01T13:47:28Z - Files changed: 20 files - Commits: 5 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ]...
{"issue_number": 9047, "pr_number": 9049, "commits_count": 1, "files_changed": 20, "response_length": 1976, "file_count": 17, "needs_breakdown": true}
feat(connector): add template code for stripebilling add a template code for stripe billing connector
<think> PR Context: - Title: feat(connector): add template code for stripebilling - Merged: 2025-03-03T10:35:30Z - Files changed: 24 files - Commits: 12 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactori...
{"issue_number": 7212, "pr_number": 7228, "commits_count": 1, "files_changed": 24, "response_length": 9132, "file_count": 17, "needs_breakdown": true}
feat(analytics): add `sessionized_metrics` for refunds (backwards compatibility) and `currency_conversion` ## Current Behaviour - There is no `sessionized_metrics` module for refunds like there is for `payments` and `payment_intents` - Update the existing metrics with `currency_conversion` usage. ## Proposed Chan...
<think> PR Context: - Title: feat(analytics): add `sessionized_metrics` and `currency_conversion` for refunds analytics - Merged: 2024-11-14T09:13:34Z - Files changed: 17 files - Commits: 8 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New featu...
{"issue_number": 6417, "pr_number": 6419, "commits_count": 1, "files_changed": 17, "response_length": 3107, "file_count": 19, "needs_breakdown": true}
fix(connector): [noon] address `next_action_url` being `null` for cards in 3ds payment ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe you...
<think> PR Context: - Title: revert: fix(connector): [noon] address `next_action_url` being `null` for cards in 3ds payment - Merged: 2025-04-21T14:52:28Z - Files changed: 2 files - Commits: 2 commits Implementation approach: Reverts juspay/hyperswitch#7856 </think> To implement this, you'll need to modify: **Detai...
{"issue_number": 7856, "pr_number": 7860, "commits_count": 1, "files_changed": 2, "response_length": 928, "file_count": 4, "needs_breakdown": false}
Adding Deep health check for Hyperswitch Goal is to create a deep health check endpoint which will verify that the Hyperswitch application is up and running and the connections to all the necessary services are healthy - [x] Failure of health check should emit logs providing evidential data regarding the failure T...
<think> PR Context: - Title: feat(connector): add functionality for transforming QR image color - Merged: 2025-03-04T11:14:11Z - Files changed: 9 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [...
{"issue_number": 3264, "pr_number": 7414, "commits_count": 1, "files_changed": 9, "response_length": 1577, "file_count": 10, "needs_breakdown": false}
refactor(core): filter default routing config response based on connector type ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your change...
<think> PR Context: - Title: refactor(core): Revert "filter default routing config response based on connector type" - Merged: 2025-03-18T15:06:40Z - Files changed: 1 files - Commits: 1 commits Implementation approach: Reverts juspay/hyperswitch#7199 ## Type of Change <!-- Put an `x` in the boxes that apply --> ...
{"issue_number": 7199, "pr_number": 7556, "commits_count": 1, "files_changed": 1, "response_length": 995, "file_count": 3, "needs_breakdown": false}
fix(router): populate card network in the network transaction id based MIT flow ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your chang...
<think> PR Context: - Title: fix(connector): [Cybersource] change commerce indicator for discover cards in apple pay - Merged: 2024-12-03T10:39:13Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature -...
{"issue_number": 6690, "pr_number": 6728, "commits_count": 1, "files_changed": 1, "response_length": 1017, "file_count": 3, "needs_breakdown": false}
feat(payments_v2): implement create and confirm intent flow ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> ...
<think> PR Context: - Title: refactor(payments_v2): create customer at connector end and populate connector customer ID - Merged: 2025-02-14T10:19:09Z - Files changed: 11 files - Commits: 5 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New featur...
{"issue_number": 7106, "pr_number": 7246, "commits_count": 1, "files_changed": 11, "response_length": 2140, "file_count": 13, "needs_breakdown": false}
router: Get browser info from payment request ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates ## Description <!-- Describe your changes in detail --> Add browser info to PaymentRequest to get it from ...
<think> PR Context: - Title: feat(themes): Create APIs for managing themes - Merged: 2024-12-04T11:06:34Z - Files changed: 26 files - Commits: 24 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [...
{"issue_number": 27, "pr_number": 6658, "commits_count": 1, "files_changed": 26, "response_length": 4028, "file_count": 22, "needs_breakdown": true}
fix(connector): [Cybersource] change commerce indicator for applepay ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detai...
<think> PR Context: - Title: fix(connector): [Cybersource] change commerce indicator for applepay - Merged: 2024-11-27T11:30:18Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement -...
{"issue_number": 6634, "pr_number": 6675, "commits_count": 1, "files_changed": 1, "response_length": 979, "file_count": 3, "needs_breakdown": false}
[chore]: use crates.io version of async-bb8-diesel crate Currently we are using a [forked](https://github.com/jarnura/async-bb8-diesel) version of this dependency. We need to migrate to the crates.io version
<think> PR Context: - Title: chore: Move async-bb8-diesel crate to crates.io version - Merged: 2025-05-15T12:05:55Z - Files changed: 5 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactor...
{"issue_number": 8026, "pr_number": 8028, "commits_count": 0, "files_changed": 5, "response_length": 785, "file_count": 0, "needs_breakdown": false}
feat(router): Add support for network token migration ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> Add supp...
<think> PR Context: - Title: fix(router): validate each field for migration request body - Merged: 2024-12-06T11:44:36Z - Files changed: 1 files - Commits: 15 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Ref...
{"issue_number": 6300, "pr_number": 6525, "commits_count": 1, "files_changed": 1, "response_length": 987, "file_count": 3, "needs_breakdown": false}
[FEAT] Multiple credential support for a connector in Cypress ## Requirement Execute cypress tests for a connector having **multiple credentials** which can be used for different scenarios (one api key for `cards`, another for `bank redirects` and etc.,). ## Implementation ### Introduce new format for `creds....
<think> PR Context: - Title: ci: update cypress creds - Merged: 2024-12-03T17:19:14Z - Files changed: 1 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates ...
{"issue_number": 6645, "pr_number": 6726, "commits_count": 0, "files_changed": 1, "response_length": 754, "file_count": 0, "needs_breakdown": false}
One click docker setup A script is needed to ensure one click docker setup, to minimise issues faced by users. > Run the whole setup with simple command > Show output with localhost links for different setups
<think> PR Context: - Title: fix: script for one click docker setup - Merged: 2025-04-13T21:08:39Z - Files changed: 2 files - Commits: 15 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [X] Enhancement - [ ] Refactoring - [ ] Depen...
{"issue_number": 7761, "pr_number": 7762, "commits_count": 0, "files_changed": 2, "response_length": 769, "file_count": 0, "needs_breakdown": false}
fix(connector): [CYBERSOURCE] fix CartesBancaires card_type for Cybersource ## Type of Change <!-- Put an `x` in the boxes that apply --> - [X] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Payment via CartesBancaires ...
<think> PR Context: - Title: fix(connector): [CYBERSOURCE] fix CartesBancaires card_type for Cybersource - Merged: 2025-05-22T09:47:47Z - Files changed: 6 files - Commits: 1 commits Implementation approach: …source (#8031) ## Type of Change <!-- Put an `x` in the boxes that apply --> Hotfix for [8031](https://git...
{"issue_number": 8031, "pr_number": 8108, "commits_count": 1, "files_changed": 6, "response_length": 1488, "file_count": 8, "needs_breakdown": false}
ci(cypress): fix `archipel` cypress test cases ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description <!-- Describe your changes in detail --> Enhancements fo...
<think> PR Context: - Title: refactor(cypress): update skip logic and test flow for cypress incremental auth tests - Merged: 2025-07-11T02:04:29Z - Files changed: 4 files - Commits: 11 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - ...
{"issue_number": 8189, "pr_number": 8594, "commits_count": 0, "files_changed": 4, "response_length": 816, "file_count": 2, "needs_breakdown": false}
feat(CI/CD):Implement Code Cov for CI checks Tracked in #1587 Implement Code coverage for PR's via CI Objectives - run tests as part of CI - generate codeCov for these tests & auto-publish the report as part of PR Comment... - [Optionally] be able to specify that atleast x% of new code should be test-covered (...
<think> PR Context: - Title: ci(workflows): Add code coverage reporting for v2 - Merged: 2025-01-24T07:21:44Z - Files changed: 7 files - Commits: 8 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring -...
{"issue_number": 1593, "pr_number": 6884, "commits_count": 0, "files_changed": 7, "response_length": 779, "file_count": 0, "needs_breakdown": false}
[REFACTOR] reduce duplicate code in config in cypress - too much chaos and confusion - boiler plate and duplicate code - move memory cache test out of payments and make it a separate service
<think> PR Context: - Title: refactor(cypress): move memory cache tests out of payment for misc - Merged: 2025-01-24T17:23:22Z - Files changed: 30 files - Commits: 21 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement -...
{"issue_number": 6993, "pr_number": 6992, "commits_count": 0, "files_changed": 30, "response_length": 798, "file_count": 0, "needs_breakdown": false}
docs(analytics): Instructions to set up `currency_conversion` (third party dependency API) ## Requirements After the changes by [this](#6418) PR, we need to update the documentation for `analytics` crate setup process. ## Reason Due to the third party dependency on `currency_conversion` crate, we need to ensure the p...
<think> PR Context: - Title: docs(analytics): add setup instructions for currency_conversion service - Merged: 2024-11-13T09:54:17Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement...
{"issue_number": 6513, "pr_number": 6516, "commits_count": 0, "files_changed": 1, "response_length": 801, "file_count": 0, "needs_breakdown": false}
[FEATURE] Add Payments - List endpoint for v2 ### Feature Description This feature adds support for retrieving a filtered list of payments via a GET /v2/payments/list endpoint where multiple values can be provided for a single filter key (e.g. connector, etc.). ### Possible Implementation Add PaymentListFilterConst...
<think> PR Context: - Title: feat(payments): add PaymentListFilterConstraints and payments_list_by_filter endpoint for v2 - Merged: 2025-08-21T14:04:23Z - Files changed: 10 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [X] New feat...
{"issue_number": 8792, "pr_number": 8794, "commits_count": 1, "files_changed": 10, "response_length": 1766, "file_count": 12, "needs_breakdown": false}
[FEATURE] [CONNECTOR] Nordea Integrate a new connector Nordea. Developer Docs: https://developer.nordeaopenbanking.com/documentation Login Dashboard: https://developer.nordeaopenbanking.com/login
<think> PR Context: - Title: feat(connector): [nordea] template code - Merged: 2025-05-21T07:49:27Z - Files changed: 24 files - Commits: 4 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enhancement - [ ] Refactoring - [ ] Depe...
{"issue_number": 8055, "pr_number": 8056, "commits_count": 1, "files_changed": 24, "response_length": 8717, "file_count": 17, "needs_breakdown": true}
[FEATURE] Add delete profile endpoint in v2 ### Feature Description Add delete profile endpoint in v2 ### Possible Implementation Add a new endpoint in routes for delete profile in v2 ### Have you spent some time checking if this feature request has been raised before? - [x] I checked and didn't find a similar is...
<think> PR Context: - Title: feat(profile): add delete profile endpoint for v2 - Merged: None - Files changed: 5 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency ...
{"issue_number": 8715, "pr_number": 8716, "commits_count": 0, "files_changed": 5, "response_length": 763, "file_count": 0, "needs_breakdown": false}
refactor(ci): Remove Adyen-specific deprecated PMTs Sofort test cases in Postman ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description <!-- Describe your chan...
<think> PR Context: - Title: chore(postman): postman tests fixes - Merged: 2025-03-06T08:48:47Z - Files changed: 30 files - Commits: 13 commits Implementation approach: ## Type of Change - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD...
{"issue_number": 7099, "pr_number": 7159, "commits_count": 0, "files_changed": 30, "response_length": 767, "file_count": 0, "needs_breakdown": false}
Add checks around Cypress mandates payments Just verifying the payment method status isn't enough. We also need to verify the existence of connector mandate id. this can be done by updating the `mitusingpmid` command.
<think> PR Context: - Title: ci(cypress): verify mandate id to be `null` if payment id not `succeeded` - Merged: 2025-04-16T10:47:24Z - Files changed: 2 files - Commits: 8 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhanceme...
{"issue_number": 7748, "pr_number": 7749, "commits_count": 0, "files_changed": 2, "response_length": 803, "file_count": 0, "needs_breakdown": false}
[FIX]: Take merchant ID from headers in API Key Revoke (v2) For `API Key - Revoke` in v2, the merchant ID is currently being passed in the path. We need to instead read the `X-Merchant-ID` header to get the merchant ID.
<think> PR Context: - Title: fix(router): Take merchant ID from headers in API Key - Revoke (v2) - Merged: 2025-08-05T08:25:19Z - Files changed: 2 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - ...
{"issue_number": 8807, "pr_number": 8808, "commits_count": 1, "files_changed": 2, "response_length": 1021, "file_count": 4, "needs_breakdown": false}
Add onboarding flow for VSAAS - Support for endpoint to create a platform - Create platform org and platform merchant account - Support to create connected merchant account inside platform org - Modify existing list responses for org and merchant, to distinguish platform from standard.
<think> PR Context: - Title: feat(vsaas): integrate onboarding flow for vertical saas - Merged: 2025-05-12T15:02:09Z - Files changed: 22 files - Commits: 11 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enhancement - [x] Refac...
{"issue_number": 7889, "pr_number": 7884, "commits_count": 1, "files_changed": 22, "response_length": 2696, "file_count": 22, "needs_breakdown": true}
ci(hotfix-branch-creation): rename `hotfix-branch-creation` workflow to `create-hotfix-branch` ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description <!-- Desc...
<think> PR Context: - Title: feat(vsaas): modify api key auth to support vsaas cases - Merged: 2025-04-16T10:50:02Z - Files changed: 24 files - Commits: 17 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enhancement - [x] Refact...
{"issue_number": 2540, "pr_number": 7593, "commits_count": 1, "files_changed": 24, "response_length": 2679, "file_count": 26, "needs_breakdown": true}
chore(codeowners): add codeowners data for PR reviews ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates ## Description Adding a CODEOWNERS file for facilitating PR reviews for teams ### Additional...
<think> PR Context: - Title: feat(payments): [Payment links] Add config for changing button text for payment links - Merged: 2024-12-19T13:28:25Z - Files changed: 11 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - ...
{"issue_number": 1, "pr_number": 6860, "commits_count": 1, "files_changed": 11, "response_length": 1485, "file_count": 10, "needs_breakdown": false}
feat(roles): edge cases for multi-tenancy - I Add tenant_id in custom roles Add generic query to search across all tenants Close https://github.com/juspay/hyperswitch-cloud/issues/7998 Close https://github.com/juspay/hyperswitch-cloud/issues/7998 Close https://github.com/juspay/hyperswitch-cloud/issues/8026
<think> PR Context: - Title: feat(users): handle edge features for users in tenancy - Merged: 2025-01-08T09:34:23Z - Files changed: 18 files - Commits: 9 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactor...
{"issue_number": 6999, "pr_number": 6990, "commits_count": 1, "files_changed": 18, "response_length": 2122, "file_count": 18, "needs_breakdown": true}
[REFACTOR] Worldpay payments integration ### Feature Description WorldPay payments integration currently makes use of modular APIs which gives more control over the integration. This approach is not best compatible with HyperSwitch due to WP's 3DS flows - which requires sending PAN (card numbers) in multiple places. ...
<think> PR Context: - Title: feat(connector): [worldpay] add support for mandates - Merged: 2024-11-08T13:37:39Z - Files changed: 9 files - Commits: 16 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enhancement - [ ] Refactorin...
{"issue_number": 6316, "pr_number": 6479, "commits_count": 1, "files_changed": 9, "response_length": 3943, "file_count": 11, "needs_breakdown": false}
chore: address Rust 1.83.0 clippy lints ### Description Address the clippy lints stabilized / enabled in Rust version 1.83.0. See #3391 for more information.
<think> PR Context: - Title: chore: address Rust 1.83.0 clippy lints and enable more clippy lints - Merged: 2024-12-02T14:57:14Z - Files changed: 30 files - Commits: 5 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement ...
{"issue_number": 6704, "pr_number": 6705, "commits_count": 1, "files_changed": 30, "response_length": 12574, "file_count": 129, "needs_breakdown": true}
Get Plans **Request to Subscription Povider to get plans** /api/v2/items?limit=5&type[is]=plan&item_family_id[is]=cbdemo_omnisupport-solutions' **Response from Subscription Provider** ``` { "list": [ { "item": { "id": "cbdemo_enterprise-suite", "name": "Enterpri...
<think> PR Context: - Title: feat(connector): Add support for get plans for Chargebee - Merged: 2025-09-16T12:57:45Z - Files changed: 21 files - Commits: 27 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refac...
{"issue_number": 9053, "pr_number": 9281, "commits_count": 1, "files_changed": 21, "response_length": 5123, "file_count": 23, "needs_breakdown": true}
[FEATURE] add cypress tests for void payment in v2 ### Feature Description This implementation adds comprehensive V2 API testing for payment void/cancel operations across different payment states. The feature introduces a new Cypress test suite that validates three critical scenarios: successfully voiding a payment i...
<think> PR Context: - Title: test(cypress): add cypress tests for void payment in v2 - Merged: 2025-10-07T17:28:46Z - Files changed: 9 files - Commits: 7 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [X] New feature - [ ] Enhancement - [ ] Refactor...
{"issue_number": 9638, "pr_number": 9646, "commits_count": 0, "files_changed": 9, "response_length": 785, "file_count": 0, "needs_breakdown": false}
[FEATURE] Implement `PaymentAttemptInterface` for `MockDb` Spin out from #172. Please refer to that issue for more information.
<think> PR Context: - Title: Implement PaymentAttemptInterface for MockDb - Merged: None - Files changed: 1 files - Commits: 1 commits Implementation approach: Fixes #1329 </think> To implement this, you'll need to modify: (No detailed commit information available)
{"issue_number": 1329, "pr_number": 6372, "commits_count": 0, "files_changed": 1, "response_length": 271, "file_count": 0, "needs_breakdown": false}
feat(router): Include `payment_experience` in PML for payments response (v2) Required by SDK
<think> PR Context: - Title: feat(router): Return payment_experience in PML for payment (v2) - Merged: 2025-06-05T16:40:31Z - Files changed: 3 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] ...
{"issue_number": 8254, "pr_number": 8255, "commits_count": 1, "files_changed": 3, "response_length": 1026, "file_count": 4, "needs_breakdown": false}
feat(core): implemented platform merchant account ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [X] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description #### About the feature - This the first PR for the Pl...
<think> PR Context: - Title: feat(core): add platform_account creation API - Merged: None - Files changed: 13 files - Commits: 20 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [X] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency u...
{"issue_number": 6882, "pr_number": 7213, "commits_count": 0, "files_changed": 13, "response_length": 762, "file_count": 0, "needs_breakdown": false}
[FEATURE] Support Platform Account to Make Payments for Connected Accounts in VSAAS ### Feature Description - Enable support for payments processed by a platform merchant on behalf of a connected account. - Update the MerchantContext enum to accommodate this new flow. - Adjust how merchant and key store information a...
<think> PR Context: - Title: feat(vsaas): support payments via platform for connected accounts - Merged: None - Files changed: 30 files - Commits: 16 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enhancement - [x] Refactoring ...
{"issue_number": 8305, "pr_number": 8290, "commits_count": 0, "files_changed": 30, "response_length": 781, "file_count": 0, "needs_breakdown": false}
refactor(customers_v2): address panics and some bugs in customers v2 endpoints ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your change...
<think> PR Context: - Title: refactor(customers_v2): include minor fixes for customer v2 flows - Merged: 2024-12-20T08:30:05Z - Files changed: 5 files - Commits: 4 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x...
{"issue_number": 6836, "pr_number": 6876, "commits_count": 1, "files_changed": 5, "response_length": 1160, "file_count": 6, "needs_breakdown": false}
[BUG] Logging sensitive information on deserialization failure ### Bug Description In `common_utils/src/ext_traits.rs` we are logging serde_json Values in plaintext when deserialization fails. This is a problem in cases where the JSON objects contain sensitive data. ### Expected Behavior Sensitive data is not logge...
<think> PR Context: - Title: fix(common_utils): Prevent logging sensitive information on deserialization failure - Merged: 2025-09-24T13:24:48Z - Files changed: 1 files - Commits: 6 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ]...
{"issue_number": 8969, "pr_number": 8970, "commits_count": 1, "files_changed": 1, "response_length": 991, "file_count": 3, "needs_breakdown": false}
[BUG] mandate details are not persisted for Adyen connector ### Bug Description This is specific to Adyen's connector integration. In case mandate details were not present in the response of payment sync with Adyen, these details are sent through webhooks. However, these details are not being persisted in DB leadi...
<think> PR Context: - Title: feat(webhooks): adyen - consume and update connector's network_transaction_id in payment_methods - Merged: 2024-12-05T13:34:59Z - Files changed: 7 files - Commits: 10 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New ...
{"issue_number": 6719, "pr_number": 6738, "commits_count": 1, "files_changed": 7, "response_length": 1694, "file_count": 9, "needs_breakdown": false}
Missing next steps after deployment setup on Readme Next steps after deployment setup on Readme are missing
<think> PR Context: - Title: docs: Updated next steps after deployment setup on Readme - Merged: 2025-04-03T03:28:38Z - Files changed: 1 files - Commits: 4 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refact...
{"issue_number": 7685, "pr_number": 7686, "commits_count": 0, "files_changed": 1, "response_length": 787, "file_count": 0, "needs_breakdown": false}
feat(core): Implement UCS based upi for paytm and phonepe ## Feature Request: Implement UPI Intent and QR Code Payment Flows for UCS Integration ### Description Add support for UPI Intent and QR code payment methods through the Unified Connector Service (UCS) for Paytm and PhonePe payment gateways. ### Background UP...
<think> PR Context: - Title: feat(core): Implement UCS based upi for paytm and phonepe - Merged: 2025-07-31T14:18:08Z - Files changed: 30 files - Commits: 22 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Re...
{"issue_number": 8734, "pr_number": 8732, "commits_count": 1, "files_changed": 30, "response_length": 16679, "file_count": 24, "needs_breakdown": true}
feat(authn): Use cookies for authentication Currently we use auth headers and local storage in FE for transfer JWT from FE to BE. Cookies is a better way to do this, as it is handled by browser and JavaScript doesn't have access to. First we will test this in Integ and slowly move it to sandbox and production.
<think> PR Context: - Title: refactor(authn): Enable cookies in Integ - Merged: 2024-11-26T12:42:14Z - Files changed: 11 files - Commits: 7 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dep...
{"issue_number": 6598, "pr_number": 6599, "commits_count": 1, "files_changed": 11, "response_length": 1265, "file_count": 6, "needs_breakdown": false}
[ENHANCE] create_user_authentication_method API response to include created entity details Currently, the [create_user_authentication_method](https://github.com/juspay/hyperswitch/blob/cf30da2df05aac69fd82b676e639b2fbc85dcae5/crates/router/src/core/user.rs#L2482) API endpoint (`POST /user/auth`) returns a generic `200...
<think> PR Context: - Title: feat: include response body for create_user_authentication_method - Merged: 2025-10-15T16:19:48Z - Files changed: 3 files - Commits: 12 commits Implementation approach: #9643 ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancem...
{"issue_number": 9643, "pr_number": 9653, "commits_count": 1, "files_changed": 3, "response_length": 1114, "file_count": 5, "needs_breakdown": false}
[BUG] Setup fail : migration_runner exits with code 1 during standalone setup ### Bug Description While setting up Hyperswitch locally using the scripts/setup.sh script, the setup consistently fails during the migration_runner step. The database (pg) and Redis services start successfully and report as Healthy, but...
<think> PR Context: - Title: fix(gitattributes): enforce LF for `.patch` files to avoid CRLF parsing errors on Windows - Merged: 2025-09-17T10:03:30Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature ...
{"issue_number": 9120, "pr_number": 9333, "commits_count": 0, "files_changed": 1, "response_length": 819, "file_count": 0, "needs_breakdown": false}
refactor(users): Make `profile_id` in the JWT non-optional - We kept the `profile_id` in the JWT optional for backwards compatibility. - Now we have `profile_id` in all the JWT and this field no longer needs to be optional in JWT.
<think> PR Context: - Title: refactor(users): Make `profile_id` in the JWT non-optional - Merged: 2024-11-18T07:57:18Z - Files changed: 8 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refac...
{"issue_number": 6534, "pr_number": 6537, "commits_count": 1, "files_changed": 8, "response_length": 1413, "file_count": 10, "needs_breakdown": false}