prompt stringlengths 24 6.44k | response stringlengths 728 14.4k | metadata stringlengths 148 152 |
|---|---|---|
feat(analytics): implement currency conversion to power multi-currency aggregation
## Current Behaviour
The total amount calculated for all payment analytics buckets related to amounts is incorrect because currency conversion is not being applied before summing the values. As a result, amounts in different currencies... | <think>
PR Context:
- Title: feat(analytics): implement currency conversion to power multi-currency aggregation
- Merged: 2024-11-06T09:51:02Z
- Files changed: 18 files
- Commits: 12 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ... | {"issue_number": 6416, "pr_number": 6418, "commits_count": 1, "files_changed": 18, "response_length": 2259, "file_count": 18, "needs_breakdown": true} |
[FEATURE]: Add support for Webhooks through UCS
### Feature Description
the Webhooks should go to Unified connector service and should be handled there
### Possible Implementation
add webhook integration in hyperswitch
### Have you spent some time checking if this feature request has been raised before?
- [x] I c... | <think>
PR Context:
- Title: feat(core): Adding integration for webhooks through UCS
- Merged: 2025-08-08T14:35:40Z
- Files changed: 5 files
- Commits: 20 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [x] Enhancement
- [ ] Refacto... | {"issue_number": 8880, "pr_number": 8814, "commits_count": 2, "files_changed": 5, "response_length": 3391, "file_count": 13, "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} |
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} |
[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} |
feat(analytics): Analytics Request Validator and config driven forex feature
## Current behaviour
- Forex api calls are occuring on every analytics api call
- There is no analytics request validator.
## Proposed Changes
- Enable/Disable forex functionality based on a config flag.
- `request_validator()` to validate... | <think>
PR Context:
- Title: feat(analytics): Analytics Request Validator and config driven forex feature
- Merged: 2024-12-17T10:50:36Z
- Files changed: 16 files
- Commits: 16 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [x] Enha... | {"issue_number": 6731, "pr_number": 6733, "commits_count": 1, "files_changed": 16, "response_length": 2201, "file_count": 14, "needs_breakdown": false} |
[FEAT] Implement Refund for JPMorgan
this connector lacks basic feature i.e., refunds.
relevant docs:
- https://developer.payments.jpmorgan.com/api/commerce/online-payments/overview
- https://developer.payments.jpmorgan.com/api/commerce/online-payments/online-payments/online-payments#/operations/V2RefundPost | <think>
PR Context:
- Title: feat(connector): [jpmorgan] implement refund flow
- Merged: 2025-06-25T07:01:17Z
- Files changed: 3 files
- Commits: 4 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
-... | {"issue_number": 8435, "pr_number": 8436, "commits_count": 1, "files_changed": 3, "response_length": 1097, "file_count": 4, "needs_breakdown": false} |
[REFACTOR] use REQUEST_TIME_OUT for outgoing webhooks instead of hardcoded 5-second timeout
**Problem Statement**
The current outgoing webhook timeout is hardcoded to 5 seconds, which is too restrictive and causes delivery failures for legacy systems which might take over 5 seconds to respond back. We should use the e... | <think>
PR Context:
- Title: refactor(webhooks): use REQUEST_TIME_OUT constant for outgoing webhooks
- Merged: None
- Files changed: 3 files
- Commits: 1 commits
Implementation approach:
## Summary
- Replace hardcoded 5-second timeout with existing REQUEST_TIME_OUT constant (30s) for outgoing webhook requests
- Remove... | {"issue_number": 8724, "pr_number": 8726, "commits_count": 0, "files_changed": 3, "response_length": 785, "file_count": 0, "needs_breakdown": false} |
FEATURE(connector): [Facilitapay] Add support for Pix Bank transfer
Documentation: https://sandbox-portal.facilitapay.com/#/docs | <think>
PR Context:
- Title: feat(connector): [Facilitapay] Add support for Pix Bank Transfers
- Merged: 2025-04-23T08:48:37Z
- Files changed: 30 files
- Commits: 30 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- ... | {"issue_number": 7732, "pr_number": 7704, "commits_count": 1, "files_changed": 30, "response_length": 4360, "file_count": 22, "needs_breakdown": true} |
[CHORE] update Cypress creds
update cypress creds.
wise failing | <think>
PR Context:
- Title: chore: update creds
- Merged: 2025-01-17T10:37:04Z
- Files changed: 1 files
- Commits: 1 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ]... | {"issue_number": 7053, "pr_number": 7054, "commits_count": 0, "files_changed": 1, "response_length": 749, "file_count": 0, "needs_breakdown": false} |
refactor(users): Force 2FA in prod env
Currently 2FA is not forced on prod, users have ability to skip it.
For the PCI compliance, we have to force users to setup and use 2FA. | <think>
PR Context:
- Title: refactor(users): Force 2FA in production environment
- Merged: 2024-11-19T13:18:51Z
- Files changed: 1 files
- Commits: 2 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [x] Refactoring... | {"issue_number": 6592, "pr_number": 6596, "commits_count": 0, "files_changed": 1, "response_length": 782, "file_count": 0, "needs_breakdown": false} |
Required fields absent in PML in case of Gift Card for OnSession (v2)
In case of `Adyen` connector and `Givex` payment method subtype, required fields are absent in PML output when `setup_future_usage` is `OnSession`
Need to move givex required fields to common in the required fields TOML | <think>
PR Context:
- Title: fix(config): Set common required fields for Givex (v2)
- Merged: 2025-09-18T08:51:00Z
- 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
- [ ] Refactori... | {"issue_number": 9413, "pr_number": 9414, "commits_count": 0, "files_changed": 1, "response_length": 784, "file_count": 0, "needs_breakdown": false} |
feat(router): Unify Auth in single layer (V2)
In-efficiency in design
* Currently we have many types of auth and auth is evaluated in multiple places, with multiple ways.
* This indeed required multiple approaches and solution needs to be maintained
* More cognitive load
* We can’t authenticate a request in one ... | <think>
PR Context:
- Title: feat(router): [V2] Introduce V2Auth and use it for payment_methods_list_enabled
- Merged: 2025-01-31T08:37:18Z
- Files changed: 30 files
- Commits: 11 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [x] E... | {"issue_number": 7037, "pr_number": 7038, "commits_count": 1, "files_changed": 30, "response_length": 4938, "file_count": 31, "needs_breakdown": true} |
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 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} |
[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} |
[BUG] payment_method_type for cards is null
### Bug Description
payment_method_type is a sub category of payment_method for defining the the payment_method's type. This is useful for PMs like banks and wallets to differentiate between SEPA / BACS / ACH banks or APay / GPay wallets, and helpful in similar way for ot... | <think>
PR Context:
- Title: fix(payments): populate payment_method_type in payment_attempt for cards
- Merged: 2024-11-13T10:04:00Z
- Files changed: 3 files
- Commits: 7 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancemen... | {"issue_number": 6512, "pr_number": 6519, "commits_count": 1, "files_changed": 3, "response_length": 1308, "file_count": 5, "needs_breakdown": false} |
[REFACTOR] Consolidate `UserStatus` Enum into `common_enums` File
### Feature Description
We currently have duplicate `UserStatus` enum types defined in multiple locations:
1. `crates/api_models/src/user_role.rs`
2. `crates/diesel_models/src/enums.rs`
To avoid redundancy and ensure consistency, these types sho... | <think>
PR Context:
- Title: refactor(users): Consolidate `UserStatus` enum into `common_enums` file
- Merged: None
- Files changed: 12 files
- Commits: 6 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [x] Refacto... | {"issue_number": 5967, "pr_number": 6444, "commits_count": 0, "files_changed": 12, "response_length": 786, "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:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement... | {"issue_number": 7164, "pr_number": 7165, "commits_count": 1, "files_changed": 9, "response_length": 2436, "file_count": 5, "needs_breakdown": false} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.