repo stringclasses 1
value | instance_id stringlengths 24 24 | problem_statement stringlengths 24 8.41k | patch stringlengths 0 367k | test_patch stringclasses 1
value | created_at stringdate 2023-04-18 16:43:29 2025-10-07 09:18:54 | hints_text stringlengths 57 132k | version stringclasses 8
values | base_commit stringlengths 40 40 | environment_setup_commit stringlengths 40 40 |
|---|---|---|---|---|---|---|---|---|---|
juspay/hyperswitch | juspay__hyperswitch-9675 | Bug: [feature] add mit payment s2s call and invoice sync job to subscription webhook
Create Mit payment handler in subscription invoice_handler.rs
and add create_invoice_sync_job after updating the invoice with the payment ID | diff --git a/crates/api_models/src/subscription.rs b/crates/api_models/src/subscription.rs
index 9378d7796f..2829d58b88 100644
--- a/crates/api_models/src/subscription.rs
+++ b/crates/api_models/src/subscription.rs
@@ -5,6 +5,7 @@ use utoipa::ToSchema;
use crate::{
enums as api_enums,
+ mandates::RecurringDe... | 2025-10-04T20:28:58Z | ## 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 -->
This pr completes [9400](https://github.com/juspay/hyperswitc... | v1.117.0 | c172f03c31e9b29b69490c7c5dfb3b4c78206f79 | c172f03c31e9b29b69490c7c5dfb3b4c78206f79 | |
juspay/hyperswitch | juspay__hyperswitch-9696 | Bug: [FIX] (connector) Skrill payment method in Paysafe throws 501
origin: paysafe transformers L566
payment going through pre process flow, unexpected.
skrill should go through authorize + complete authorize flow
rca:
preprocessing is being applied to entire wallet for paysafe connector. it needs to be restrict... | diff --git a/crates/router/src/core/payments.rs b/crates/router/src/core/payments.rs
index e9a917153f..e3d153f2aa 100644
--- a/crates/router/src/core/payments.rs
+++ b/crates/router/src/core/payments.rs
@@ -6623,11 +6623,14 @@ where
false,
)
} else if connector.connect... | 2025-10-06T11:39:33Z | ## 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 -->
this pr fixes bug in paysafe where skrill wallet payment meth... | v1.117.0 | cc4eaed5702dbcaa6c54a32714b52f479dfbe85b | cc4eaed5702dbcaa6c54a32714b52f479dfbe85b | |
juspay/hyperswitch | juspay__hyperswitch-9711 | Bug: [FEATURE] loonio webhooks
### Feature Description
Implement webhook support for loonio
### Possible Implementation
Implement Webhook - Payment
### Have you spent some time checking if this feature request has been raised before?
- [x] I checked and didn't find a similar issue
### Have you read the Contrib... | diff --git a/crates/hyperswitch_connectors/src/connectors/loonio.rs b/crates/hyperswitch_connectors/src/connectors/loonio.rs
index 96ee717b862..1de6f4236d4 100644
--- a/crates/hyperswitch_connectors/src/connectors/loonio.rs
+++ b/crates/hyperswitch_connectors/src/connectors/loonio.rs
@@ -2,12 +2,13 @@ pub mod transform... | 2025-10-07T09:18:54Z | ## 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 -->
Loomio webhooks for payments
## payment request
```j... | v1.117.0 | b3beda7d7172396452e34858cb6bd701962f75ab | b3beda7d7172396452e34858cb6bd701962f75ab | |
juspay/hyperswitch | juspay__hyperswitch-9693 | Bug: Add support to update card exp in update payment methods api
1. Need support to update card expiry in payments method data of payment methods table using batch pm update API.
2. Need support to pass multiple mca ids for updating payment methods entries.
| diff --git a/crates/api_models/src/payment_methods.rs b/crates/api_models/src/payment_methods.rs
index 591932c5deb..cfb45ef045c 100644
--- a/crates/api_models/src/payment_methods.rs
+++ b/crates/api_models/src/payment_methods.rs
@@ -294,6 +294,7 @@ pub struct PaymentMethodRecordUpdateResponse {
pub status: common_... | 2025-10-06T12:49:07Z | ## 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 -->
We can update card expiry in payments method data of payment me... | v1.117.0 | c172f03c31e9b29b69490c7c5dfb3b4c78206f79 | c172f03c31e9b29b69490c7c5dfb3b4c78206f79 | |
juspay/hyperswitch | juspay__hyperswitch-9631 | Bug: [FEATURE]: [Nuvei] add payout flows
Add Cards Payout through Nuvei
Add Webhook support for Payouts in Nuvei
Propagate error from failure response in payouts
Create webhook_url in PayoutsData Request to pass to Psp's | diff --git a/api-reference/v1/openapi_spec_v1.json b/api-reference/v1/openapi_spec_v1.json
index 6ac0ad192b1..42443a3cf40 100644
--- a/api-reference/v1/openapi_spec_v1.json
+++ b/api-reference/v1/openapi_spec_v1.json
@@ -26605,6 +26605,7 @@
"cybersource",
"ebanx",
"nomupay",
+ ... | 2025-09-30T08:17:44Z | ## 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 -->
- Add Cards Payout through Nuvei
- Add Webhook support for Pay... | v1.117.0 | efab34f0ef0bd032b049778f18f3cb688faa7fa7 | efab34f0ef0bd032b049778f18f3cb688faa7fa7 | |
juspay/hyperswitch | juspay__hyperswitch-9634 | "Bug: Nexixpay MIT & order_id fix\n\n\n\n1. We should use same order id of max length 18 among multi(...TRUNCATED) | "diff --git a/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs b/crates/hypersw(...TRUNCATED) | 2025-10-01T11:07:43Z | "## Type of Change\r\n<!-- Put an `x` in the boxes that apply -->\r\n\r\n- [x] Bugfix\r\n- [ ] New f(...TRUNCATED) | v1.117.0 | 9312cfa3c85e350c12bd64306037a72753b532bd | 9312cfa3c85e350c12bd64306037a72753b532bd | |
juspay/hyperswitch | juspay__hyperswitch-9642 | "Bug: [FEAT]: [Customer] Add search support to Customer API by Customer_ID\n\n\n\n### Feature Descri(...TRUNCATED) | "diff --git a/crates/api_models/src/customers.rs b/crates/api_models/src/customers.rs\nindex 19016e2(...TRUNCATED) | 2025-09-30T08:46:02Z | "## Type of Change\r\n<!-- Put an `x` in the boxes that apply -->\r\n\r\n- [ ] Bugfix\r\n- [x] New f(...TRUNCATED) | v1.117.0 | 2d580b3afbca861028e010853dc33c75818c9288 | 2d580b3afbca861028e010853dc33c75818c9288 | |
juspay/hyperswitch | juspay__hyperswitch-9621 | "Bug: [FEATURE] : [Loonio] Implement interac Bank Redirect Payment Method\n\n\n\nImplement interac B(...TRUNCATED) | "diff --git a/api-reference/v1/openapi_spec_v1.json b/api-reference/v1/openapi_spec_v1.json\nindex 4(...TRUNCATED) | 2025-09-30T09:22:34Z | "## Type of Change\r\n<!-- Put an `x` in the boxes that apply -->\r\n\r\n- [ ] Bugfix\r\n- [ ] New f(...TRUNCATED) | v1.117.0 | efab34f0ef0bd032b049778f18f3cb688faa7fa7 | efab34f0ef0bd032b049778f18f3cb688faa7fa7 | |
juspay/hyperswitch | juspay__hyperswitch-9623 | "Bug: [ENHANCEMENT] payout updates\n\n\n\nCreating this ticket for\n\n1. Adding currency as a rule f(...TRUNCATED) | "diff --git a/crates/euclid/src/frontend/dir.rs b/crates/euclid/src/frontend/dir.rs\nindex 7df086fdb(...TRUNCATED) | 2025-09-30T10:54:01Z | "## Type of Change\r\n<!-- Put an `x` in the boxes that apply -->\r\n\r\n- [x] Bugfix\r\n- [ ] New f(...TRUNCATED) | v1.117.0 | efab34f0ef0bd032b049778f18f3cb688faa7fa7 | efab34f0ef0bd032b049778f18f3cb688faa7fa7 | |
juspay/hyperswitch | juspay__hyperswitch-9638 | "Bug: [FEATURE] add cypress tests for void payment in v2\n\n\n\n### Feature Description\n\nThis impl(...TRUNCATED) | "diff --git a/cypress-tests-v2/cypress/e2e/configs/Payment/Commons.js b/cypress-tests-v2/cypress/e2e(...TRUNCATED) | 2025-10-01T11:34:49Z | "## Type of Change\r\n<!-- Put an `x` in the boxes that apply -->\r\n\r\n- [ ] Bugfix\r\n- [X] New f(...TRUNCATED) | v1.117.0 | 90c7cffcd5b555bb5f18e320f723fce265781e9e | 90c7cffcd5b555bb5f18e320f723fce265781e9e |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 7