prompt stringlengths 24 63.1k | response stringlengths 180 101k | metadata stringlengths 143 152 |
|---|---|---|
Handle span closures after request completion or after consolidated log...
Currently some consolidated logs don't have the values propogated all the way to the top,
This seems to be a result of the way we handle the consolidated log & value propogation
In this case the consolidated log line is printed before t... | <think>
PR Context:
- Title: fix(connector): Connector wise validation for zero auth flow
- Merged: 2023-12-19T13:44:16Z
- Files changed: 30 files
- Commits: 8 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Resolves [#3683](https://github.com/juspay/hyperswitch-cloud/issue... | {"issue_number": 3683, "pr_number": 3159, "commits_count": 1, "files_changed": 30, "response_length": 5374, "file_count": 52, "needs_breakdown": true} |
feat(connector): [Authorizedotnet] Use connector_response_reference_id as reference to merchant
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
<!-- Des... | <think>
PR Context:
- Title: feat(connector): [Paypal] Implement 3DS for Cards
- Merged: 2023-10-06T11:31:35Z
- Files changed: 2 files
- Commits: 5 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
If 3D Secure is enabled, challenge url will be provided while doing card paym... | {"issue_number": 2496, "pr_number": 2443, "commits_count": 1, "files_changed": 2, "response_length": 2375, "file_count": 4, "needs_breakdown": false} |
[FEATURE]: [Authorizedotnet] Currency Unit Conversion
### :memo: Feature Description
- Each currency can be described in terms of base or minor units.
- For instance, when dealing with USD currency, the Cent is considered as the minor unit, while the Dollar is considered the base unit.
- In Hyperswitch, the amount ... | <think>
PR Context:
- Title: refactor(connector): [Authorizedotnet] Enhance currency Mapping with ConnectorCurrencyCommon Trait
- Merged: 2023-10-13T10:28:18Z
- Files changed: 2 files
- Commits: 7 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
### Additional Changes
... | {"issue_number": 2218, "pr_number": 2570, "commits_count": 1, "files_changed": 2, "response_length": 1369, "file_count": 4, "needs_breakdown": false} |
disable stripe
disable stripe | <think>
PR Context:
- Title: ci: disable stripe in cypress
- Merged: 2025-02-04T10:41:55Z
- Files changed: 1 files
- Commits: 2 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
disable sprite.
closes #7184
### Additional Changes
- [ ] This PR modifies the API cont... | {"issue_number": 7184, "pr_number": 7183, "commits_count": 0, "files_changed": 1, "response_length": 759, "file_count": 0, "needs_breakdown": false} |
[REFACTOR]: [Fiserv] Remove Default Case Handling
### :memo: Feature Description
- We utilize match statements to make pivotal decisions, such as generating requests based on the payment method type and managing responses received from the connector.
- These conditions generally go hand in hand with enum variant... | <think>
PR Context:
- Title: Refactor: [Fiserv] Remove Default Case Handling
- Merged: 2024-06-24T07:38:20Z
- Files changed: 1 files
- Commits: 5 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR closes #4059
removes the default case handling in `hyperswitch/crates/ro... | {"issue_number": 4059, "pr_number": 4767, "commits_count": 1, "files_changed": 1, "response_length": 932, "file_count": 3, "needs_breakdown": false} |
feat(connector): [Adyen] implement Adyen bank transfers and voucher payments in Indonesia
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [x] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
A bank tran... | <think>
PR Context:
- Title: chore: remove spaces at beginning of commit messages when generating changelogs
- Merged: 2023-08-09T12:16:47Z
- Files changed: 2 files
- Commits: 1 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR updates the `git-cliff` templates to remo... | {"issue_number": 1804, "pr_number": 1906, "commits_count": 0, "files_changed": 2, "response_length": 809, "file_count": 0, "needs_breakdown": false} |
[FEATURE] : [CONNECTOR] Add Billwerk, Fiservemea, Tsys supported payment methods, currencies and countries in feature matrix
### Feature Description
Add Billwerk, Fiservemea, Tsys supported payment methods, currencies and countries in feature matrix
### Possible Implementation
Add Billwerk, Fiservemea, Tsys support... | <think>
PR Context:
- Title: feat(connector): [BILLWERK, FISERVEMEA, TSYS] add in feature matrix api
- Merged: 2025-03-11T13:56:43Z
- Files changed: 9 files
- Commits: 3 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Add Billwerk, Fiservemea, Tsys supported payment methods,... | {"issue_number": 7164, "pr_number": 7165, "commits_count": 1, "files_changed": 9, "response_length": 2436, "file_count": 5, "needs_breakdown": false} |
[BUG] Description for refunds - list is not apt
### Bug Description
https://api-reference.hyperswitch.io/api-reference/refunds/refunds--list
This should be - `Lists all the refunds associated with the merchant, or for a specific payment if payment_id is provided`
Current one implies that it'll return refunds of... | <think>
PR Context:
- Title: fix(docs): incorrect description for refund api
- Merged: 2024-12-10T11:02:10Z
- Files changed: 2 files
- Commits: 4 commits
Implementation approach:
## Description
The current description for refund - list is incorrect. Newer one looks more apt.
### Additional Changes
- [ ] This... | {"issue_number": 6751, "pr_number": 6443, "commits_count": 1, "files_changed": 2, "response_length": 963, "file_count": 3, "needs_breakdown": false} |
refactor: move config defaults from TOML files to `Default` trait
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [x] Refactoring
- [ ] Dependency updates
## Description
<!-- Describe your changes in detail -->
This PR moves default values f... | <think>
PR Context:
- Title: fix(redis_interface): add missing `#[serde(default)]` annotation to `RedisSettings`
- Merged: 2023-01-18T13:21:08Z
- Files changed: 1 files
- Commits: 2 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR fixes a mistake in my previous PR #35... | {"issue_number": 352, "pr_number": 409, "commits_count": 1, "files_changed": 1, "response_length": 988, "file_count": 3, "needs_breakdown": false} |
[FEATURE]: [OpenNode] Use `connector_request_reference_id` as reference to the connector
### :memo: Feature Description
- We transmit our reference id from Hyperswitch to the connector, enabling merchants to subsequently locate the payment within the connector dashboard.
- Presently, there is a lack of uniformity in... | <think>
PR Context:
- Title: feat(connector): [OpenNode] Use connector_request_reference_id as referemce to connector
- Merged: 2023-10-25T19:06:59Z
- Files changed: 1 files
- Commits: 2 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Use connector_request_reference_id as re... | {"issue_number": 2311, "pr_number": 2596, "commits_count": 1, "files_changed": 1, "response_length": 1016, "file_count": 3, "needs_breakdown": false} |
[FEATURE] Making CVV optional field for payments flow
### Feature Description
CVV should be Optional and should only be passed for first time payment else depending upon use cases we don't need to pass the CVV. It gets handeled by the conntector itslef
### Possible Implementation
We need to make the CVV field as ... | <think>
PR Context:
- Title: fix(mandate): make payment_method_data optional for mandate scenario
- Merged: 2023-05-08T09:51:38Z
- Files changed: 7 files
- Commits: 5 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
For Recurring mandate payments we don't need payment_method_... | {"issue_number": 1011, "pr_number": 1032, "commits_count": 1, "files_changed": 7, "response_length": 1410, "file_count": 9, "needs_breakdown": false} |
[FEATURE] Use the newtype pattern for phone numbers
### Feature Description
This issue covers one of the problems mentioned in #119, about using [the newtype pattern](https://rust-unofficial.github.io/patterns/patterns/behavioural/newtype.html) for phone numbers. The requirement is that phone numbers must be validate... | <think>
PR Context:
- Title: chore(common_utils): Apply the new type pattern for phone numbers
- Merged: 2023-06-16T18:16:57Z
- Files changed: 5 files
- Commits: 4 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
* Used the phonenumber crate to validate the phonenumber
* Imp... | {"issue_number": 851, "pr_number": 1286, "commits_count": 1, "files_changed": 5, "response_length": 2040, "file_count": 5, "needs_breakdown": false} |
feat: add support for updating surcharge_applicable field intent
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] New feature
## Description
<!-- Describe your changes in detail -->
-> Enabled updating surcharge_applicable in payment_intent.
-> Implemented apply_and_ceil_result() functio... | <think>
PR Context:
- Title: feat(dashboard_metadata): Add `ReconStatus` in `dashboard_metadata`
- Merged: 2025-03-26T10:26:02Z
- Files changed: 7 files
- Commits: 7 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR will add a new variant in Dashboard Metadata for stor... | {"issue_number": 2647, "pr_number": 7595, "commits_count": 1, "files_changed": 7, "response_length": 1315, "file_count": 7, "needs_breakdown": false} |
fix(payment_methods): delete token when a payment reaches terminal state
## 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 d... | <think>
PR Context:
- Title: fix(payment_methods): return parent_payment_method_token for other payment methods (BankTransfer, Wallet, BankRedirect)
- Merged: 2023-08-17T12:33:28Z
- Files changed: 1 files
- Commits: 2 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
During th... | {"issue_number": 1929, "pr_number": 1947, "commits_count": 1, "files_changed": 1, "response_length": 1041, "file_count": 3, "needs_breakdown": false} |
[ENHANCEMENT] Add connector_label field in error type
### Feature Description
A `DuplicateMerchantConnectorAccount` will occur when inserting a row in the `merchant_connector_account` table if there is a row that already exists with the same merchant_id and connector_label. The connector_label is created by Hyperswit... | <think>
PR Context:
- Title: refactor(router): add the `connector_label` field to `DuplicateMerchantConnectorAccount` error message
- Merged: 2023-05-04T14:29:59Z
- Files changed: 3 files
- Commits: 2 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR adds the connector... | {"issue_number": 899, "pr_number": 1044, "commits_count": 1, "files_changed": 3, "response_length": 1170, "file_count": 5, "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:
## Description
<!-- Describe your changes in detail -->
Reverts https://github.co... | {"issue_number": 8208, "pr_number": 8207, "commits_count": 1, "files_changed": 1, "response_length": 1017, "file_count": 3, "needs_breakdown": false} |
[FEATURE] complete the refund and void for capture specific transaction for cybersource connector
### Feature Description
**Note:** refund and void can be done in two different ways. below flows for refund and void are yet to be implemented
- [Refund Capture](https://developer.cybersource.com/api-reference-assets/in... | <think>
PR Context:
- Title: feat(connector): add support for capture, void, psync, refund and rsync for cybersource
- Merged: 2023-01-17T08:25:52Z
- Files changed: 9 files
- Commits: 7 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Updating support for [cybersource](https:... | {"issue_number": 380, "pr_number": 381, "commits_count": 1, "files_changed": 9, "response_length": 7213, "file_count": 12, "needs_breakdown": true} |
[FEATURE]: [NMI] Currency Unit Conversion
### :memo: Feature Description
- Each currency can be described in terms of base or minor units.
- For instance, when dealing with USD currency, the Cent is considered as the minor unit, while the Dollar is considered the base unit.
- In Hyperswitch, the amount value is exp... | <think>
PR Context:
- Title: feat(connector): [NMI] Currency Unit Conversion
- Merged: 2023-11-05T11:46:45Z
- Files changed: 2 files
- Commits: 14 commits
Implementation approach:
## Description
- Addressing Issue: #2236
- Modified two files in `hyperswitch/crates/router/src/connector/`
- `nmi.rs`
- Implem... | {"issue_number": 2236, "pr_number": 2707, "commits_count": 1, "files_changed": 2, "response_length": 1226, "file_count": 4, "needs_breakdown": false} |
feat(verify): add new types for validate API
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
## Description
This part of series of PR's which are aimed at adding ValidateAPI in the core. This PR specif... | <think>
PR Context:
- Title: feat(verify_flow): add a new flow `Verify` [blocked on #45]
- Merged: 2022-12-06T06:20:10Z
- Files changed: 13 files
- Commits: 1 commits
Implementation approach:
## Description
This PR primarily focuses on adding a new flow `Verify` in the core implementation and all the implementation ... | {"issue_number": 45, "pr_number": 47, "commits_count": 0, "files_changed": 13, "response_length": 790, "file_count": 0, "needs_breakdown": false} |
refactor(settings): make the function to deserialize hashsets more generic
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [x] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
<!-- Describe your changes in... | <think>
PR Context:
- Title: chore: add missing migrations for recently added currencies
- Merged: 2024-05-24T12:19:21Z
- Files changed: 2 files
- Commits: 1 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR adds missing migrations for the new currencies introduced in ... | {"issue_number": 3104, "pr_number": 4760, "commits_count": 0, "files_changed": 2, "response_length": 789, "file_count": 0, "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:
## Description
<!-- Describe your changes in detail -->
Currently in invites we don't check if user exists across entities.
This wil... | {"issue_number": 6679, "pr_number": 6677, "commits_count": 1, "files_changed": 1, "response_length": 920, "file_count": 3, "needs_breakdown": false} |
[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:
## Description
<!-- Describe your changes in detail -->
This PR fixes Facilitapay payment method env that broke WASM.
### Additional Ch... | {"issue_number": 7957, "pr_number": 7958, "commits_count": 0, "files_changed": 3, "response_length": 774, "file_count": 0, "needs_breakdown": false} |
refactor: remove code related to temp locker
## 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 -->
Removes redundant... | <think>
PR Context:
- Title: refactor: revert redis temp locker logic
- Merged: 2023-10-23T14:56:57Z
- Files changed: 20 files
- Commits: 3 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Reverts redis temp locker logic which includes PRs #2650 , #2640 , #2594
### Additio... | {"issue_number": 2640, "pr_number": 2670, "commits_count": 2, "files_changed": 20, "response_length": 4416, "file_count": 33, "needs_breakdown": true} |
[FEATURE] Create a dummy connector for internal and external testing of payments and refunds flows
### Feature Description
A dummy test connector needs to be created with the ability to process all the payment methods available on Hyperswitch. This dummy connector will be useful for internal and external testing an... | <think>
PR Context:
- Title: feat(connector): add dummy connector template code
- Merged: 2023-05-04T14:34:42Z
- Files changed: 18 files
- Commits: 7 commits
Implementation approach:
## Description
Add template code for dummy connector and feature flags to enable and disable it.
### Additional Changes
- [ ] Th... | {"issue_number": 726, "pr_number": 970, "commits_count": 1, "files_changed": 18, "response_length": 8763, "file_count": 12, "needs_breakdown": true} |
fix(connector): [adyen] handle Webhook reference and object
## 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 changes in detail -->
- ... | <think>
PR Context:
- Title: fix(connector): [adyen] handle Webhook reference and object
- Merged: 2024-03-13T09:34:31Z
- Files changed: 4 files
- Commits: 3 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
- Update Psync response handler to consume the incoming webhook respo... | {"issue_number": 3976, "pr_number": 4062, "commits_count": 1, "files_changed": 4, "response_length": 2355, "file_count": 4, "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: refactor: add mapping for ConnectorError in payouts flow
- Merged: 2023-11-21T07:52:36Z
- Files changed: 30 files
- Commits: 11 commits
Implementation approach:
## Description
Issue - #2605
### Additional Changes
- [ ] This PR modifies the API contract
- [x] This PR modifies the ... | {"issue_number": 1, "pr_number": 2608, "commits_count": 1, "files_changed": 30, "response_length": 1443, "file_count": 10, "needs_breakdown": false} |
fix: fixing payment method information for refunds
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
## Description
This PR solves the following bugs
1. Refund not working for normal payments
2. Refund not working for recurring payments
3. While also maintaining support for `autho... | <think>
PR Context:
- Title: fix: refund fix with `connector_metadata`
- Merged: 2023-01-10T13:54:19Z
- Files changed: 28 files
- Commits: 5 commits
Implementation approach:
## Description
This PR overturns #313 & #314
This PR solves the following bugs
1. Refund not working for normal payments
2. Refund not wo... | {"issue_number": 313, "pr_number": 330, "commits_count": 1, "files_changed": 28, "response_length": 2809, "file_count": 28, "needs_breakdown": true} |
feat(user_role): add support to get user role details v2
Add support to return user role details v2
Request will take email and response will return something like
```
[
{
role_id: "r1",
role_name: "name",
org: {
name: "Juspay",
id: "o1"
},
merchant: { // Optional
nam... | <think>
PR Context:
- Title: feat(user_roles): get user role details
- Merged: 2024-09-04T20:38:12Z
- Files changed: 5 files
- Commits: 11 commits
Implementation approach:
## Description
Add support to get user role details
### Additional Changes
- [ ] This PR modifies the API contract
- [ ] This PR modifies ... | {"issue_number": 5776, "pr_number": 5777, "commits_count": 1, "files_changed": 5, "response_length": 1261, "file_count": 7, "needs_breakdown": false} |
refactor(config): redact config urls for hyperswitch vault
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [x] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
<!-- Describe your changes in detail -->
URL... | <think>
PR Context:
- Title: feat(connector): [JPMORGAN, PAYU, DIGITALVIRGO, PAYBOX, BITPAY, HELCIM] added in feature matrix api
- Merged: 2025-02-25T19:48:48Z
- Files changed: 12 files
- Commits: 3 commits
Implementation approach:
## Description
Added details feature api details for Jpmorgan, Payu, Digital Virgo.
... | {"issue_number": 8276, "pr_number": 7148, "commits_count": 1, "files_changed": 12, "response_length": 3337, "file_count": 8, "needs_breakdown": false} |
[BUG] merchant account delete does not delete the `merchant_key_store`
### Bug Description
When a merchant is created a `merchant_key_store` is created, which goes along with the `merchant_account`. But when the merchant account is deleted, the key store is not deleted.
### Expected Behavior
Both merchant account ... | <think>
PR Context:
- Title: fix(router): merchant account delete does not delete the merchant_key_store
- Merged: 2023-10-03T18:13:00Z
- Files changed: 3 files
- Commits: 8 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Closes #2154 by calling `delete_merchant_key_store_by... | {"issue_number": 2154, "pr_number": 2367, "commits_count": 1, "files_changed": 3, "response_length": 1264, "file_count": 5, "needs_breakdown": false} |
refactor(scheduler): improve code reusability and consumer logs
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [x] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
<!-- Describe your changes in detail -->... | <think>
PR Context:
- Title: chore(process_tracker): use `const` instead of `String` for `business_status`
- Merged: 2024-06-14T11:53:19Z
- Files changed: 14 files
- Commits: 3 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
When below command is executed in sandbox DB, we... | {"issue_number": 3712, "pr_number": 4849, "commits_count": 1, "files_changed": 14, "response_length": 1911, "file_count": 16, "needs_breakdown": true} |
[FEATURE]: [Bitpay] Use `connector_response_reference_id` as reference to merchant
### :memo: Feature Description
- Reference id are used to map transactions in the connector’s dashboard.
- Hyperswitch manages several reference ids, such as `payment_id`, `attempt_id`, and `connector_transaction_id` for a single trans... | <think>
PR Context:
- Title: feat(connector): [Bitpay] Add order id as the reference id
- Merged: 2023-11-06T18:10:57Z
- Files changed: 1 files
- Commits: 6 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
[Relevant documentation](https://developer.bitpay.com/docs/create-invo... | {"issue_number": 2325, "pr_number": 2591, "commits_count": 1, "files_changed": 1, "response_length": 988, "file_count": 3, "needs_breakdown": false} |
[FEATURE] Sorting POC
Allow sorting on amount and date in tables under Operations
If user clicks on the arrow to sort information being on a page which is not the first one, we will sort the data via backend and redirect them to first page
Performance POC to be done for the same | <think>
PR Context:
- Title: feat(payments): support sort criteria in payments list
- Merged: 2024-07-26T14:18:48Z
- Files changed: 3 files
- Commits: 7 commits
Implementation approach:
## Description
Support sort criterial for payments list:
- sort on basis of amount (ascending or descending)
- sort on basis of c... | {"issue_number": 5364, "pr_number": 5389, "commits_count": 1, "files_changed": 3, "response_length": 1195, "file_count": 5, "needs_breakdown": false} |
[FEATURE]: [Coinbase] Use `connector_response_reference_id` as reference to merchant
### :memo: Feature Description
- Reference id are used to map transactions in the connector’s dashboard.
- Hyperswitch manages several reference ids, such as `payment_id`, `attempt_id`, and `connector_transaction_id` for a single tra... | <think>
PR Context:
- Title: feat(connector): [Coinbase] Add order id as the reference id
- Merged: 2023-10-07T07:02:17Z
- Files changed: 1 files
- Commits: 2 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Relevant documentation [here](https://docs.cloud.coinbase.com/comme... | {"issue_number": 2326, "pr_number": 2469, "commits_count": 1, "files_changed": 1, "response_length": 962, "file_count": 3, "needs_breakdown": false} |
[FEATURE] Create a delete endpoint for Config Table
### Feature Description
Add an API for deleting data from config table.
### Possible Implementation
Add the endpoint DELETE `config/{key}` for deleting the config key.
### Have you spent some time checking if this feature request has been raised before?
- [X] I ... | <think>
PR Context:
- Title: feat(router): added api for the deleting config key
- Merged: 2024-02-22T11:48:06Z
- Files changed: 8 files
- Commits: 9 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Added the api to delete config key
Fixes #3488
<!--
Provide links t... | {"issue_number": 3488, "pr_number": 3554, "commits_count": 1, "files_changed": 8, "response_length": 1457, "file_count": 10, "needs_breakdown": false} |
[FEATURE] Analytics for payouts
### Feature Description
**APIs**
There is no provision for listing / filtering payout transactions processed via HyperSwitch. This needs to be implemented for analytical processing for payouts.
- List API helps in listing payouts based on generic constraints
- Filter API helps... | <think>
PR Context:
- Title: feat(payouts): add kafka events
- Merged: 2024-04-10T09:27:30Z
- Files changed: 16 files
- Commits: 26 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
### Additional Changes
- [ ] This PR modifies the API contract
- [ ] This PR modifies t... | {"issue_number": 3652, "pr_number": 4264, "commits_count": 1, "files_changed": 16, "response_length": 1828, "file_count": 15, "needs_breakdown": false} |
[CHORE] FIX TYPOS IN THE REPO
Its been months since the typos in the repo being unaddressed.
This has resulted in negligence leading to even more typos being introduced. | <think>
PR Context:
- Title: chore: fix typos in the repo
- Merged: 2025-05-23T07:52:09Z
- Files changed: 29 files
- Commits: 9 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR updates all the typos in the repository. For reference, check: https://github.com/juspay/... | {"issue_number": 8064, "pr_number": 8063, "commits_count": 1, "files_changed": 29, "response_length": 2124, "file_count": 17, "needs_breakdown": true} |
fix(payments): populate payments method data in list
Populate payment method data in payments list to get details of card network. | <think>
PR Context:
- Title: fix(payments): populate payment method data in payments list
- Merged: 2024-06-10T07:51:50Z
- Files changed: 1 files
- Commits: 4 commits
Implementation approach:
## Description
Populate payment method data in payments list to get card network details.
### Additional Changes
- [ ] ... | {"issue_number": 4914, "pr_number": 4919, "commits_count": 1, "files_changed": 1, "response_length": 955, "file_count": 3, "needs_breakdown": false} |
[FEATURE]: [Klarna] Currency Unit Conversion
### :memo: Feature Description
- Each currency can be described in terms of base or minor units.
- For instance, when dealing with USD currency, the Cent is considered as the minor unit, while the Dollar is considered the base unit.
- In Hyperswitch, the amount value is ... | <think>
PR Context:
- Title: refactor(connector): [Klarna] Enhance currency Mapping with ConnectorCurrencyCommon Trait
- Merged: 2023-10-02T15:53:27Z
- Files changed: 2 files
- Commits: 1 commits
Implementation approach:
## Description
This pull request implements the `get_currency_unit` from the `ConnectorCommon`... | {"issue_number": 2230, "pr_number": 2414, "commits_count": 1, "files_changed": 2, "response_length": 1321, "file_count": 4, "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:
## Description
Described in #6719
This PR introduces below changes
- `get_network_t... | {"issue_number": 6719, "pr_number": 6738, "commits_count": 1, "files_changed": 7, "response_length": 1694, "file_count": 9, "needs_breakdown": false} |
[CYPRESS_FRAMEWORK] Re-use config update commands
**Description:**
Cypress is the testing framework that Hyperswitch uses to run automated tests. Having good grip on Javascript to work on Cypress is a must.
Cypress makes use of custom [commands](https://github.com/juspay/hyperswitch/blob/main/cypress-tests/cyp... | <think>
PR Context:
- Title: refactor(cypress): reuse config update command
- Merged: 2024-10-16T06:51:34Z
- Files changed: 2 files
- Commits: 4 commits
Implementation approach:
## Description
This PR refactors the existing Cypress commands used for configuration updates (autoRetryConfig, setMaxAutoRetries, and step... | {"issue_number": 5913, "pr_number": 6197, "commits_count": 0, "files_changed": 2, "response_length": 776, "file_count": 0, "needs_breakdown": false} |
[FEATURE]: Add Session token flow for Paypal Sdk
### Feature Description
Add Session token flow for Paypal Sdk
### Possible Implementation
- Accept data in `metadata` field of the MCA - create call
- Return that data in the sessions call
- Change payment_experience for paypal via paypal to sdk
### Have you spe... | <think>
PR Context:
- Title: feat(core): [Paypal] Add session_token flow for Paypal sdk
- Merged: 2024-05-27T11:19:17Z
- Files changed: 28 files
- Commits: 24 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Add session_token flow to enable Paypal via Paypal SDK
- Accept d... | {"issue_number": 4698, "pr_number": 4697, "commits_count": 1, "files_changed": 28, "response_length": 2798, "file_count": 26, "needs_breakdown": true} |
[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:
## Description
The Noon Connector V2 API is failing in the payment flow with the error `Missin... | {"issue_number": 9824, "pr_number": 9825, "commits_count": 1, "files_changed": 8, "response_length": 1600, "file_count": 10, "needs_breakdown": false} |
feat: decision manger for user flows
As we are going to split all the APIs, we need a way to get the next API that dashboard should go to using the current flow/origin.
We need a decision manager that can take the current flow and origin and give the next flow. | <think>
PR Context:
- Title: feat(users): Create Decision manager for User Flows
- Merged: 2024-05-02T15:12:54Z
- Files changed: 10 files
- Commits: 18 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
- This PR will enable APIs to get the next flow from the current flow.
- T... | {"issue_number": 4517, "pr_number": 4518, "commits_count": 1, "files_changed": 10, "response_length": 2732, "file_count": 12, "needs_breakdown": false} |
[FEATURE]: [OpenNode] Use `connector_response_reference_id` as reference to merchant
### :memo: Feature Description
- Reference id are used to map transactions in the connector’s dashboard.
- Hyperswitch manages several reference ids, such as `payment_id`, `attempt_id`, and `connector_transaction_id` for a single tra... | <think>
PR Context:
- Title: feat(router): [OpenNode] response reference id
- Merged: 2023-10-04T08:01:36Z
- Files changed: 1 files
- Commits: 3 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
### Additional Changes
- [ ] This PR modifies the API contract
- [ ] This ... | {"issue_number": 2342, "pr_number": 2416, "commits_count": 1, "files_changed": 1, "response_length": 932, "file_count": 3, "needs_breakdown": false} |
ci: add tests that make use of locker
## 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 -->
This PR introduces nec... | <think>
PR Context:
- Title: fix: cypress reports generation
- Merged: 2024-12-20T08:19:41Z
- Files changed: 3 files
- Commits: 2 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
closes https://github.com/juspay/hyperswitch/issues/6893
this pr also bumps cypress dependen... | {"issue_number": 6735, "pr_number": 6894, "commits_count": 0, "files_changed": 3, "response_length": 761, "file_count": 0, "needs_breakdown": false} |
[FEATURE] Add Refund Sync route in Stripe compatibility
### Feature Description
There is a refund sync route https://github.com/juspay/hyperswitch/blob/573a4d384ee6a9d72648ab537804799a3993e1e8/crates/router/src/routes/app.rs#L184
A similar route needs to be added in the compatibility layer in this file - https://... | <think>
PR Context:
- Title: feat(compatibility): add refund retrieve endpoint which accepts gateway creds
- Merged: 2023-04-24T19:52:10Z
- Files changed: 3 files
- Commits: 3 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR is based on the issue #920 to add refund sy... | {"issue_number": 920, "pr_number": 958, "commits_count": 1, "files_changed": 3, "response_length": 1104, "file_count": 4, "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:
## Description
<!-- Describe your changes in detail -->
Added `payment_experience` in Payment Method List for Payments Re... | {"issue_number": 8254, "pr_number": 8255, "commits_count": 1, "files_changed": 3, "response_length": 1026, "file_count": 4, "needs_breakdown": false} |
fix(connector): [noon] sync with reference_id
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [X] Bugfix
- [ ] New feature
- [X] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
<!-- Describe your changes in detail -->
sync payments an... | <think>
PR Context:
- Title: revert: fix(connector): [noon] sync with reference_id
- Merged: 2023-10-12T08:03:00Z
- Files changed: 10 files
- Commits: 1 commits
Implementation approach:
Reverts juspay/hyperswitch#2544
</think>
To implement this, you'll need to modify:
**Detailed Implementation:**
**Commit 1:** reve... | {"issue_number": 2544, "pr_number": 2556, "commits_count": 1, "files_changed": 10, "response_length": 1081, "file_count": 12, "needs_breakdown": false} |
[BUG]: [Noon] Payment not reaching terminal state
### Bug Description
If there is a timeout or some other unfortunate instance in the application the payment is put in `pending` state, when we sync the payment with Noon, in some cases it returns 4xx and we do not update the status. But for some status like `order_doe... | <think>
PR Context:
- Title: fix(connector): [noon] Fail the payment for specific error_response
- Merged: 2024-02-19T10:13:33Z
- Files changed: 1 files
- Commits: 2 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Currently in Psync if 4xx or 5xx comes the payment_status is ... | {"issue_number": 3675, "pr_number": 3674, "commits_count": 1, "files_changed": 1, "response_length": 957, "file_count": 3, "needs_breakdown": false} |
feat(compatibility): add multiuse mandates support in stripe compatibility
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [x] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
<!-- Describe your changes in... | <think>
PR Context:
- Title: Refactor(compatibility): revert add multiuse mandates support in stripe compatibility
- Merged: 2024-01-24T10:36:48Z
- Files changed: 1 files
- Commits: 2 commits
Implementation approach:
Reverts juspay/hyperswitch#3425
resolves [#3445](https://github.com/juspay/hyperswitch/issues/3445)
... | {"issue_number": 3425, "pr_number": 3436, "commits_count": 1, "files_changed": 1, "response_length": 650, "file_count": 3, "needs_breakdown": false} |
[FEATURE] Allow rotating and revoking API keys
### Feature Description
As of now, the `merchant_account` table has an `api_key` field which restricts a merchant account to only have one API key. Furthermore, there are no mechanisms in place to revoke and regenerate API keys. To improve the convenience of rotating and... | <think>
PR Context:
- Title: fix(storage_models): fix inconsistent field order for merchant account types
- Merged: 2023-02-06T12:50:25Z
- Files changed: 2 files
- Commits: 2 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR fixes inconsistent field order for merchant ... | {"issue_number": 501, "pr_number": 503, "commits_count": 2, "files_changed": 2, "response_length": 1303, "file_count": 7, "needs_breakdown": false} |
feat: add blacklist for roles
After a role is updated, the users who are using that role at that time should get new tokens. So, the role should be blacklisted.
| <think>
PR Context:
- Title: feat(roles): Add blacklist for roles
- Merged: 2024-02-23T11:09:44Z
- Files changed: 4 files
- Commits: 8 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR adds ability to blacklist roles to stop JWTs after a role is changed.
### Additio... | {"issue_number": 3793, "pr_number": 3794, "commits_count": 1, "files_changed": 4, "response_length": 1445, "file_count": 6, "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-configs): worldpay - update username / password mapping
- Merged: 2024-12-05T14:02:43Z
- Files changed: 3 files
- Commits: 1 commits
Implementation approach:
## Description
Described in #6316 point # 8
This PR includes WASM changes for Worldpay MCA creation on dashb... | {"issue_number": 6316, "pr_number": 6752, "commits_count": 0, "files_changed": 3, "response_length": 804, "file_count": 0, "needs_breakdown": false} |
feat(payouts): Add profile level get filters API for payouts
Currently payout get filter API gives filters whole merchant. Since dashboard is being moved to profile level, filter API at profile level should be needed. | <think>
PR Context:
- Title: feat(payouts): Add profile level payout filter API
- Merged: 2024-09-05T11:36:44Z
- Files changed: 3 files
- Commits: 1 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
- This PR adds a profile level get filters api for payouts.
### Additional ... | {"issue_number": 5805, "pr_number": 5808, "commits_count": 1, "files_changed": 3, "response_length": 1045, "file_count": 5, "needs_breakdown": false} |
refactor: Add OLAP feature for replica database
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [x] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
## Description
<!-- Describe your changes in detail -->
### Additional Changes
- [ ] This PR modi... | <think>
PR Context:
- Title: feat(core): Add payments update-intent API for v2
- Merged: 2024-12-09T07:45:58Z
- Files changed: 23 files
- Commits: 30 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Added `update-intent` API for payments
### Additional Changes
- [x] T... | {"issue_number": 4, "pr_number": 6490, "commits_count": 1, "files_changed": 23, "response_length": 6023, "file_count": 22, "needs_breakdown": true} |
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: fix(payment_link): sanitize embedded payment link data
- Merged: 2025-05-29T08:22:03Z
- Files changed: 10 files
- Commits: 7 commits
Implementation approach:
## Description
This PR addresses below issues specifically for payment links
- improper use of innerHTML for API inputs - for ren... | {"issue_number": 3264, "pr_number": 7736, "commits_count": 1, "files_changed": 10, "response_length": 1329, "file_count": 8, "needs_breakdown": false} |
feat(verify): add new types for validate API
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
## Description
This part of series of PR's which are aimed at adding ValidateAPI in the core. This PR specif... | <think>
PR Context:
- Title: feat(single_use): add extra fields in `Mandate` table and `MandateData` [Blocked on #61]
- Merged: 2022-12-09T11:48:13Z
- Files changed: 9 files
- Commits: 30 commits
Implementation approach:
## Description
This PR adds single use mandate support and a 2 new fields to the mandate table (... | {"issue_number": 45, "pr_number": 66, "commits_count": 1, "files_changed": 9, "response_length": 1478, "file_count": 9, "needs_breakdown": false} |
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:
## Description
Modified api key auth to support control over VSAAS operations.
The PR provides fine grained control over routes... | {"issue_number": 2540, "pr_number": 7593, "commits_count": 1, "files_changed": 24, "response_length": 2679, "file_count": 26, "needs_breakdown": true} |
Todo redis interface
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Enhancement
## Description
This PR is a part of greater refactoring which aims on removing `// TODO: ...` & `// FIXME: ..` from the entire codebase.
The objective of this PR is to fix `xgroup_create` by adding a guard or so... | <think>
PR Context:
- Title: fix: fix email verification regex & unittests
- Merged: 2022-12-13T16:09:25Z
- Files changed: 1 files
- Commits: 1 commits
Implementation approach:
## Description
The PR focuses on removing `TODO: ..` from `common_utils` and is part of the chain of PR's i.e.
1. #136
<!-- Describe your... | {"issue_number": 136, "pr_number": 139, "commits_count": 1, "files_changed": 1, "response_length": 946, "file_count": 3, "needs_breakdown": false} |
feat(connector): [payload] introduce no-3ds cards
## 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 -->
This PR in... | <think>
PR Context:
- Title: feat(connector): [payload] add webhook support
- Merged: 2025-07-11T12:58:37Z
- Files changed: 8 files
- Commits: 10 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR:
- Adds support for webhooks to Payload connector. The connector does ... | {"issue_number": 8545, "pr_number": 8558, "commits_count": 1, "files_changed": 8, "response_length": 1593, "file_count": 6, "needs_breakdown": false} |
[FEATURE] Analytics for payouts
### Feature Description
**APIs**
There is no provision for listing / filtering payout transactions processed via HyperSwitch. This needs to be implemented for analytical processing for payouts.
- List API helps in listing payouts based on generic constraints
- Filter API helps... | <think>
PR Context:
- Title: feat(payouts): implement KVRouterStore
- Merged: 2024-03-19T10:18:15Z
- Files changed: 30 files
- Commits: 24 commits
Implementation approach:
## Description
This PR includes below changes
- implement KVRouterStore for storing payout data in either redis + postgres or postgres only
- m... | {"issue_number": 3652, "pr_number": 3889, "commits_count": 1, "files_changed": 30, "response_length": 10131, "file_count": 51, "needs_breakdown": true} |
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:
## Fixed #8734
## Description
<!-- Describe your changes in detail -->
This PR implements UPI Intent and QR code payme... | {"issue_number": 8734, "pr_number": 8732, "commits_count": 1, "files_changed": 30, "response_length": 16679, "file_count": 24, "needs_breakdown": true} |
[FEATURE]: Enable client_secret auth for payments - Get Intent [v2]
Required for SDK | <think>
PR Context:
- Title: feat(router): Enable client_secret auth for payments_get_intent [v2]
- Merged: 2025-05-27T10:56:27Z
- Files changed: 1 files
- Commits: 1 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Added support for `client_secret` authentication in `Payment... | {"issue_number": 8118, "pr_number": 8119, "commits_count": 1, "files_changed": 1, "response_length": 960, "file_count": 3, "needs_breakdown": false} |
build(deps): update aws dependencies
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [x] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
<!-- Describe your changes in detail -->
This PR updates rust aws ... | <think>
PR Context:
- Title: build(deps): update dependencies
- Merged: 2024-04-02T10:30:02Z
- Files changed: 30 files
- Commits: 29 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR updates dependencies to their latest versions which support our current MSRV. In addit... | {"issue_number": 4194, "pr_number": 4268, "commits_count": 1, "files_changed": 30, "response_length": 1994, "file_count": 18, "needs_breakdown": true} |
feat(core): external authentication related schema changes for existing tables
## 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 change... | <think>
PR Context:
- Title: fix(payouts): saved payment methods list for bank details
- Merged: 2024-02-07T09:35:00Z
- Files changed: 2 files
- Commits: 1 commits
Implementation approach:
## Description
Issue [#3904](https://github.com/juspay/hyperswitch-cloud/issues/3904)
### Additional Changes
- [ ] This ... | {"issue_number": 3904, "pr_number": 3507, "commits_count": 1, "files_changed": 2, "response_length": 1067, "file_count": 4, "needs_breakdown": false} |
fix(openapi): Fix broken pages in mintlify (v2)
v2 mintlify docs have several broken pages and some endpoints are missing. | <think>
PR Context:
- Title: fix(openapi): Fix broken mintlify pages (v2)
- Merged: 2025-06-20T13:54:03Z
- Files changed: 18 files
- Commits: 4 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Fixed the following mintlify pages:
- `v2/customers/customers--update.mdx`
- `p... | {"issue_number": 8381, "pr_number": 8382, "commits_count": 1, "files_changed": 18, "response_length": 1032, "file_count": 4, "needs_breakdown": false} |
Removing mailhog container from the docker setup
Removing mailhog container from the docker setup | <think>
PR Context:
- Title: fix: docker changes in setup script
- Merged: 2025-05-08T09:01:27Z
- Files changed: 7 files
- Commits: 7 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Repopulating the docker changes in the stable release
### Additional Changes
- [ ] This... | {"issue_number": 7962, "pr_number": 7979, "commits_count": 0, "files_changed": 7, "response_length": 765, "file_count": 0, "needs_breakdown": false} |
refactor(cypress): error handling and add sync refunds in places where missing
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [x] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [x] CI/CD
## Description
<!-- Describe your changes in detail -->
... | <think>
PR Context:
- Title: refactor(cypress): error handling and add sync refunds in places where missing
- Merged: 2024-07-04T08:01:03Z
- Files changed: 23 files
- Commits: 30 commits
Implementation approach:
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [x] Re... | {"issue_number": 5128, "pr_number": 5128, "commits_count": 0, "files_changed": 23, "response_length": 810, "file_count": 0, "needs_breakdown": false} |
build(deps): bump `diesel` to `2.2.3` and `sqlx` to `0.8.1`
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [x] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
<!-- Describe your changes in detail -->
Th... | <think>
PR Context:
- Title: build(deps): bump `sqlx` to `0.8.2`
- Merged: 2024-09-11T16:01:14Z
- Files changed: 5 files
- Commits: 2 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR bumps the `sqlx` crate to `0.8.2`. This also allows us to drop our MSRV from 1.80.0... | {"issue_number": 5688, "pr_number": 5859, "commits_count": 0, "files_changed": 5, "response_length": 765, "file_count": 0, "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: | {"issue_number": 8440, "pr_number": 8439, "commits_count": 1, "files_changed": 13, "response_length": 1911, "file_count": 13, "needs_breakdown": false} |
Add Global Payments for card payments | <think>
PR Context:
- Title: feat(connector): add payment create, sync, capture, refund, void, rsync support for globalpay
- Merged: 2023-01-11T14:03:07Z
- Files changed: 26 files
- Commits: 17 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
- Adding support for [globalpay](... | {"issue_number": 230, "pr_number": 322, "commits_count": 1, "files_changed": 26, "response_length": 11066, "file_count": 22, "needs_breakdown": true} |
[FEATURE] Add required fields for giropay
### Feature Description
Add giropay wallet required fields for all connectors that implement Giropay
### Possible Implementation
Add required fields for Giropay
### Have you spent some time checking if this feature request has been raised before?
- [X] I checked and didn'... | <think>
PR Context:
- Title: feat(pm_list): add required fields for giropay
- Merged: 2024-02-12T08:10:52Z
- Files changed: 14 files
- Commits: 30 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Resolves [#3622](https://github.com/juspay/hyperswitch/issues/3622)
### Test ... | {"issue_number": 3622, "pr_number": 3194, "commits_count": 1, "files_changed": 14, "response_length": 1345, "file_count": 8, "needs_breakdown": false} |
[REFACTOR]: [Payeezy] Remove Default Case Handling
### :memo: Feature Description
- We utilize match statements to make pivotal decisions, such as generating requests based on the payment method type and managing responses received from the connector.
- These conditions generally go hand in hand with enum variants. ... | <think>
PR Context:
- Title: refactor(connector): [Payeezy] remove default case handling
- Merged: 2023-10-31T11:47:45Z
- Files changed: 1 files
- Commits: 7 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
- Fix issue #2281
- Changes to be made : Remove default case handlin... | {"issue_number": 2281, "pr_number": 2712, "commits_count": 2, "files_changed": 1, "response_length": 1204, "file_count": 5, "needs_breakdown": false} |
feat: ACH transfers
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] New feature
## Description
<!-- Describe your changes in detail -->
ACH (Automated Clearing House) transfer is a US based bank transfer method that enables electronic bank-to-bank money transfers through the ACH Network ru... | <think>
PR Context:
- Title: fix(core): remove `missing_required_field_error` being thrown in `should_add_task_to_process_tracker` function
- Merged: 2023-05-23T13:52:27Z
- Files changed: 2 files
- Commits: 1 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
In should_add_task... | {"issue_number": 905, "pr_number": 1239, "commits_count": 1, "files_changed": 2, "response_length": 1024, "file_count": 3, "needs_breakdown": false} |
refactor(router): send 200 response for 5xx status codes received from connector
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [x] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
Send the 200 response w... | <think>
PR Context:
- Title: fix(connector): [Trustpay] add reason to all the error responses
- Merged: 2023-06-20T10:35:24Z
- Files changed: 2 files
- Commits: 1 commits
Implementation approach:
## Description
After #1440, we are sending reason as error_message in payments response. Added valid reason for all the e... | {"issue_number": 1440, "pr_number": 1482, "commits_count": 1, "files_changed": 2, "response_length": 1036, "file_count": 4, "needs_breakdown": false} |
docs(cypress): Update Cypress README Documentation
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [x] Documentation
- [ ] CI/CD
## Description
In this PR, I have updated the README file to i... | <think>
PR Context:
- Title: refactor(cypress): read creds from env instead of hardcoding the path
- Merged: 2024-04-30T09:58:57Z
- Files changed: 30 files
- Commits: 18 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
- Beginning of Cypress refactor
- Removed the hardcod... | {"issue_number": 4380, "pr_number": 4430, "commits_count": 0, "files_changed": 30, "response_length": 802, "file_count": 0, "needs_breakdown": false} |
feat(users): Add profile level custom role
Currently only merchant level custom role is allowed with role scope as Merchant and organization
The requirement is to add profile level custom role at Organization , Merchant and Profile scope | <think>
PR Context:
- Title: feat(users): custom role at profile read
- Merged: 2025-02-05T14:28:03Z
- Files changed: 19 files
- Commits: 30 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This pr adds the functionality to read custom role at profile level
### Additional ... | {"issue_number": 6488, "pr_number": 6875, "commits_count": 2, "files_changed": 19, "response_length": 3139, "file_count": 29, "needs_breakdown": true} |
feat(Connector): [Noon] Add Cards payments, Refunds, Capture and Void
### Feature Description
AddSupport for payments with Non-3DS cards via Noon.
Includes:
- [Authorize](https://docs.noonpayments.com/payment-api/reference/initiate)
- [Capture](https://docs.noonpayments.com/payment-api/reference/capture)
- [Vo... | <think>
PR Context:
- Title: feat(connector): [Noon] Add Card Payments, Capture, Void and Refund
- Merged: 2023-05-23T11:30:20Z
- Files changed: 8 files
- Commits: 11 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Added Card Payments (3DS and Non-3DS) along with all the l... | {"issue_number": 1185, "pr_number": 1207, "commits_count": 1, "files_changed": 8, "response_length": 1962, "file_count": 9, "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: refactor(payment_methods): propagate empty wallet details for paypal …
- Merged: 2025-03-04T13:41:10Z
- Files changed: 1 files
- Commits: 2 commits
Implementation approach:
…during MIT
## Description
This PR adds support for propagating the wallet details during MIT txns for PayPal. T... | {"issue_number": 3264, "pr_number": 7423, "commits_count": 1, "files_changed": 1, "response_length": 988, "file_count": 4, "needs_breakdown": false} |
fix: fixes to surface level mandate issues
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
## Description
This Bugfixes fixes the following issues.
1. mandate_id not being populated in response for verify call
2. verify case while making payment for a mandate_id
3. validating mand... | <think>
PR Context:
- Title: fix: fix mandate behaviour post merge
- Merged: 2022-12-22T19:46:50Z
- Files changed: 3 files
- Commits: 3 commits
Implementation approach:
## Description
This bug was fixed in #180 but because of the PR order it was reintroduced in #191
<!-- Describe your changes in detail -->
##... | {"issue_number": 180, "pr_number": 221, "commits_count": 1, "files_changed": 3, "response_length": 1129, "file_count": 5, "needs_breakdown": false} |
[REFACTOR] remove unnecessary function from Refunds Validate Flow
### Bug Description
Remove this function `validate_uniqueness_of_refund_id_against_merchant_id`.
Not required as (refund_id, merchant_id ) unique btree, just insert. if insert fails it is not valid .
### Expected Behavior
Not required as (refund... | <think>
PR Context:
- Title: refactor(router): remove unnecessary function from Refunds Validate Flow
- Merged: 2023-10-18T10:44:50Z
- Files changed: 2 files
- Commits: 4 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Refactoring to remove `validate_uniqueness_of_refund_i... | {"issue_number": 1521, "pr_number": 2609, "commits_count": 1, "files_changed": 2, "response_length": 1118, "file_count": 4, "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:
## Description
<!-- Describe your changes in detail -->
Script for one click docker setup, to minimise issues faced by users.
>Run the whole s... | {"issue_number": 7761, "pr_number": 7762, "commits_count": 0, "files_changed": 2, "response_length": 769, "file_count": 0, "needs_breakdown": false} |
feat(users): support tenant level users
- Add api to create tenant_admin
- Create org by tenant level user
- Support tenant entity: tenant level roles/permission | <think>
PR Context:
- Title: feat(users): add support for tenant level users
- Merged: 2024-12-06T13:19:57Z
- Files changed: 22 files
- Commits: 15 commits
Implementation approach:
## Description
- Add api to create tenant users
- Add api to create orgs
- Support tenant level entity for the user hierarchy
A ten... | {"issue_number": 6707, "pr_number": 6708, "commits_count": 1, "files_changed": 22, "response_length": 3525, "file_count": 24, "needs_breakdown": true} |
[FEATURE]: [ACI] Use `connector_request_reference_id` as reference to the connector
### :memo: Feature Description
- We transmit our reference id from Hyperswitch to the connector, enabling merchants to subsequently locate the payment within the connector dashboard.
- Presently, there is a lack of uniformity in this... | <think>
PR Context:
- Title: feat(connector): [ACI] Use connector_request_reference_id as reference to the connector
- Merged: 2023-10-12T07:59:46Z
- Files changed: 1 files
- Commits: 2 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Replaced payment_id with connector_reques... | {"issue_number": 2203, "pr_number": 2549, "commits_count": 1, "files_changed": 1, "response_length": 1014, "file_count": 3, "needs_breakdown": false} |
Gift Card Balance check API for split payments
We need to add an API to check balance for gift card.
This API will be called by the SDK and based on the gift card balance and transaction amount, we will collect either only gift card details or gift card details + another payment method | <think>
PR Context:
- Title: feat(router): Add gift card balance check endpoint (v2)
- Merged: 2025-09-17T07:50:47Z
- Files changed: 29 files
- Commits: 25 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
- Added `check-gift-card-balance` API
- Added `GiftCardBalanceCheck` f... | {"issue_number": 9101, "pr_number": 9102, "commits_count": 1, "files_changed": 29, "response_length": 5096, "file_count": 28, "needs_breakdown": true} |
feat(core): setup platform merchant account
- Setup platform merchant account.
Platform merchant account is a special type of merchant account which can do operations on behalf of other merchant account present in the same organisation.
- Add APIs to create a platform merchant account / convert a merchant account into... | <think>
PR Context:
- Title: feat(core): implemented platform merchant account
- Merged: 2024-12-23T13:21:14Z
- Files changed: 30 files
- Commits: 30 commits
Implementation approach:
## Description
#### About the feature
- This the first PR for the Platform Account feature.
- Feature is under development and behin... | {"issue_number": 6883, "pr_number": 6882, "commits_count": 1, "files_changed": 30, "response_length": 5751, "file_count": 58, "needs_breakdown": true} |
feat(stripe): add setup intent in connector integration (stripe)
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [x] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
## Description
This PR adds a stripe POC for the verify API
<!-- Describe your changes ... | <think>
PR Context:
- Title: feat(routes): add the validation API in payments route
- Merged: 2022-12-08T14:36:46Z
- Files changed: 14 files
- Commits: 21 commits
Implementation approach:
## Description
This PR is an extension to the pr for adding operation in payments core where the changes are also included in the... | {"issue_number": 50, "pr_number": 61, "commits_count": 1, "files_changed": 14, "response_length": 2413, "file_count": 16, "needs_breakdown": true} |
[FEATURE] : Billwerk payments integration
### Feature Description
Billwerk Payments is a payment gateway provider focused on Northern Europe countries.
### Possible Implementation
Product: [https://www.billwerk.plus/payments/](https://www.billwerk.plus/payments/)
Docs: [https://docs.reepay.com/](https://docs.reep... | <think>
PR Context:
- Title: feat(connector): [billwerk] add connector template code
- Merged: 2024-03-27T08:22:28Z
- Files changed: 20 files
- Commits: 12 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Add Billwerk Template connector code
https://reference.reepay.com/api/... | {"issue_number": 3227, "pr_number": 4123, "commits_count": 1, "files_changed": 20, "response_length": 8983, "file_count": 16, "needs_breakdown": true} |
build(router_env): obtain workspace member package names from `cargo_metadata` more deterministically
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [x] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
<!... | <think>
PR Context:
- Title: ci(CI-pr): determine modified crates more deterministically
- Merged: 2024-03-28T10:35:25Z
- Files changed: 3 files
- Commits: 2 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR updates the `CI-pr` workflow to determine modified crates mor... | {"issue_number": 4139, "pr_number": 4233, "commits_count": 1, "files_changed": 3, "response_length": 1018, "file_count": 4, "needs_breakdown": false} |
[BUG] Payments list doesn't work with pagination parameters
### Context
- Currently the API accepts payment_id as pagination parameters for e.g starting_after = `pay_Ajabdhakjhah`
- However the underlying code relies on the auto-increment characteristic of databases
- While we do some sort of conversion here our pa... | <think>
PR Context:
- Title: fix(router): desc payment list for pagination
- Merged: 2023-07-07T09:11:59Z
- Files changed: 3 files
- Commits: 6 commits
Implementation approach:
## Description
Sorted the payment list order in API response for descending based on `created_at` parameter. It allows the database fetches ... | {"issue_number": 1439, "pr_number": 1556, "commits_count": 1, "files_changed": 3, "response_length": 1037, "file_count": 4, "needs_breakdown": false} |
fix(connector): fix Stripe status to attempt status map
## 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 detail -->
@Naray... | <think>
PR Context:
- Title: revert(connector): fix stripe status to attempt status map
- Merged: 2023-05-17T15:05:21Z
- Files changed: 1 files
- Commits: 2 commits
Implementation approach:
reverts #1132
This status is required in case of `sofort` bank_redirect payment method. Incorrect comments caused this to be r... | {"issue_number": 1132, "pr_number": 1179, "commits_count": 1, "files_changed": 1, "response_length": 594, "file_count": 3, "needs_breakdown": false} |
feat: get specific user role details api
Currently frontend is using the user list api to get the details of the users in a particular merchant account.
If somebody is in a user details page and refreshes, FE will again call list api to get the details as there is no api to get the details of a specific user. | <think>
PR Context:
- Title: feat(users): Add new API get the user and role details of specific user
- Merged: 2024-03-07T06:37:39Z
- Files changed: 7 files
- Commits: 3 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Currently there is no way to get the details of user and ... | {"issue_number": 3987, "pr_number": 3988, "commits_count": 1, "files_changed": 7, "response_length": 1556, "file_count": 9, "needs_breakdown": false} |
[FEAT] Add mandates for Payload
- Add MIT payments to Payload connector
- Add connector customer
- Fix amount conversion
Relevant docs:
- https://docs.payload.com/apis/payments/
- https://docs.payload.com/apis/payments/charging-a-customer/
- https://docs.payload.com/apis/automatic-payments/
- https://docs.payload.co... | <think>
PR Context:
- Title: feat(connector): [payload] add recurring payments
- Merged: 2025-07-31T07:04:50Z
- Files changed: 23 files
- Commits: 29 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR targets Payload connector and has multiple fixes and a new feature ... | {"issue_number": 8610, "pr_number": 8597, "commits_count": 1, "files_changed": 23, "response_length": 2221, "file_count": 11, "needs_breakdown": false} |
[FEATURE]: [Worldline] Use `connector_request_reference_id` as reference to the connector
### :memo: Feature Description
- We transmit our reference id from Hyperswitch to the connector, enabling merchants to subsequently locate the payment within the connector dashboard.
- Presently, there is a lack of uniformity i... | <think>
PR Context:
- Title: refactor(worldline): use `connector_request_reference_id` as reference to the connector
- Merged: 2023-10-12T12:04:42Z
- Files changed: 1 files
- Commits: 7 commits
Implementation approach:
## Description
Replace `payment_id` with `connector_request_reference_id` in worldline.
Closes #2... | {"issue_number": 2320, "pr_number": 2498, "commits_count": 1, "files_changed": 1, "response_length": 1029, "file_count": 3, "needs_breakdown": false} |
fix(compatibility): add last_payment_error in stripe payment response
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
## Description
<!-- Describe your changes in detail -->
Add last_payment_error fie... | <think>
PR Context:
- Title: Changelog for release v0.5.3
- Merged: 2023-03-29T10:34:03Z
- Files changed: 1 files
- Commits: 1 commits
Implementation approach:
# 0.5.3 (2023-03-29)
## Documentation Changes
* **rfc:** add rfc template & first RFC (#806) (01a5e0a0)
## New Features
* cards info api (#749) (... | {"issue_number": 803, "pr_number": 812, "commits_count": 0, "files_changed": 1, "response_length": 758, "file_count": 5, "needs_breakdown": false} |
[FEATURE] Implement `RefundInterface` for `MockDb`
Spin out from #172. Please refer to that issue for more information. | <think>
PR Context:
- Title: feat(db): implement `RefundInterface` for `MockDb`
- Merged: 2023-06-03T13:51:23Z
- Files changed: 2 files
- Commits: 6 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
### Additional Changes
- [ ] This PR modifies the API contract
- [ ] T... | {"issue_number": 1276, "pr_number": 1277, "commits_count": 1, "files_changed": 2, "response_length": 1081, "file_count": 4, "needs_breakdown": false} |
[FEATURE]: [Klarna] Use `connector_response_reference_id` as reference to merchant
### :memo: Feature Description
- Reference id are used to map transactions in the connector’s dashboard.
- Hyperswitch manages several reference ids, such as `payment_id`, `attempt_id`, and `connector_transaction_id` for a single trans... | <think>
PR Context:
- Title: feat(connector): [Klarna] Add order id as the reference id to merchant
- Merged: 2023-10-19T14:22:51Z
- Files changed: 1 files
- Commits: 5 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
### Additional Changes
- [ ] This PR modifies the A... | {"issue_number": 2334, "pr_number": 2614, "commits_count": 1, "files_changed": 1, "response_length": 978, "file_count": 3, "needs_breakdown": false} |
[FEATURE] Cypress test for UCS through Hyperswitch
### Feature Description
there should be a cypress test supported for ucs through hyperswitch
### Possible Implementation
make code changes in cypress folder and call ucs related api's
### Have you spent some time checking if this feature request has been raised be... | <think>
PR Context:
- Title: feat(cypress): Cypress test for ucs
- Merged: 2025-09-02T15:36:00Z
- Files changed: 5 files
- Commits: 30 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
added cypress test for ucs by maintaing the flow
Closes #8968
### Additional Changes
... | {"issue_number": 8968, "pr_number": 8967, "commits_count": 0, "files_changed": 5, "response_length": 766, "file_count": 0, "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:
## Description
<!-- Describe your changes in detail -->
This pull request introduces significant changes to the Wise conn... | {"issue_number": 6121, "pr_number": 6469, "commits_count": 1, "files_changed": 4, "response_length": 1349, "file_count": 6, "needs_breakdown": false} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.