| [ |
| { |
| "query": "Where is add intent_fulfillment_time configuration to temp locker. implemented?", |
| "ground_truth_files": [ |
| "crates/router/src/core/authentication/utils.rs", |
| "crates/router/src/core/payment_methods/cards.rs", |
| "crates/router/src/core/payment_methods/vault.rs", |
| "crates/router/src/core/payouts/helpers.rs", |
| "crates/router/src/core/unified_authentication_service/utils.rs", |
| "crates/router/src/core/webhooks/incoming.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/authentication/utils.rs": [ |
| [ |
| 220, |
| 226 |
| ], |
| [ |
| 281, |
| 287 |
| ] |
| ], |
| "crates/router/src/core/payment_methods/cards.rs": [ |
| [ |
| 4893, |
| 4899 |
| ], |
| [ |
| 4989, |
| 4995 |
| ] |
| ], |
| "crates/router/src/core/payment_methods/vault.rs": [ |
| [ |
| 1166, |
| 1172 |
| ], |
| [ |
| 1210, |
| 1216 |
| ], |
| [ |
| 1225, |
| 1237 |
| ], |
| [ |
| 1262, |
| 1305 |
| ], |
| [ |
| 1331, |
| 1337 |
| ] |
| ], |
| "crates/router/src/core/payouts/helpers.rs": [ |
| [ |
| 162, |
| 178 |
| ] |
| ], |
| "crates/router/src/core/unified_authentication_service/utils.rs": [ |
| [ |
| 315, |
| 321 |
| ], |
| [ |
| 384, |
| 390 |
| ] |
| ], |
| "crates/router/src/core/webhooks/incoming.rs": [ |
| [ |
| 2236, |
| 2242 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10877, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10877", |
| "original_title": "feat(core): add intent_fulfillment_time configuration to temp locker", |
| "merged_at": "2026-01-12T15:04:21Z", |
| "merge_commit_sha": "c87e82a244475d40b20a6b6d09dedc0a99fbc2cf", |
| "base_sha": "cb90dd5f96d02f651f2544c5263bd8f31db5305a", |
| "head_sha": "d1635910dd9fada36b00139fc8d4bae022a8d830", |
| "total_lines_changed": 60, |
| "query_index": 0, |
| "num_queries": 1 |
| } |
| }, |
| { |
| "query": "Where should I look to fix [worldpaymodular] capture issue.?", |
| "ground_truth_files": [ |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/request.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers.rs": [ |
| [ |
| 4, |
| 10 |
| ], |
| [ |
| 63, |
| 86 |
| ], |
| [ |
| 181, |
| 193 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/request.rs": [ |
| [ |
| 4, |
| 15 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "easy", |
| "metadata": { |
| "pr_number": 10889, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10889", |
| "original_title": "fix(connector): [worldpaymodular] capture issue", |
| "merged_at": "2026-01-12T14:12:08Z", |
| "merge_commit_sha": "9cfd44956db98fd8c92e593f132c51a1392ef5a4", |
| "base_sha": "6fd7980e93a3fa1f0911a7475292e86df53d30ab", |
| "head_sha": "f65f838862b2bb6192cb23c71e7189efdb8bd1bf", |
| "total_lines_changed": 58, |
| "query_index": 0, |
| "num_queries": 1 |
| } |
| }, |
| { |
| "query": "Where should I look for adyen repeat payment dependencies for HS<>UCS.?", |
| "ground_truth_files": [ |
| "crates/router/src/core/payments/gateway/access_token_gateway.rs", |
| "crates/router/src/core/payments/gateway/authorize_gateway.rs", |
| "crates/router/src/core/payments/gateway/cancel_gateway.rs", |
| "crates/router/src/core/payments/gateway/capture_gateway.rs", |
| "crates/router/src/core/payments/gateway/complete_authorize_gateway.rs", |
| "crates/router/src/core/payments/gateway/create_customer_gateway.rs", |
| "crates/router/src/core/payments/gateway/create_order_gateway.rs", |
| "crates/router/src/core/payments/gateway/payment_method_token_create_gateway.rs", |
| "crates/router/src/core/payments/gateway/psync_gateway.rs", |
| "crates/router/src/core/payments/gateway/session_gateway.rs", |
| "crates/router/src/core/payments/gateway/session_token_gateway.rs", |
| "crates/router/src/core/payments/gateway/setup_mandate.rs", |
| "crates/router/src/core/unified_connector_service/transformers.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/payments/gateway/access_token_gateway.rs": [ |
| [ |
| 143, |
| 159 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/authorize_gateway.rs": [ |
| [ |
| 144, |
| 162 |
| ], |
| [ |
| 214, |
| 232 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/cancel_gateway.rs": [ |
| [ |
| 122, |
| 140 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/capture_gateway.rs": [ |
| [ |
| 123, |
| 141 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/complete_authorize_gateway.rs": [ |
| [ |
| 128, |
| 146 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/create_customer_gateway.rs": [ |
| [ |
| 21, |
| 27 |
| ], |
| [ |
| 124, |
| 140 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/create_order_gateway.rs": [ |
| [ |
| 127, |
| 143 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/payment_method_token_create_gateway.rs": [ |
| [ |
| 135, |
| 151 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/psync_gateway.rs": [ |
| [ |
| 182, |
| 200 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/session_gateway.rs": [ |
| [ |
| 128, |
| 144 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/session_token_gateway.rs": [ |
| [ |
| 130, |
| 146 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/setup_mandate.rs": [ |
| [ |
| 124, |
| 142 |
| ] |
| ], |
| "crates/router/src/core/unified_connector_service/transformers.rs": [ |
| [ |
| 386, |
| 392 |
| ], |
| [ |
| 550, |
| 556 |
| ], |
| [ |
| 1258, |
| 1264 |
| ], |
| [ |
| 1433, |
| 1439 |
| ], |
| [ |
| 1591, |
| 1597 |
| ], |
| [ |
| 1727, |
| 1738 |
| ], |
| [ |
| 1917, |
| 1939 |
| ], |
| [ |
| 2057, |
| 2065 |
| ], |
| [ |
| 2220, |
| 2228 |
| ], |
| [ |
| 2578, |
| 2586 |
| ], |
| [ |
| 3438, |
| 3451 |
| ], |
| [ |
| 3477, |
| 3484 |
| ], |
| [ |
| 3623, |
| 3631 |
| ], |
| [ |
| 3665, |
| 3672 |
| ], |
| [ |
| 3740, |
| 3810 |
| ], |
| [ |
| 4565, |
| 4573 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10909, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10909", |
| "original_title": "feat: adyen repeat payment dependencies for HS<>UCS", |
| "merged_at": "2026-01-12T14:03:24Z", |
| "merge_commit_sha": "3e900dbce93d492489812841a42d5564ac35d2df", |
| "base_sha": "10a387aa0acb895dfe6662ff4dbb27b9eb771f83", |
| "head_sha": "c4c89161af776566a7478f5db535ba696b5b139b", |
| "total_lines_changed": 317, |
| "query_index": 0, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "Where in router is the code for feat: adyen repeat payment dependencies for HS<>UC?", |
| "ground_truth_files": [ |
| "crates/router/src/core/payments/gateway/access_token_gateway.rs", |
| "crates/router/src/core/payments/gateway/authorize_gateway.rs", |
| "crates/router/src/core/payments/gateway/cancel_gateway.rs", |
| "crates/router/src/core/payments/gateway/capture_gateway.rs", |
| "crates/router/src/core/payments/gateway/complete_authorize_gateway.rs", |
| "crates/router/src/core/payments/gateway/create_customer_gateway.rs", |
| "crates/router/src/core/payments/gateway/create_order_gateway.rs", |
| "crates/router/src/core/payments/gateway/payment_method_token_create_gateway.rs", |
| "crates/router/src/core/payments/gateway/psync_gateway.rs", |
| "crates/router/src/core/payments/gateway/session_gateway.rs", |
| "crates/router/src/core/payments/gateway/session_token_gateway.rs", |
| "crates/router/src/core/payments/gateway/setup_mandate.rs", |
| "crates/router/src/core/unified_connector_service/transformers.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/payments/gateway/access_token_gateway.rs": [ |
| [ |
| 143, |
| 159 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/authorize_gateway.rs": [ |
| [ |
| 144, |
| 162 |
| ], |
| [ |
| 214, |
| 232 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/cancel_gateway.rs": [ |
| [ |
| 122, |
| 140 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/capture_gateway.rs": [ |
| [ |
| 123, |
| 141 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/complete_authorize_gateway.rs": [ |
| [ |
| 128, |
| 146 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/create_customer_gateway.rs": [ |
| [ |
| 21, |
| 27 |
| ], |
| [ |
| 124, |
| 140 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/create_order_gateway.rs": [ |
| [ |
| 127, |
| 143 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/payment_method_token_create_gateway.rs": [ |
| [ |
| 135, |
| 151 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/psync_gateway.rs": [ |
| [ |
| 182, |
| 200 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/session_gateway.rs": [ |
| [ |
| 128, |
| 144 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/session_token_gateway.rs": [ |
| [ |
| 130, |
| 146 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/setup_mandate.rs": [ |
| [ |
| 124, |
| 142 |
| ] |
| ], |
| "crates/router/src/core/unified_connector_service/transformers.rs": [ |
| [ |
| 386, |
| 392 |
| ], |
| [ |
| 550, |
| 556 |
| ], |
| [ |
| 1258, |
| 1264 |
| ], |
| [ |
| 1433, |
| 1439 |
| ], |
| [ |
| 1591, |
| 1597 |
| ], |
| [ |
| 1727, |
| 1738 |
| ], |
| [ |
| 1917, |
| 1939 |
| ], |
| [ |
| 2057, |
| 2065 |
| ], |
| [ |
| 2220, |
| 2228 |
| ], |
| [ |
| 2578, |
| 2586 |
| ], |
| [ |
| 3438, |
| 3451 |
| ], |
| [ |
| 3477, |
| 3484 |
| ], |
| [ |
| 3623, |
| 3631 |
| ], |
| [ |
| 3665, |
| 3672 |
| ], |
| [ |
| 3740, |
| 3810 |
| ], |
| [ |
| 4565, |
| 4573 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10909, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10909", |
| "original_title": "feat: adyen repeat payment dependencies for HS<>UCS", |
| "merged_at": "2026-01-12T14:03:24Z", |
| "merge_commit_sha": "3e900dbce93d492489812841a42d5564ac35d2df", |
| "base_sha": "10a387aa0acb895dfe6662ff4dbb27b9eb771f83", |
| "head_sha": "c4c89161af776566a7478f5db535ba696b5b139b", |
| "total_lines_changed": 317, |
| "query_index": 1, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "What files are most important for understanding feat: adyen repeat payment dependencies ?", |
| "ground_truth_files": [ |
| "crates/router/src/core/payments/gateway/complete_authorize_gateway.rs", |
| "crates/router/src/core/payments/gateway/session_gateway.rs", |
| "crates/router/src/core/payments/gateway/cancel_gateway.rs", |
| "crates/router/src/core/payments/gateway/create_order_gateway.rs", |
| "crates/router/src/core/payments/gateway/create_customer_gateway.rs", |
| "crates/router/src/core/payments/gateway/capture_gateway.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/payments/gateway/complete_authorize_gateway.rs": [ |
| [ |
| 128, |
| 146 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/session_gateway.rs": [ |
| [ |
| 128, |
| 144 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/cancel_gateway.rs": [ |
| [ |
| 122, |
| 140 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/create_order_gateway.rs": [ |
| [ |
| 127, |
| 143 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/create_customer_gateway.rs": [ |
| [ |
| 21, |
| 27 |
| ], |
| [ |
| 124, |
| 140 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/capture_gateway.rs": [ |
| [ |
| 123, |
| 141 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10909, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10909", |
| "original_title": "feat: adyen repeat payment dependencies for HS<>UCS", |
| "merged_at": "2026-01-12T14:03:24Z", |
| "merge_commit_sha": "3e900dbce93d492489812841a42d5564ac35d2df", |
| "base_sha": "10a387aa0acb895dfe6662ff4dbb27b9eb771f83", |
| "head_sha": "c4c89161af776566a7478f5db535ba696b5b139b", |
| "total_lines_changed": 317, |
| "query_index": 2, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "How does the codebase handle added upi_source support for upi.?", |
| "ground_truth_files": [ |
| "crates/api_models/src/payments.rs", |
| "crates/api_models/src/payments/additional_info.rs", |
| "crates/hyperswitch_domain_models/src/payment_method_data.rs", |
| "crates/openapi/src/openapi.rs", |
| "crates/openapi/src/openapi_v2.rs", |
| "crates/router/src/compatibility/stripe/payment_intents/types.rs", |
| "crates/router/src/core/unified_connector_service.rs", |
| "crates/router/src/core/unified_connector_service/transformers.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/api_models/src/payments.rs": [ |
| [ |
| 4615, |
| 4674 |
| ] |
| ], |
| "crates/api_models/src/payments/additional_info.rs": [ |
| [ |
| 5, |
| 11 |
| ], |
| [ |
| 349, |
| 357 |
| ] |
| ], |
| "crates/hyperswitch_domain_models/src/payment_method_data.rs": [ |
| [ |
| 832, |
| 884 |
| ], |
| [ |
| 1799, |
| 1814 |
| ], |
| [ |
| 1819, |
| 1835 |
| ] |
| ], |
| "crates/openapi/src/openapi.rs": [ |
| [ |
| 482, |
| 488 |
| ] |
| ], |
| "crates/openapi/src/openapi_v2.rs": [ |
| [ |
| 417, |
| 423 |
| ] |
| ], |
| "crates/router/src/compatibility/stripe/payment_intents/types.rs": [ |
| [ |
| 153, |
| 159 |
| ], |
| [ |
| 960, |
| 966 |
| ] |
| ], |
| "crates/router/src/core/unified_connector_service.rs": [ |
| [ |
| 668, |
| 699 |
| ] |
| ], |
| "crates/router/src/core/unified_connector_service/transformers.rs": [ |
| [ |
| 2804, |
| 2828 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10675, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10675", |
| "original_title": "feat(ucs): added upi_source support for upi", |
| "merged_at": "2026-01-12T13:42:15Z", |
| "merge_commit_sha": "310630561548208a31caa8ff9f7a411930dbc397", |
| "base_sha": "dcbad3b5aba6dccedef844b9d378180ec062ffa7", |
| "head_sha": "051b1a5c5dec949dc6a949bada3815d799678882", |
| "total_lines_changed": 153, |
| "query_index": 0, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "What changes are needed in router for feat(ucs): added upi_source support for upi?", |
| "ground_truth_files": [ |
| "crates/router/src/compatibility/stripe/payment_intents/types.rs", |
| "crates/router/src/core/unified_connector_service.rs", |
| "crates/router/src/core/unified_connector_service/transformers.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/compatibility/stripe/payment_intents/types.rs": [ |
| [ |
| 153, |
| 159 |
| ], |
| [ |
| 960, |
| 966 |
| ] |
| ], |
| "crates/router/src/core/unified_connector_service.rs": [ |
| [ |
| 668, |
| 699 |
| ] |
| ], |
| "crates/router/src/core/unified_connector_service/transformers.rs": [ |
| [ |
| 2804, |
| 2828 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10675, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10675", |
| "original_title": "feat(ucs): added upi_source support for upi", |
| "merged_at": "2026-01-12T13:42:15Z", |
| "merge_commit_sha": "310630561548208a31caa8ff9f7a411930dbc397", |
| "base_sha": "dcbad3b5aba6dccedef844b9d378180ec062ffa7", |
| "head_sha": "051b1a5c5dec949dc6a949bada3815d799678882", |
| "total_lines_changed": 153, |
| "query_index": 1, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "Where is the code that handles Enable Trustly and Interact in HS<>UCS .?", |
| "ground_truth_files": [ |
| "crates/router/src/core/unified_connector_service.rs", |
| "crates/router/src/core/unified_connector_service/transformers.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/unified_connector_service.rs": [ |
| [ |
| 771, |
| 800 |
| ] |
| ], |
| "crates/router/src/core/unified_connector_service/transformers.rs": [ |
| [ |
| 4955, |
| 4964 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "easy", |
| "metadata": { |
| "pr_number": 10838, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10838", |
| "original_title": "feat(UCS): Enable Trustly and Interact in HS<>UCS ", |
| "merged_at": "2026-01-12T10:46:22Z", |
| "merge_commit_sha": "fa0775c93138a59c1dc66a9023e26e1c98019479", |
| "base_sha": "71919ce32965712de7d996a44213bfe04192ccea", |
| "head_sha": "771f1cab1d75c73b7783a2f7164e029cbfd3604f", |
| "total_lines_changed": 29, |
| "query_index": 0, |
| "num_queries": 1 |
| } |
| }, |
| { |
| "query": "Where is add webhook_setup_capabilities to merchant response . implemented?", |
| "ground_truth_files": [ |
| "crates/api_models/src/admin.rs", |
| "crates/common_types/src/connector_webhook_configuration.rs", |
| "crates/common_types/src/lib.rs", |
| "crates/hyperswitch_connectors/src/connectors/adyen.rs", |
| "crates/hyperswitch_interfaces/src/api.rs", |
| "crates/hyperswitch_interfaces/src/connector_integration_interface.rs", |
| "crates/hyperswitch_interfaces/src/consts.rs", |
| "crates/kgraph_utils/benches/evaluation.rs", |
| "crates/kgraph_utils/src/mca.rs", |
| "crates/openapi/src/openapi.rs", |
| "crates/router/src/types/transformers.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/api_models/src/admin.rs": [ |
| [ |
| 1483, |
| 1493 |
| ] |
| ], |
| "crates/common_types/src/connector_webhook_configuration.rs": [ |
| [ |
| 1, |
| 25 |
| ] |
| ], |
| "crates/common_types/src/lib.rs": [ |
| [ |
| 15, |
| 20 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/adyen.rs": [ |
| [ |
| 3342, |
| 3347 |
| ] |
| ], |
| "crates/hyperswitch_interfaces/src/api.rs": [ |
| [ |
| 586, |
| 598 |
| ] |
| ], |
| "crates/hyperswitch_interfaces/src/connector_integration_interface.rs": [ |
| [ |
| 729, |
| 742 |
| ] |
| ], |
| "crates/hyperswitch_interfaces/src/consts.rs": [ |
| [ |
| 38, |
| 49 |
| ] |
| ], |
| "crates/kgraph_utils/benches/evaluation.rs": [ |
| [ |
| 98, |
| 104 |
| ] |
| ], |
| "crates/kgraph_utils/src/mca.rs": [ |
| [ |
| 1195, |
| 1201 |
| ] |
| ], |
| "crates/openapi/src/openapi.rs": [ |
| [ |
| 266, |
| 273 |
| ] |
| ], |
| "crates/router/src/types/transformers.rs": [ |
| [ |
| 14, |
| 20 |
| ], |
| [ |
| 976, |
| 986 |
| ], |
| [ |
| 1036, |
| 1042 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10793, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10793", |
| "original_title": "feat(router): add webhook_setup_capabilities to merchant response ", |
| "merged_at": "2026-01-12T10:00:25Z", |
| "merge_commit_sha": "96277280393b0d5926731a5e3f1dfe1b3ef9556c", |
| "base_sha": "482dc512f6a35e89fc4363c3ec96ffd0a0227cdc", |
| "head_sha": "fa1a8a15dfb3e922864248aef6536ec6332ced6c", |
| "total_lines_changed": 69, |
| "query_index": 0, |
| "num_queries": 1 |
| } |
| }, |
| { |
| "query": "What code is responsible for the [worldpaymodular] capture issue. issue?", |
| "ground_truth_files": [ |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/request.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers.rs": [ |
| [ |
| 4, |
| 10 |
| ], |
| [ |
| 63, |
| 86 |
| ], |
| [ |
| 181, |
| 193 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/request.rs": [ |
| [ |
| 4, |
| 15 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "easy", |
| "metadata": { |
| "pr_number": 10891, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10891", |
| "original_title": "fix(connector): [worldpaymodular] capture issue", |
| "merged_at": "2026-01-12T09:19:04Z", |
| "merge_commit_sha": "10a387aa0acb895dfe6662ff4dbb27b9eb771f83", |
| "base_sha": "af5e1f20a83bc9a8cd1584f0eaf7b96759faa48a", |
| "head_sha": "15fc2ae4ed5b4a33264759acf8ce57f35daadccf", |
| "total_lines_changed": 58, |
| "query_index": 0, |
| "num_queries": 1 |
| } |
| }, |
| { |
| "query": "How does the codebase handle Add Bank Redirect for mollie.?", |
| "ground_truth_files": [ |
| "cypress-tests/cypress/e2e/configs/Payment/Mollie.js", |
| "cypress-tests/cypress/support/redirectionHandler.js" |
| ], |
| "ground_truth_lines": { |
| "cypress-tests/cypress/e2e/configs/Payment/Mollie.js": [ |
| [ |
| 37, |
| 118 |
| ], |
| [ |
| 726, |
| 832 |
| ] |
| ], |
| "cypress-tests/cypress/support/redirectionHandler.js": [ |
| [ |
| 745, |
| 803 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "easy", |
| "metadata": { |
| "pr_number": 10875, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10875", |
| "original_title": "ci(cypress): Add Bank Redirect for mollie", |
| "merged_at": "2026-01-12T08:51:28Z", |
| "merge_commit_sha": "f9f61123f2c4aaa5451f7069bdcacae723b674e2", |
| "base_sha": "cb90dd5f96d02f651f2544c5263bd8f31db5305a", |
| "head_sha": "15a4db4672797af63c3fc7d363aef28adccc1430", |
| "total_lines_changed": 221, |
| "query_index": 0, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "What changes are needed in cypress for ci(cypress): Add Bank Redirect for mollie?", |
| "ground_truth_files": [ |
| "cypress-tests/cypress/e2e/configs/Payment/Mollie.js", |
| "cypress-tests/cypress/support/redirectionHandler.js" |
| ], |
| "ground_truth_lines": { |
| "cypress-tests/cypress/e2e/configs/Payment/Mollie.js": [ |
| [ |
| 37, |
| 118 |
| ], |
| [ |
| 726, |
| 832 |
| ] |
| ], |
| "cypress-tests/cypress/support/redirectionHandler.js": [ |
| [ |
| 745, |
| 803 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "easy", |
| "metadata": { |
| "pr_number": 10875, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10875", |
| "original_title": "ci(cypress): Add Bank Redirect for mollie", |
| "merged_at": "2026-01-12T08:51:28Z", |
| "merge_commit_sha": "f9f61123f2c4aaa5451f7069bdcacae723b674e2", |
| "base_sha": "cb90dd5f96d02f651f2544c5263bd8f31db5305a", |
| "head_sha": "15a4db4672797af63c3fc7d363aef28adccc1430", |
| "total_lines_changed": 221, |
| "query_index": 1, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "How does the codebase handle add error details for PaymentsResponse.?", |
| "ground_truth_files": [ |
| "crates/api_models/src/payments.rs", |
| "crates/common_enums/src/enums.rs", |
| "crates/hyperswitch_domain_models/src/payments/payment_attempt.rs", |
| "crates/openapi/src/openapi.rs", |
| "crates/openapi/src/openapi_v2.rs", |
| "crates/router/src/core/payments/helpers.rs", |
| "crates/router/src/core/payments/operations/payment_create.rs", |
| "crates/router/src/core/payments/retry.rs", |
| "crates/router/src/core/payments/transformers.rs", |
| "crates/router/src/db/events.rs", |
| "crates/router/src/types/storage/payment_attempt.rs", |
| "crates/router/src/types/transformers.rs", |
| "crates/router/tests/payments.rs", |
| "crates/router/tests/payments2.rs", |
| "crates/storage_impl/src/mock_db/payment_attempt.rs", |
| "crates/storage_impl/src/payments/payment_attempt.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/api_models/src/payments.rs": [ |
| [ |
| 7293, |
| 7303 |
| ], |
| [ |
| 8212, |
| 8287 |
| ] |
| ], |
| "crates/common_enums/src/enums.rs": [ |
| [ |
| 9693, |
| 9728 |
| ] |
| ], |
| "crates/hyperswitch_domain_models/src/payments/payment_attempt.rs": [ |
| [ |
| 1062, |
| 1069 |
| ], |
| [ |
| 2320, |
| 2326 |
| ], |
| [ |
| 2333, |
| 2338 |
| ], |
| [ |
| 2459, |
| 2465 |
| ] |
| ], |
| "crates/openapi/src/openapi.rs": [ |
| [ |
| 462, |
| 469 |
| ], |
| [ |
| 833, |
| 843 |
| ] |
| ], |
| "crates/openapi/src/openapi_v2.rs": [ |
| [ |
| 387, |
| 393 |
| ] |
| ], |
| "crates/router/src/core/payments/helpers.rs": [ |
| [ |
| 4941, |
| 4947 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_create.rs": [ |
| [ |
| 1441, |
| 1447 |
| ] |
| ], |
| "crates/router/src/core/payments/retry.rs": [ |
| [ |
| 781, |
| 787 |
| ] |
| ], |
| "crates/router/src/core/payments/transformers.rs": [ |
| [ |
| 3, |
| 9 |
| ], |
| [ |
| 3903, |
| 3909 |
| ], |
| [ |
| 3976, |
| 3984 |
| ], |
| [ |
| 4317, |
| 4323 |
| ], |
| [ |
| 4373, |
| 4379 |
| ] |
| ], |
| "crates/router/src/db/events.rs": [ |
| [ |
| 1527, |
| 1533 |
| ] |
| ], |
| "crates/router/src/types/storage/payment_attempt.rs": [ |
| [ |
| 241, |
| 247 |
| ], |
| [ |
| 359, |
| 365 |
| ], |
| [ |
| 491, |
| 497 |
| ] |
| ], |
| "crates/router/src/types/transformers.rs": [ |
| [ |
| 798, |
| 877 |
| ] |
| ], |
| "crates/router/tests/payments.rs": [ |
| [ |
| 478, |
| 484 |
| ], |
| [ |
| 775, |
| 781 |
| ] |
| ], |
| "crates/router/tests/payments2.rs": [ |
| [ |
| 238, |
| 244 |
| ], |
| [ |
| 544, |
| 550 |
| ] |
| ], |
| "crates/storage_impl/src/mock_db/payment_attempt.rs": [ |
| [ |
| 247, |
| 253 |
| ] |
| ], |
| "crates/storage_impl/src/payments/payment_attempt.rs": [ |
| [ |
| 813, |
| 819 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10799, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10799", |
| "original_title": "feat(payments): add error details for PaymentsResponse", |
| "merged_at": "2026-01-12T08:19:12Z", |
| "merge_commit_sha": "71919ce32965712de7d996a44213bfe04192ccea", |
| "base_sha": "e1d3092f0eb840bdb052460de3d66ba73b776d4a", |
| "head_sha": "55f0f48336f8f68e06de217499783a5c1e5d5fc9", |
| "total_lines_changed": 215, |
| "query_index": 0, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "What changes are needed in router for feat(payments): add error details for PaymentsResp?", |
| "ground_truth_files": [ |
| "crates/router/src/core/payments/helpers.rs", |
| "crates/router/src/core/payments/operations/payment_create.rs", |
| "crates/router/src/core/payments/retry.rs", |
| "crates/router/src/core/payments/transformers.rs", |
| "crates/router/src/db/events.rs", |
| "crates/router/src/types/storage/payment_attempt.rs", |
| "crates/router/src/types/transformers.rs", |
| "crates/router/tests/payments.rs", |
| "crates/router/tests/payments2.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/payments/helpers.rs": [ |
| [ |
| 4941, |
| 4947 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_create.rs": [ |
| [ |
| 1441, |
| 1447 |
| ] |
| ], |
| "crates/router/src/core/payments/retry.rs": [ |
| [ |
| 781, |
| 787 |
| ] |
| ], |
| "crates/router/src/core/payments/transformers.rs": [ |
| [ |
| 3, |
| 9 |
| ], |
| [ |
| 3903, |
| 3909 |
| ], |
| [ |
| 3976, |
| 3984 |
| ], |
| [ |
| 4317, |
| 4323 |
| ], |
| [ |
| 4373, |
| 4379 |
| ] |
| ], |
| "crates/router/src/db/events.rs": [ |
| [ |
| 1527, |
| 1533 |
| ] |
| ], |
| "crates/router/src/types/storage/payment_attempt.rs": [ |
| [ |
| 241, |
| 247 |
| ], |
| [ |
| 359, |
| 365 |
| ], |
| [ |
| 491, |
| 497 |
| ] |
| ], |
| "crates/router/src/types/transformers.rs": [ |
| [ |
| 798, |
| 877 |
| ] |
| ], |
| "crates/router/tests/payments.rs": [ |
| [ |
| 478, |
| 484 |
| ], |
| [ |
| 775, |
| 781 |
| ] |
| ], |
| "crates/router/tests/payments2.rs": [ |
| [ |
| 238, |
| 244 |
| ], |
| [ |
| 544, |
| 550 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10799, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10799", |
| "original_title": "feat(payments): add error details for PaymentsResponse", |
| "merged_at": "2026-01-12T08:19:12Z", |
| "merge_commit_sha": "71919ce32965712de7d996a44213bfe04192ccea", |
| "base_sha": "e1d3092f0eb840bdb052460de3d66ba73b776d4a", |
| "head_sha": "55f0f48336f8f68e06de217499783a5c1e5d5fc9", |
| "total_lines_changed": 215, |
| "query_index": 1, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "Where should I look to fix [worldpaymodular] capture issue.?", |
| "ground_truth_files": [ |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/request.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers.rs": [ |
| [ |
| 4, |
| 10 |
| ], |
| [ |
| 63, |
| 86 |
| ], |
| [ |
| 181, |
| 193 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/request.rs": [ |
| [ |
| 4, |
| 15 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "easy", |
| "metadata": { |
| "pr_number": 10887, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10887", |
| "original_title": "fix(connector): [worldpaymodular] capture issue", |
| "merged_at": "2026-01-12T07:19:07Z", |
| "merge_commit_sha": "0a432103db3e3638e095c7af1141f487c264d6ba", |
| "base_sha": "05e1437ef0fdd9dd03af4b90608757d1378bee8a", |
| "head_sha": "dec5f071bb5ab4bf5691e7ed2c4218446daeb02e", |
| "total_lines_changed": 58, |
| "query_index": 0, |
| "num_queries": 1 |
| } |
| }, |
| { |
| "query": "What files are related to Handling err response from UCS.?", |
| "ground_truth_files": [ |
| "crates/router/src/core/payments/gateway/access_token_gateway.rs", |
| "crates/router/src/core/payments/gateway/authorize_gateway.rs", |
| "crates/router/src/core/payments/gateway/cancel_gateway.rs", |
| "crates/router/src/core/payments/gateway/capture_gateway.rs", |
| "crates/router/src/core/payments/gateway/complete_authorize_gateway.rs", |
| "crates/router/src/core/payments/gateway/create_customer_gateway.rs", |
| "crates/router/src/core/payments/gateway/create_order_gateway.rs", |
| "crates/router/src/core/payments/gateway/payment_method_token_create_gateway.rs", |
| "crates/router/src/core/payments/gateway/psync_gateway.rs", |
| "crates/router/src/core/payments/gateway/session_gateway.rs", |
| "crates/router/src/core/payments/gateway/session_token_gateway.rs", |
| "crates/router/src/core/payments/gateway/setup_mandate.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/payments/gateway/access_token_gateway.rs": [ |
| [ |
| 143, |
| 159 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/authorize_gateway.rs": [ |
| [ |
| 144, |
| 162 |
| ], |
| [ |
| 214, |
| 232 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/cancel_gateway.rs": [ |
| [ |
| 122, |
| 140 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/capture_gateway.rs": [ |
| [ |
| 123, |
| 141 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/complete_authorize_gateway.rs": [ |
| [ |
| 128, |
| 146 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/create_customer_gateway.rs": [ |
| [ |
| 21, |
| 27 |
| ], |
| [ |
| 124, |
| 140 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/create_order_gateway.rs": [ |
| [ |
| 127, |
| 143 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/payment_method_token_create_gateway.rs": [ |
| [ |
| 135, |
| 151 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/psync_gateway.rs": [ |
| [ |
| 182, |
| 200 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/session_gateway.rs": [ |
| [ |
| 128, |
| 144 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/session_token_gateway.rs": [ |
| [ |
| 130, |
| 146 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/setup_mandate.rs": [ |
| [ |
| 124, |
| 142 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10865, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10865", |
| "original_title": "fix: Handling err response from UCS", |
| "merged_at": "2026-01-09T21:37:29Z", |
| "merge_commit_sha": "96053caea2d01913e00a45c310eafbd1a7da6524", |
| "base_sha": "ac76c2a17ba7bbd5f7b205066ed6f880d9b16ece", |
| "head_sha": "82955ce63b246408c6f83c12ded62b72cbd8c616", |
| "total_lines_changed": 182, |
| "query_index": 0, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "Where in router is the code for fix: Handling err response from UCS?", |
| "ground_truth_files": [ |
| "crates/router/src/core/payments/gateway/access_token_gateway.rs", |
| "crates/router/src/core/payments/gateway/authorize_gateway.rs", |
| "crates/router/src/core/payments/gateway/cancel_gateway.rs", |
| "crates/router/src/core/payments/gateway/capture_gateway.rs", |
| "crates/router/src/core/payments/gateway/complete_authorize_gateway.rs", |
| "crates/router/src/core/payments/gateway/create_customer_gateway.rs", |
| "crates/router/src/core/payments/gateway/create_order_gateway.rs", |
| "crates/router/src/core/payments/gateway/payment_method_token_create_gateway.rs", |
| "crates/router/src/core/payments/gateway/psync_gateway.rs", |
| "crates/router/src/core/payments/gateway/session_gateway.rs", |
| "crates/router/src/core/payments/gateway/session_token_gateway.rs", |
| "crates/router/src/core/payments/gateway/setup_mandate.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/payments/gateway/access_token_gateway.rs": [ |
| [ |
| 143, |
| 159 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/authorize_gateway.rs": [ |
| [ |
| 144, |
| 162 |
| ], |
| [ |
| 214, |
| 232 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/cancel_gateway.rs": [ |
| [ |
| 122, |
| 140 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/capture_gateway.rs": [ |
| [ |
| 123, |
| 141 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/complete_authorize_gateway.rs": [ |
| [ |
| 128, |
| 146 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/create_customer_gateway.rs": [ |
| [ |
| 21, |
| 27 |
| ], |
| [ |
| 124, |
| 140 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/create_order_gateway.rs": [ |
| [ |
| 127, |
| 143 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/payment_method_token_create_gateway.rs": [ |
| [ |
| 135, |
| 151 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/psync_gateway.rs": [ |
| [ |
| 182, |
| 200 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/session_gateway.rs": [ |
| [ |
| 128, |
| 144 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/session_token_gateway.rs": [ |
| [ |
| 130, |
| 146 |
| ] |
| ], |
| "crates/router/src/core/payments/gateway/setup_mandate.rs": [ |
| [ |
| 124, |
| 142 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10865, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10865", |
| "original_title": "fix: Handling err response from UCS", |
| "merged_at": "2026-01-09T21:37:29Z", |
| "merge_commit_sha": "96053caea2d01913e00a45c310eafbd1a7da6524", |
| "base_sha": "ac76c2a17ba7bbd5f7b205066ed6f880d9b16ece", |
| "head_sha": "82955ce63b246408c6f83c12ded62b72cbd8c616", |
| "total_lines_changed": 182, |
| "query_index": 1, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "Where should I look for [WORLDPAY] Handle text/html 404 responses gracefully. ## Summary?", |
| "ground_truth_files": [ |
| "crates/hyperswitch_connectors/src/connectors/worldpay.rs", |
| "crates/hyperswitch_connectors/src/utils.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/hyperswitch_connectors/src/connectors/worldpay.rs": [ |
| [ |
| 82, |
| 89 |
| ], |
| [ |
| 164, |
| 184 |
| ], |
| [ |
| 492, |
| 512 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/utils.rs": [ |
| [ |
| 6835, |
| 6850 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "easy", |
| "metadata": { |
| "pr_number": 8753, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/8753", |
| "original_title": "fix: [WORLDPAY] Handle text/html 404 responses gracefully", |
| "merged_at": "2026-01-09T17:53:28Z", |
| "merge_commit_sha": "277884729b2e990cc6ca604510ec4fb25b51cf09", |
| "base_sha": "05e1437ef0fdd9dd03af4b90608757d1378bee8a", |
| "head_sha": "afbd6c8f63b1e2e402b95102476b6f74319ab270", |
| "total_lines_changed": 50, |
| "query_index": 0, |
| "num_queries": 1 |
| } |
| }, |
| { |
| "query": "Which components are affected by updated documentation for v2 PM session.?", |
| "ground_truth_files": [ |
| "crates/api_models/src/payment_methods.rs", |
| "crates/api_models/src/payments.rs", |
| "crates/common_types/src/payment_methods.rs", |
| "crates/openapi/src/openapi_v2.rs", |
| "crates/openapi/src/routes/payment_method.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/api_models/src/payment_methods.rs": [ |
| [ |
| 1232, |
| 1256 |
| ], |
| [ |
| 1453, |
| 1489 |
| ], |
| [ |
| 3457, |
| 3463 |
| ], |
| [ |
| 3519, |
| 3529 |
| ], |
| [ |
| 3535, |
| 3541 |
| ] |
| ], |
| "crates/api_models/src/payments.rs": [ |
| [ |
| 6521, |
| 6527 |
| ], |
| [ |
| 8212, |
| 8243 |
| ] |
| ], |
| "crates/common_types/src/payment_methods.rs": [ |
| [ |
| 262, |
| 268 |
| ], |
| [ |
| 271, |
| 277 |
| ] |
| ], |
| "crates/openapi/src/openapi_v2.rs": [ |
| [ |
| 212, |
| 219 |
| ], |
| [ |
| 644, |
| 650 |
| ] |
| ], |
| "crates/openapi/src/routes/payment_method.rs": [ |
| [ |
| 467, |
| 485 |
| ], |
| [ |
| 502, |
| 514 |
| ], |
| [ |
| 591, |
| 597 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10884, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10884", |
| "original_title": "docs: updated documentation for v2 PM session", |
| "merged_at": "2026-01-09T15:02:37Z", |
| "merge_commit_sha": "7ff68af7da77829baddfdffdbbcbbc3124a8c4c1", |
| "base_sha": "40d3edc84bd326532bfbb7ab50b88d6de80d3425", |
| "head_sha": "a87a000d735927948d7536b2f684138192be2b78", |
| "total_lines_changed": 69, |
| "query_index": 0, |
| "num_queries": 1 |
| } |
| }, |
| { |
| "query": "What files are related to make payment_id optional for payout event log response.?", |
| "ground_truth_files": [ |
| "crates/analytics/src/api_event/events.rs", |
| "crates/analytics/src/connector_events/events.rs", |
| "crates/analytics/src/outgoing_webhook_event/events.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/analytics/src/api_event/events.rs": [ |
| [ |
| 140, |
| 146 |
| ] |
| ], |
| "crates/analytics/src/connector_events/events.rs": [ |
| [ |
| 67, |
| 74 |
| ] |
| ], |
| "crates/analytics/src/outgoing_webhook_event/events.rs": [ |
| [ |
| 87, |
| 94 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "easy", |
| "metadata": { |
| "pr_number": 10882, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10882", |
| "original_title": "fix(payouts): make payment_id optional for payout event log response", |
| "merged_at": "2026-01-09T14:08:22Z", |
| "merge_commit_sha": "1c3720e8e653456301934e0be5032a82c1fd99cf", |
| "base_sha": "587bbd609dc9e810eb713cad25fe14069a1e9d02", |
| "head_sha": "ea8ba78069e953ba22e39acd9171f30376686569", |
| "total_lines_changed": 7, |
| "query_index": 0, |
| "num_queries": 1 |
| } |
| }, |
| { |
| "query": "How does introduce pre_authenticate flow in shift4. work in this codebase?", |
| "ground_truth_files": [ |
| "crates/hyperswitch_connectors/src/connectors/shift4.rs", |
| "crates/hyperswitch_connectors/src/connectors/shift4/transformers.rs", |
| "crates/hyperswitch_connectors/src/default_implementations.rs", |
| "crates/router/src/core/payments/flows/authorize_flow.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/hyperswitch_connectors/src/connectors/shift4.rs": [ |
| [ |
| 18, |
| 40 |
| ], |
| [ |
| 55, |
| 61 |
| ], |
| [ |
| 158, |
| 164 |
| ], |
| [ |
| 460, |
| 572 |
| ], |
| [ |
| 1087, |
| 1103 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/shift4/transformers.rs": [ |
| [ |
| 15, |
| 27 |
| ], |
| [ |
| 30, |
| 42 |
| ], |
| [ |
| 102, |
| 147 |
| ], |
| [ |
| 984, |
| 1030 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/default_implementations.rs": [ |
| [ |
| 2049, |
| 2054 |
| ] |
| ], |
| "crates/router/src/core/payments/flows/authorize_flow.rs": [ |
| [ |
| 383, |
| 390 |
| ], |
| [ |
| 401, |
| 407 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10861, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10861", |
| "original_title": "chore: introduce pre_authenticate flow in shift4", |
| "merged_at": "2026-01-09T11:35:57Z", |
| "merge_commit_sha": "4de5319869d51aabe687f6a906dc9e6b3d4858c5", |
| "base_sha": "482dc512f6a35e89fc4363c3ec96ffd0a0227cdc", |
| "head_sha": "f1e7fee7d639df81e60aa4faa7b322175d8ae5d6", |
| "total_lines_changed": 231, |
| "query_index": 0, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "How does the hyperswitch_connectors component handle chore: introduce pre_authenticate flow in shift4?", |
| "ground_truth_files": [ |
| "crates/hyperswitch_connectors/src/connectors/shift4.rs", |
| "crates/hyperswitch_connectors/src/connectors/shift4/transformers.rs", |
| "crates/hyperswitch_connectors/src/default_implementations.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/hyperswitch_connectors/src/connectors/shift4.rs": [ |
| [ |
| 18, |
| 40 |
| ], |
| [ |
| 55, |
| 61 |
| ], |
| [ |
| 158, |
| 164 |
| ], |
| [ |
| 460, |
| 572 |
| ], |
| [ |
| 1087, |
| 1103 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/shift4/transformers.rs": [ |
| [ |
| 15, |
| 27 |
| ], |
| [ |
| 30, |
| 42 |
| ], |
| [ |
| 102, |
| 147 |
| ], |
| [ |
| 984, |
| 1030 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/default_implementations.rs": [ |
| [ |
| 2049, |
| 2054 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10861, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10861", |
| "original_title": "chore: introduce pre_authenticate flow in shift4", |
| "merged_at": "2026-01-09T11:35:57Z", |
| "merge_commit_sha": "4de5319869d51aabe687f6a906dc9e6b3d4858c5", |
| "base_sha": "482dc512f6a35e89fc4363c3ec96ffd0a0227cdc", |
| "head_sha": "f1e7fee7d639df81e60aa4faa7b322175d8ae5d6", |
| "total_lines_changed": 231, |
| "query_index": 1, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "Where is the code that handles payment method id retrieval from payment token for V2.?", |
| "ground_truth_files": [ |
| "crates/api_models/src/events/payment.rs", |
| "crates/api_models/src/payment_methods.rs", |
| "crates/openapi/src/openapi_v2.rs", |
| "crates/openapi/src/routes/payment_method.rs", |
| "crates/router/src/core/payment_methods.rs", |
| "crates/router/src/routes/app.rs", |
| "crates/router/src/routes/lock_utils.rs", |
| "crates/router/src/routes/payment_methods.rs", |
| "crates/router_env/src/logger/types.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/api_models/src/events/payment.rs": [ |
| [ |
| 9, |
| 16 |
| ], |
| [ |
| 603, |
| 616 |
| ] |
| ], |
| "crates/api_models/src/payment_methods.rs": [ |
| [ |
| 3582, |
| 3596 |
| ] |
| ], |
| "crates/openapi/src/openapi_v2.rs": [ |
| [ |
| 139, |
| 145 |
| ], |
| [ |
| 285, |
| 291 |
| ] |
| ], |
| "crates/openapi/src/routes/payment_method.rs": [ |
| [ |
| 345, |
| 370 |
| ] |
| ], |
| "crates/router/src/core/payment_methods.rs": [ |
| [ |
| 4619, |
| 4645 |
| ] |
| ], |
| "crates/router/src/routes/app.rs": [ |
| [ |
| 1583, |
| 1593 |
| ] |
| ], |
| "crates/router/src/routes/lock_utils.rs": [ |
| [ |
| 138, |
| 145 |
| ] |
| ], |
| "crates/router/src/routes/payment_methods.rs": [ |
| [ |
| 1205, |
| 1238 |
| ], |
| [ |
| 1686, |
| 1724 |
| ] |
| ], |
| "crates/router_env/src/logger/types.rs": [ |
| [ |
| 134, |
| 141 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10834, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10834", |
| "original_title": "feat(payment_methods): payment method id retrieval from payment token for V2", |
| "merged_at": "2026-01-08T10:39:53Z", |
| "merge_commit_sha": "f928daf733f0af378dd514420a5a3eada4c6c061", |
| "base_sha": "4df077919dc8fb72977ad160d7061ef367db9c96", |
| "head_sha": "fce9dac79a50d8a3ec725037202f567a9459af78", |
| "total_lines_changed": 146, |
| "query_index": 0, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "Where in router is the code for feat(payment_methods): payment method id retrieval?", |
| "ground_truth_files": [ |
| "crates/router/src/core/payment_methods.rs", |
| "crates/router/src/routes/app.rs", |
| "crates/router/src/routes/lock_utils.rs", |
| "crates/router/src/routes/payment_methods.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/payment_methods.rs": [ |
| [ |
| 4619, |
| 4645 |
| ] |
| ], |
| "crates/router/src/routes/app.rs": [ |
| [ |
| 1583, |
| 1593 |
| ] |
| ], |
| "crates/router/src/routes/lock_utils.rs": [ |
| [ |
| 138, |
| 145 |
| ] |
| ], |
| "crates/router/src/routes/payment_methods.rs": [ |
| [ |
| 1205, |
| 1238 |
| ], |
| [ |
| 1686, |
| 1724 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10834, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10834", |
| "original_title": "feat(payment_methods): payment method id retrieval from payment token for V2", |
| "merged_at": "2026-01-08T10:39:53Z", |
| "merge_commit_sha": "f928daf733f0af378dd514420a5a3eada4c6c061", |
| "base_sha": "4df077919dc8fb72977ad160d7061ef367db9c96", |
| "head_sha": "fce9dac79a50d8a3ec725037202f567a9459af78", |
| "total_lines_changed": 146, |
| "query_index": 1, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "How does accept processor for trigger payments webhooks. work in this codebase?", |
| "ground_truth_files": [ |
| "crates/router/src/core/disputes.rs", |
| "crates/router/src/core/payments.rs", |
| "crates/router/src/core/payments/transformers.rs", |
| "crates/router/src/core/webhooks/incoming.rs", |
| "crates/router/src/core/webhooks/outgoing.rs", |
| "crates/router/src/db/events.rs", |
| "crates/router/src/utils.rs", |
| "crates/router/src/workflows/outgoing_webhook_retry.rs", |
| "crates/router/src/workflows/payment_sync.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/disputes.rs": [ |
| [ |
| 900, |
| 906 |
| ] |
| ], |
| "crates/router/src/core/payments.rs": [ |
| [ |
| 1209, |
| 1216 |
| ], |
| [ |
| 1436, |
| 1443 |
| ] |
| ], |
| "crates/router/src/core/payments/transformers.rs": [ |
| [ |
| 2429, |
| 2436 |
| ], |
| [ |
| 3424, |
| 3431 |
| ], |
| [ |
| 3916, |
| 3923 |
| ] |
| ], |
| "crates/router/src/core/webhooks/incoming.rs": [ |
| [ |
| 1443, |
| 1449 |
| ], |
| [ |
| 1738, |
| 1744 |
| ], |
| [ |
| 1975, |
| 1981 |
| ], |
| [ |
| 2316, |
| 2322 |
| ], |
| [ |
| 2414, |
| 2420 |
| ], |
| [ |
| 2519, |
| 2525 |
| ], |
| [ |
| 2596, |
| 2602 |
| ], |
| [ |
| 2683, |
| 2689 |
| ] |
| ], |
| "crates/router/src/core/webhooks/outgoing.rs": [ |
| [ |
| 49, |
| 55 |
| ], |
| [ |
| 91, |
| 97 |
| ], |
| [ |
| 121, |
| 128 |
| ], |
| [ |
| 138, |
| 144 |
| ], |
| [ |
| 151, |
| 157 |
| ], |
| [ |
| 162, |
| 168 |
| ], |
| [ |
| 171, |
| 177 |
| ], |
| [ |
| 187, |
| 193 |
| ], |
| [ |
| 207, |
| 213 |
| ], |
| [ |
| 639, |
| 645 |
| ], |
| [ |
| 695, |
| 701 |
| ] |
| ], |
| "crates/router/src/db/events.rs": [ |
| [ |
| 1535, |
| 1549 |
| ] |
| ], |
| "crates/router/src/utils.rs": [ |
| [ |
| 1124, |
| 1131 |
| ], |
| [ |
| 1143, |
| 1150 |
| ], |
| [ |
| 1183, |
| 1190 |
| ], |
| [ |
| 1198, |
| 1210 |
| ], |
| [ |
| 1268, |
| 1281 |
| ], |
| [ |
| 1337, |
| 1345 |
| ], |
| [ |
| 1349, |
| 1355 |
| ], |
| [ |
| 1407, |
| 1418 |
| ] |
| ], |
| "crates/router/src/workflows/outgoing_webhook_retry.rs": [ |
| [ |
| 181, |
| 187 |
| ] |
| ], |
| "crates/router/src/workflows/payment_sync.rs": [ |
| [ |
| 206, |
| 213 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10794, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10794", |
| "original_title": "feat(platform): accept processor for trigger payments webhooks", |
| "merged_at": "2026-01-09T10:23:09Z", |
| "merge_commit_sha": "05e1437ef0fdd9dd03af4b90608757d1378bee8a", |
| "base_sha": "e1d3092f0eb840bdb052460de3d66ba73b776d4a", |
| "head_sha": "0f448ad10a95ed2ea029369c784bcbfdc77c12dd", |
| "total_lines_changed": 101, |
| "query_index": 0, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "How does the router component handle feat(platform): accept processor for trigger payme?", |
| "ground_truth_files": [ |
| "crates/router/src/core/disputes.rs", |
| "crates/router/src/core/payments.rs", |
| "crates/router/src/core/payments/transformers.rs", |
| "crates/router/src/core/webhooks/incoming.rs", |
| "crates/router/src/core/webhooks/outgoing.rs", |
| "crates/router/src/db/events.rs", |
| "crates/router/src/utils.rs", |
| "crates/router/src/workflows/outgoing_webhook_retry.rs", |
| "crates/router/src/workflows/payment_sync.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/disputes.rs": [ |
| [ |
| 900, |
| 906 |
| ] |
| ], |
| "crates/router/src/core/payments.rs": [ |
| [ |
| 1209, |
| 1216 |
| ], |
| [ |
| 1436, |
| 1443 |
| ] |
| ], |
| "crates/router/src/core/payments/transformers.rs": [ |
| [ |
| 2429, |
| 2436 |
| ], |
| [ |
| 3424, |
| 3431 |
| ], |
| [ |
| 3916, |
| 3923 |
| ] |
| ], |
| "crates/router/src/core/webhooks/incoming.rs": [ |
| [ |
| 1443, |
| 1449 |
| ], |
| [ |
| 1738, |
| 1744 |
| ], |
| [ |
| 1975, |
| 1981 |
| ], |
| [ |
| 2316, |
| 2322 |
| ], |
| [ |
| 2414, |
| 2420 |
| ], |
| [ |
| 2519, |
| 2525 |
| ], |
| [ |
| 2596, |
| 2602 |
| ], |
| [ |
| 2683, |
| 2689 |
| ] |
| ], |
| "crates/router/src/core/webhooks/outgoing.rs": [ |
| [ |
| 49, |
| 55 |
| ], |
| [ |
| 91, |
| 97 |
| ], |
| [ |
| 121, |
| 128 |
| ], |
| [ |
| 138, |
| 144 |
| ], |
| [ |
| 151, |
| 157 |
| ], |
| [ |
| 162, |
| 168 |
| ], |
| [ |
| 171, |
| 177 |
| ], |
| [ |
| 187, |
| 193 |
| ], |
| [ |
| 207, |
| 213 |
| ], |
| [ |
| 639, |
| 645 |
| ], |
| [ |
| 695, |
| 701 |
| ] |
| ], |
| "crates/router/src/db/events.rs": [ |
| [ |
| 1535, |
| 1549 |
| ] |
| ], |
| "crates/router/src/utils.rs": [ |
| [ |
| 1124, |
| 1131 |
| ], |
| [ |
| 1143, |
| 1150 |
| ], |
| [ |
| 1183, |
| 1190 |
| ], |
| [ |
| 1198, |
| 1210 |
| ], |
| [ |
| 1268, |
| 1281 |
| ], |
| [ |
| 1337, |
| 1345 |
| ], |
| [ |
| 1349, |
| 1355 |
| ], |
| [ |
| 1407, |
| 1418 |
| ] |
| ], |
| "crates/router/src/workflows/outgoing_webhook_retry.rs": [ |
| [ |
| 181, |
| 187 |
| ] |
| ], |
| "crates/router/src/workflows/payment_sync.rs": [ |
| [ |
| 206, |
| 213 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10794, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10794", |
| "original_title": "feat(platform): accept processor for trigger payments webhooks", |
| "merged_at": "2026-01-09T10:23:09Z", |
| "merge_commit_sha": "05e1437ef0fdd9dd03af4b90608757d1378bee8a", |
| "base_sha": "e1d3092f0eb840bdb052460de3d66ba73b776d4a", |
| "head_sha": "0f448ad10a95ed2ea029369c784bcbfdc77c12dd", |
| "total_lines_changed": 101, |
| "query_index": 1, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "Where is the code that handles Mask sender_email.?", |
| "ground_truth_files": [ |
| "crates/external_services/src/email.rs", |
| "crates/external_services/src/email/ses.rs", |
| "crates/external_services/src/email/smtp.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/external_services/src/email.rs": [ |
| [ |
| 151, |
| 157 |
| ] |
| ], |
| "crates/external_services/src/email/ses.rs": [ |
| [ |
| 19, |
| 25 |
| ], |
| [ |
| 222, |
| 228 |
| ] |
| ], |
| "crates/external_services/src/email/smtp.rs": [ |
| [ |
| 17, |
| 23 |
| ], |
| [ |
| 156, |
| 162 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "easy", |
| "metadata": { |
| "pr_number": 10848, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10848", |
| "original_title": "fix(external_services): Mask sender_email", |
| "merged_at": "2026-01-09T10:18:47Z", |
| "merge_commit_sha": "5c28c759948e22f53612e789edb175512585b1b0", |
| "base_sha": "e1d3092f0eb840bdb052460de3d66ba73b776d4a", |
| "head_sha": "238e0a5aff052841d56a9f3f82c7301a11ff183c", |
| "total_lines_changed": 10, |
| "query_index": 0, |
| "num_queries": 1 |
| } |
| }, |
| { |
| "query": "Which files are involved in add MCC list in wasm.?", |
| "ground_truth_files": [ |
| "crates/common_enums/src/enums.rs", |
| "crates/euclid_wasm/src/lib.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/common_enums/src/enums.rs": [ |
| [ |
| 3152, |
| 3205 |
| ] |
| ], |
| "crates/euclid_wasm/src/lib.rs": [ |
| [ |
| 50, |
| 61 |
| ], |
| [ |
| 115, |
| 123 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "easy", |
| "metadata": { |
| "pr_number": 10780, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10780", |
| "original_title": "feat(wasm): add MCC list in wasm", |
| "merged_at": "2026-01-09T10:13:36Z", |
| "merge_commit_sha": "7f5979c6a9c2b8abfbbef328e5e80304e1bd3719", |
| "base_sha": "5ae592773dd67720562792523c58b7679d5f5142", |
| "head_sha": "990e1710da29dd380b0cb21bb0df596071e27dc5", |
| "total_lines_changed": 54, |
| "query_index": 0, |
| "num_queries": 1 |
| } |
| }, |
| { |
| "query": "Where is added VM for authentication ctp. implemented?", |
| "ground_truth_files": [ |
| "crates/router/src/core/metrics.rs", |
| "crates/router/src/core/unified_authentication_service.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/metrics.rs": [ |
| [ |
| 94, |
| 102 |
| ] |
| ], |
| "crates/router/src/core/unified_authentication_service.rs": [ |
| [ |
| 54, |
| 60 |
| ], |
| [ |
| 1812, |
| 1818 |
| ], |
| [ |
| 1823, |
| 1831 |
| ], |
| [ |
| 1859, |
| 1873 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "easy", |
| "metadata": { |
| "pr_number": 10803, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10803", |
| "original_title": "feat(authentication): added VM for authentication ctp", |
| "merged_at": "2026-01-09T10:09:24Z", |
| "merge_commit_sha": "bfeb44119c3a891c90dca9df221ddf5cb0a08024", |
| "base_sha": "65603b4237a671ecdc88122af9b755dc6886bbac", |
| "head_sha": "a3a85346e5fa4af6035f36f327fcf344d6a01708", |
| "total_lines_changed": 20, |
| "query_index": 0, |
| "num_queries": 1 |
| } |
| }, |
| { |
| "query": "Where are the changes related to consume shipping_cost and order_tax_amount in update operation.?", |
| "ground_truth_files": [ |
| "crates/diesel_models/src/payment_attempt.rs", |
| "crates/diesel_models/src/payment_intent.rs", |
| "crates/hyperswitch_domain_models/src/payments/payment_attempt.rs", |
| "crates/hyperswitch_domain_models/src/payments/payment_intent.rs", |
| "crates/router/src/core/payments/operations/payment_confirm.rs", |
| "crates/router/src/core/payments/operations/payment_update.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/diesel_models/src/payment_attempt.rs": [ |
| [ |
| 557, |
| 564 |
| ], |
| [ |
| 2769, |
| 2776 |
| ], |
| [ |
| 2819, |
| 2830 |
| ] |
| ], |
| "crates/diesel_models/src/payment_intent.rs": [ |
| [ |
| 667, |
| 673 |
| ], |
| [ |
| 904, |
| 910 |
| ], |
| [ |
| 959, |
| 965 |
| ], |
| [ |
| 1021, |
| 1027 |
| ], |
| [ |
| 1083, |
| 1089 |
| ], |
| [ |
| 1122, |
| 1128 |
| ], |
| [ |
| 1135, |
| 1141 |
| ], |
| [ |
| 1194, |
| 1200 |
| ], |
| [ |
| 1250, |
| 1256 |
| ], |
| [ |
| 1306, |
| 1312 |
| ], |
| [ |
| 1370, |
| 1376 |
| ], |
| [ |
| 1425, |
| 1431 |
| ], |
| [ |
| 1481, |
| 1487 |
| ], |
| [ |
| 1536, |
| 1542 |
| ], |
| [ |
| 1591, |
| 1597 |
| ], |
| [ |
| 1645, |
| 1651 |
| ], |
| [ |
| 1696, |
| 1702 |
| ], |
| [ |
| 1749, |
| 1755 |
| ], |
| [ |
| 1802, |
| 1808 |
| ], |
| [ |
| 1853, |
| 1859 |
| ], |
| [ |
| 1909, |
| 1915 |
| ] |
| ], |
| "crates/hyperswitch_domain_models/src/payments/payment_attempt.rs": [ |
| [ |
| 1465, |
| 1472 |
| ], |
| [ |
| 1689, |
| 1696 |
| ], |
| [ |
| 1710, |
| 1717 |
| ] |
| ], |
| "crates/hyperswitch_domain_models/src/payments/payment_intent.rs": [ |
| [ |
| 247, |
| 253 |
| ], |
| [ |
| 460, |
| 466 |
| ], |
| [ |
| 1269, |
| 1275 |
| ], |
| [ |
| 1439, |
| 1445 |
| ], |
| [ |
| 1490, |
| 1496 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_confirm.rs": [ |
| [ |
| 2214, |
| 2220 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_update.rs": [ |
| [ |
| 464, |
| 490 |
| ], |
| [ |
| 841, |
| 847 |
| ], |
| [ |
| 861, |
| 879 |
| ], |
| [ |
| 947, |
| 964 |
| ], |
| [ |
| 992, |
| 998 |
| ], |
| [ |
| 1013, |
| 1019 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10805, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10805", |
| "original_title": "fix(core): consume shipping_cost and order_tax_amount in update operation", |
| "merged_at": "2026-01-09T10:05:45Z", |
| "merge_commit_sha": "69104ca0a46e7e8a8a813c25dfb6691d96d43827", |
| "base_sha": "39b43a428cb99fc4973152e6b81f732515772e19", |
| "head_sha": "7de70cd18e4b15b182d057c6abddd2528baea244", |
| "total_lines_changed": 92, |
| "query_index": 0, |
| "num_queries": 1 |
| } |
| }, |
| { |
| "query": "Which files are involved in Add cvc token PM V2 APIs.?", |
| "ground_truth_files": [ |
| "crates/api_models/src/payment_methods.rs", |
| "crates/api_models/src/payments.rs", |
| "crates/common_types/src/payment_methods.rs", |
| "crates/diesel_models/src/payment_methods_session.rs", |
| "crates/hyperswitch_domain_models/src/payment_methods.rs", |
| "crates/hyperswitch_domain_models/src/vault.rs", |
| "crates/openapi/src/openapi_v2.rs", |
| "crates/router/src/core/payment_methods.rs", |
| "crates/router/src/core/payment_methods/transformers.rs", |
| "crates/router/src/core/payment_methods/utils.rs", |
| "crates/router/src/core/payment_methods/vault.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/api_models/src/payment_methods.rs": [ |
| [ |
| 871, |
| 880 |
| ], |
| [ |
| 1121, |
| 1154 |
| ], |
| [ |
| 2480, |
| 2488 |
| ], |
| [ |
| 3407, |
| 3415 |
| ], |
| [ |
| 3497, |
| 3504 |
| ], |
| [ |
| 3507, |
| 3516 |
| ] |
| ], |
| "crates/api_models/src/payments.rs": [ |
| [ |
| 3282, |
| 3296 |
| ] |
| ], |
| "crates/common_types/src/payment_methods.rs": [ |
| [ |
| 265, |
| 283 |
| ] |
| ], |
| "crates/diesel_models/src/payment_methods_session.rs": [ |
| [ |
| 12, |
| 19 |
| ] |
| ], |
| "crates/hyperswitch_domain_models/src/payment_methods.rs": [ |
| [ |
| 753, |
| 760 |
| ], |
| [ |
| 995, |
| 1002 |
| ], |
| [ |
| 1069, |
| 1076 |
| ] |
| ], |
| "crates/hyperswitch_domain_models/src/vault.rs": [ |
| [ |
| 102, |
| 113 |
| ] |
| ], |
| "crates/openapi/src/openapi_v2.rs": [ |
| [ |
| 639, |
| 645 |
| ] |
| ], |
| "crates/router/src/core/payment_methods.rs": [ |
| [ |
| 1178, |
| 1184 |
| ], |
| [ |
| 1308, |
| 1314 |
| ], |
| [ |
| 1418, |
| 1424 |
| ], |
| [ |
| 1809, |
| 1815 |
| ], |
| [ |
| 1860, |
| 1899 |
| ], |
| [ |
| 2382, |
| 2388 |
| ], |
| [ |
| 3263, |
| 3269 |
| ], |
| [ |
| 3359, |
| 3370 |
| ], |
| [ |
| 3431, |
| 3437 |
| ], |
| [ |
| 3721, |
| 3727 |
| ], |
| [ |
| 3787, |
| 3793 |
| ], |
| [ |
| 3808, |
| 3842 |
| ], |
| [ |
| 3849, |
| 3960 |
| ], |
| [ |
| 4132, |
| 4169 |
| ], |
| [ |
| 4250, |
| 4256 |
| ] |
| ], |
| "crates/router/src/core/payment_methods/transformers.rs": [ |
| [ |
| 540, |
| 546 |
| ], |
| [ |
| 604, |
| 610 |
| ], |
| [ |
| 840, |
| 845 |
| ], |
| [ |
| 856, |
| 862 |
| ], |
| [ |
| 960, |
| 966 |
| ], |
| [ |
| 996, |
| 1002 |
| ] |
| ], |
| "crates/router/src/core/payment_methods/utils.rs": [ |
| [ |
| 852, |
| 857 |
| ] |
| ], |
| "crates/router/src/core/payment_methods/vault.rs": [ |
| [ |
| 40, |
| 46 |
| ], |
| [ |
| 1720, |
| 1727 |
| ], |
| [ |
| 1773, |
| 1824 |
| ], |
| [ |
| 1865, |
| 1900 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10787, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10787", |
| "original_title": "refactor(payment_methods): Add cvc token PM V2 APIs", |
| "merged_at": "2026-01-06T15:56:57Z", |
| "merge_commit_sha": "4df077919dc8fb72977ad160d7061ef367db9c96", |
| "base_sha": "9f5da8feabfd2a7733b3c89ef8f168a06338a52d", |
| "head_sha": "bb2aab7433efc54e32b708027a97168f9cc30acb", |
| "total_lines_changed": 437, |
| "query_index": 0, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "Where in router is the code for refactor(payment_methods): Add cvc token PM V2 API?", |
| "ground_truth_files": [ |
| "crates/router/src/core/payment_methods.rs", |
| "crates/router/src/core/payment_methods/transformers.rs", |
| "crates/router/src/core/payment_methods/utils.rs", |
| "crates/router/src/core/payment_methods/vault.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/payment_methods.rs": [ |
| [ |
| 1178, |
| 1184 |
| ], |
| [ |
| 1308, |
| 1314 |
| ], |
| [ |
| 1418, |
| 1424 |
| ], |
| [ |
| 1809, |
| 1815 |
| ], |
| [ |
| 1860, |
| 1899 |
| ], |
| [ |
| 2382, |
| 2388 |
| ], |
| [ |
| 3263, |
| 3269 |
| ], |
| [ |
| 3359, |
| 3370 |
| ], |
| [ |
| 3431, |
| 3437 |
| ], |
| [ |
| 3721, |
| 3727 |
| ], |
| [ |
| 3787, |
| 3793 |
| ], |
| [ |
| 3808, |
| 3842 |
| ], |
| [ |
| 3849, |
| 3960 |
| ], |
| [ |
| 4132, |
| 4169 |
| ], |
| [ |
| 4250, |
| 4256 |
| ] |
| ], |
| "crates/router/src/core/payment_methods/transformers.rs": [ |
| [ |
| 540, |
| 546 |
| ], |
| [ |
| 604, |
| 610 |
| ], |
| [ |
| 840, |
| 845 |
| ], |
| [ |
| 856, |
| 862 |
| ], |
| [ |
| 960, |
| 966 |
| ], |
| [ |
| 996, |
| 1002 |
| ] |
| ], |
| "crates/router/src/core/payment_methods/utils.rs": [ |
| [ |
| 852, |
| 857 |
| ] |
| ], |
| "crates/router/src/core/payment_methods/vault.rs": [ |
| [ |
| 40, |
| 46 |
| ], |
| [ |
| 1720, |
| 1727 |
| ], |
| [ |
| 1773, |
| 1824 |
| ], |
| [ |
| 1865, |
| 1900 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10787, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10787", |
| "original_title": "refactor(payment_methods): Add cvc token PM V2 APIs", |
| "merged_at": "2026-01-06T15:56:57Z", |
| "merge_commit_sha": "4df077919dc8fb72977ad160d7061ef367db9c96", |
| "base_sha": "9f5da8feabfd2a7733b3c89ef8f168a06338a52d", |
| "head_sha": "bb2aab7433efc54e32b708027a97168f9cc30acb", |
| "total_lines_changed": 437, |
| "query_index": 1, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "Where in api_models is the code for refactor(payment_methods): Add cvc token PM V2 API?", |
| "ground_truth_files": [ |
| "crates/api_models/src/payment_methods.rs", |
| "crates/api_models/src/payments.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/api_models/src/payment_methods.rs": [ |
| [ |
| 871, |
| 880 |
| ], |
| [ |
| 1121, |
| 1154 |
| ], |
| [ |
| 2480, |
| 2488 |
| ], |
| [ |
| 3407, |
| 3415 |
| ], |
| [ |
| 3497, |
| 3504 |
| ], |
| [ |
| 3507, |
| 3516 |
| ] |
| ], |
| "crates/api_models/src/payments.rs": [ |
| [ |
| 3282, |
| 3296 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10787, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10787", |
| "original_title": "refactor(payment_methods): Add cvc token PM V2 APIs", |
| "merged_at": "2026-01-06T15:56:57Z", |
| "merge_commit_sha": "4df077919dc8fb72977ad160d7061ef367db9c96", |
| "base_sha": "9f5da8feabfd2a7733b3c89ef8f168a06338a52d", |
| "head_sha": "bb2aab7433efc54e32b708027a97168f9cc30acb", |
| "total_lines_changed": 437, |
| "query_index": 2, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "What files need to be modified for Refactor(payment_methods_v2): Refactor Update saved PM session API to enable cvc only update.?", |
| "ground_truth_files": [ |
| "crates/api_models/src/payment_methods.rs", |
| "crates/router/src/core/payment_methods.rs", |
| "crates/router/src/core/payment_methods/utils.rs", |
| "crates/router/src/core/payment_methods/vault.rs", |
| "crates/router/src/routes/payment_methods.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/api_models/src/payment_methods.rs": [ |
| [ |
| 2395, |
| 2411 |
| ], |
| [ |
| 3426, |
| 3456 |
| ] |
| ], |
| "crates/router/src/core/payment_methods.rs": [ |
| [ |
| 3808, |
| 3814 |
| ], |
| [ |
| 3819, |
| 3833 |
| ], |
| [ |
| 3885, |
| 3913 |
| ], |
| [ |
| 3927, |
| 3954 |
| ], |
| [ |
| 3959, |
| 3967 |
| ], |
| [ |
| 3975, |
| 3996 |
| ], |
| [ |
| 4149, |
| 4155 |
| ] |
| ], |
| "crates/router/src/core/payment_methods/utils.rs": [ |
| [ |
| 25, |
| 31 |
| ], |
| [ |
| 880, |
| 911 |
| ] |
| ], |
| "crates/router/src/core/payment_methods/vault.rs": [ |
| [ |
| 1773, |
| 1779 |
| ], |
| [ |
| 1784, |
| 1793 |
| ], |
| [ |
| 1870, |
| 1889 |
| ] |
| ], |
| "crates/router/src/routes/payment_methods.rs": [ |
| [ |
| 1642, |
| 1648 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10855, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10855", |
| "original_title": "Refactor(payment_methods_v2): Refactor Update saved PM session API to enable cvc only update", |
| "merged_at": "2026-01-08T16:59:29Z", |
| "merge_commit_sha": "51044bad90fd724f771ec7c5967d133492058786", |
| "base_sha": "f928daf733f0af378dd514420a5a3eada4c6c061", |
| "head_sha": "6a63d8ccbacb530ece23fc88b680e10e62f79586", |
| "total_lines_changed": 197, |
| "query_index": 0, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "What changes are needed in router for Refactor(payment_methods_v2): Refactor Update save?", |
| "ground_truth_files": [ |
| "crates/router/src/core/payment_methods.rs", |
| "crates/router/src/core/payment_methods/utils.rs", |
| "crates/router/src/core/payment_methods/vault.rs", |
| "crates/router/src/routes/payment_methods.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/payment_methods.rs": [ |
| [ |
| 3808, |
| 3814 |
| ], |
| [ |
| 3819, |
| 3833 |
| ], |
| [ |
| 3885, |
| 3913 |
| ], |
| [ |
| 3927, |
| 3954 |
| ], |
| [ |
| 3959, |
| 3967 |
| ], |
| [ |
| 3975, |
| 3996 |
| ], |
| [ |
| 4149, |
| 4155 |
| ] |
| ], |
| "crates/router/src/core/payment_methods/utils.rs": [ |
| [ |
| 25, |
| 31 |
| ], |
| [ |
| 880, |
| 911 |
| ] |
| ], |
| "crates/router/src/core/payment_methods/vault.rs": [ |
| [ |
| 1773, |
| 1779 |
| ], |
| [ |
| 1784, |
| 1793 |
| ], |
| [ |
| 1870, |
| 1889 |
| ] |
| ], |
| "crates/router/src/routes/payment_methods.rs": [ |
| [ |
| 1642, |
| 1648 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10855, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10855", |
| "original_title": "Refactor(payment_methods_v2): Refactor Update saved PM session API to enable cvc only update", |
| "merged_at": "2026-01-08T16:59:29Z", |
| "merge_commit_sha": "51044bad90fd724f771ec7c5967d133492058786", |
| "base_sha": "f928daf733f0af378dd514420a5a3eada4c6c061", |
| "head_sha": "6a63d8ccbacb530ece23fc88b680e10e62f79586", |
| "total_lines_changed": 197, |
| "query_index": 1, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "How does the codebase handle Added volt cypress.?", |
| "ground_truth_files": [ |
| "cypress-tests/cypress/e2e/configs/Payment/Commons.js", |
| "cypress-tests/cypress/e2e/configs/Payment/Modifiers.js", |
| "cypress-tests/cypress/e2e/configs/Payment/Utils.js", |
| "cypress-tests/cypress/e2e/configs/Payment/Volt.js", |
| "cypress-tests/cypress/e2e/spec/Payment/00018-BankRedirect.cy.js", |
| "cypress-tests/cypress/support/commands.js", |
| "cypress-tests/cypress/support/redirectionHandler.js" |
| ], |
| "ground_truth_lines": { |
| "cypress-tests/cypress/e2e/configs/Payment/Commons.js": [ |
| [ |
| 221, |
| 237 |
| ], |
| [ |
| 617, |
| 637 |
| ] |
| ], |
| "cypress-tests/cypress/e2e/configs/Payment/Modifiers.js": [ |
| [ |
| 125, |
| 131 |
| ] |
| ], |
| "cypress-tests/cypress/e2e/configs/Payment/Utils.js": [ |
| [ |
| 64, |
| 70 |
| ], |
| [ |
| 134, |
| 140 |
| ] |
| ], |
| "cypress-tests/cypress/e2e/configs/Payment/Volt.js": [ |
| [ |
| 1, |
| 95 |
| ] |
| ], |
| "cypress-tests/cypress/e2e/spec/Payment/00018-BankRedirect.cy.js": [ |
| [ |
| 301, |
| 371 |
| ] |
| ], |
| "cypress-tests/cypress/support/commands.js": [ |
| [ |
| 23, |
| 28 |
| ] |
| ], |
| "cypress-tests/cypress/support/redirectionHandler.js": [ |
| [ |
| 687, |
| 726 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10718, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10718", |
| "original_title": "ci(cypress): Added volt cypress", |
| "merged_at": "2026-01-08T12:09:50Z", |
| "merge_commit_sha": "cb90dd5f96d02f651f2544c5263bd8f31db5305a", |
| "base_sha": "96f7fd446c1fd5e79f96386f14dd85b774d3cf3e", |
| "head_sha": "0beda759575fd0a77bd3a80bb1cb66f9e3acada5", |
| "total_lines_changed": 224, |
| "query_index": 0, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "Where in cypress is the code for ci(cypress): Added volt cypress?", |
| "ground_truth_files": [ |
| "cypress-tests/cypress/e2e/configs/Payment/Commons.js", |
| "cypress-tests/cypress/e2e/configs/Payment/Modifiers.js", |
| "cypress-tests/cypress/e2e/configs/Payment/Utils.js", |
| "cypress-tests/cypress/e2e/configs/Payment/Volt.js", |
| "cypress-tests/cypress/e2e/spec/Payment/00018-BankRedirect.cy.js", |
| "cypress-tests/cypress/support/commands.js", |
| "cypress-tests/cypress/support/redirectionHandler.js" |
| ], |
| "ground_truth_lines": { |
| "cypress-tests/cypress/e2e/configs/Payment/Commons.js": [ |
| [ |
| 221, |
| 237 |
| ], |
| [ |
| 617, |
| 637 |
| ] |
| ], |
| "cypress-tests/cypress/e2e/configs/Payment/Modifiers.js": [ |
| [ |
| 125, |
| 131 |
| ] |
| ], |
| "cypress-tests/cypress/e2e/configs/Payment/Utils.js": [ |
| [ |
| 64, |
| 70 |
| ], |
| [ |
| 134, |
| 140 |
| ] |
| ], |
| "cypress-tests/cypress/e2e/configs/Payment/Volt.js": [ |
| [ |
| 1, |
| 95 |
| ] |
| ], |
| "cypress-tests/cypress/e2e/spec/Payment/00018-BankRedirect.cy.js": [ |
| [ |
| 301, |
| 371 |
| ] |
| ], |
| "cypress-tests/cypress/support/commands.js": [ |
| [ |
| 23, |
| 28 |
| ] |
| ], |
| "cypress-tests/cypress/support/redirectionHandler.js": [ |
| [ |
| 687, |
| 726 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10718, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10718", |
| "original_title": "ci(cypress): Added volt cypress", |
| "merged_at": "2026-01-08T12:09:50Z", |
| "merge_commit_sha": "cb90dd5f96d02f651f2544c5263bd8f31db5305a", |
| "base_sha": "96f7fd446c1fd5e79f96386f14dd85b774d3cf3e", |
| "head_sha": "0beda759575fd0a77bd3a80bb1cb66f9e3acada5", |
| "total_lines_changed": 224, |
| "query_index": 1, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "Where is the code that handles prevent creation of saved klarna and affirm payment methods.?", |
| "ground_truth_files": [ |
| "crates/common_enums/src/enums.rs", |
| "crates/hyperswitch_domain_models/src/payments/payment_attempt.rs", |
| "crates/router/src/configs/secrets_transformers.rs", |
| "crates/router/src/configs/settings.rs", |
| "crates/router/src/core/payments/operations/payment_response.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/common_enums/src/enums.rs": [ |
| [ |
| 2041, |
| 2053 |
| ] |
| ], |
| "crates/hyperswitch_domain_models/src/payments/payment_attempt.rs": [ |
| [ |
| 1433, |
| 1454 |
| ] |
| ], |
| "crates/router/src/configs/secrets_transformers.rs": [ |
| [ |
| 638, |
| 643 |
| ] |
| ], |
| "crates/router/src/configs/settings.rs": [ |
| [ |
| 182, |
| 194 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_response.rs": [ |
| [ |
| 224, |
| 249 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10869, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10869", |
| "original_title": "fix(router): prevent creation of saved klarna and affirm payment methods", |
| "merged_at": "2026-01-08T10:10:56Z", |
| "merge_commit_sha": "3c57d31dd801908d04e717ee036059bb2bb7a249", |
| "base_sha": "ad9850b7350d787f50a5964eeb76af8dbd222328", |
| "head_sha": "4e1c1cf3a457c2b29ba55484c493cd27ee7124ed", |
| "total_lines_changed": 51, |
| "query_index": 0, |
| "num_queries": 1 |
| } |
| }, |
| { |
| "query": "Where should I look to fix Fix Mollie Mandates Cypress.?", |
| "ground_truth_files": [ |
| "cypress-tests/cypress/e2e/configs/Payment/Mollie.js", |
| "cypress-tests/cypress/e2e/configs/Payment/Utils.js" |
| ], |
| "ground_truth_lines": { |
| "cypress-tests/cypress/e2e/configs/Payment/Mollie.js": [ |
| [ |
| 216, |
| 230 |
| ], |
| [ |
| 250, |
| 259 |
| ], |
| [ |
| 263, |
| 269 |
| ], |
| [ |
| 275, |
| 295 |
| ], |
| [ |
| 389, |
| 397 |
| ], |
| [ |
| 470, |
| 478 |
| ], |
| [ |
| 506, |
| 514 |
| ], |
| [ |
| 526, |
| 534 |
| ], |
| [ |
| 631, |
| 639 |
| ] |
| ], |
| "cypress-tests/cypress/e2e/configs/Payment/Utils.js": [ |
| [ |
| 36, |
| 42 |
| ], |
| [ |
| 102, |
| 108 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "easy", |
| "metadata": { |
| "pr_number": 10751, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10751", |
| "original_title": "fix(cypress): Fix Mollie Mandates Cypress", |
| "merged_at": "2026-01-08T08:40:33Z", |
| "merge_commit_sha": "96f7fd446c1fd5e79f96386f14dd85b774d3cf3e", |
| "base_sha": "056c555a66335d6588b15b0e6c0aa41a7037ddde", |
| "head_sha": "28d319f0f66378d79b78751ad4649ccd68fc5e36", |
| "total_lines_changed": 59, |
| "query_index": 0, |
| "num_queries": 1 |
| } |
| }, |
| { |
| "query": "What files are related to prevent creation of saved klarna and affirm payment methods.?", |
| "ground_truth_files": [ |
| "crates/common_enums/src/enums.rs", |
| "crates/hyperswitch_domain_models/src/payments/payment_attempt.rs", |
| "crates/router/src/configs/secrets_transformers.rs", |
| "crates/router/src/configs/settings.rs", |
| "crates/router/src/core/payments/operations/payment_response.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/common_enums/src/enums.rs": [ |
| [ |
| 2071, |
| 2083 |
| ] |
| ], |
| "crates/hyperswitch_domain_models/src/payments/payment_attempt.rs": [ |
| [ |
| 1433, |
| 1454 |
| ] |
| ], |
| "crates/router/src/configs/secrets_transformers.rs": [ |
| [ |
| 638, |
| 643 |
| ] |
| ], |
| "crates/router/src/configs/settings.rs": [ |
| [ |
| 182, |
| 194 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_response.rs": [ |
| [ |
| 224, |
| 249 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10813, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10813", |
| "original_title": "fix(router): prevent creation of saved klarna and affirm payment methods", |
| "merged_at": "2026-01-08T08:18:40Z", |
| "merge_commit_sha": "0d96e0beda96694c9bb819b088cc0993f5820590", |
| "base_sha": "4201e04a8f0f1d46b57f24868f4f943a9be50bda", |
| "head_sha": "57262a2e409272cabc44ffb31299c7db1fd110dc", |
| "total_lines_changed": 51, |
| "query_index": 0, |
| "num_queries": 1 |
| } |
| }, |
| { |
| "query": "Which files are involved in add authentication type filter for tokenization.?", |
| "ground_truth_files": [ |
| "crates/router/src/configs/settings.rs", |
| "crates/router/src/core/payments.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/configs/settings.rs": [ |
| [ |
| 593, |
| 599 |
| ] |
| ], |
| "crates/router/src/core/payments.rs": [ |
| [ |
| 4224, |
| 4242 |
| ], |
| [ |
| 7346, |
| 7352 |
| ], |
| [ |
| 7374, |
| 7404 |
| ], |
| [ |
| 7762, |
| 7768 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "easy", |
| "metadata": { |
| "pr_number": 10828, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10828", |
| "original_title": "feat: add authentication type filter for tokenization", |
| "merged_at": "2026-01-08T08:11:30Z", |
| "merge_commit_sha": "627a450fe5e573e262504c8e1b4f800e33e64c2e", |
| "base_sha": "b4ce93e0b5a2161ceb2931367a52614c7099bb16", |
| "head_sha": "3cb3327d83736f6ff187e72764a92fdbbfa326a6", |
| "total_lines_changed": 38, |
| "query_index": 0, |
| "num_queries": 1 |
| } |
| }, |
| { |
| "query": "Where should I look for Invoking Pre Auth flow for Nuvei.?", |
| "ground_truth_files": [ |
| "crates/hyperswitch_connectors/src/connectors/adyen.rs", |
| "crates/hyperswitch_connectors/src/connectors/barclaycard.rs", |
| "crates/hyperswitch_connectors/src/connectors/cybersource.rs", |
| "crates/hyperswitch_connectors/src/connectors/nexixpay.rs", |
| "crates/hyperswitch_connectors/src/connectors/nmi.rs", |
| "crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/nordea.rs", |
| "crates/hyperswitch_connectors/src/connectors/nuvei.rs", |
| "crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/payload/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/payme.rs", |
| "crates/hyperswitch_connectors/src/connectors/paypal.rs", |
| "crates/hyperswitch_connectors/src/connectors/paysafe.rs", |
| "crates/hyperswitch_connectors/src/connectors/redsys.rs", |
| "crates/hyperswitch_connectors/src/connectors/shift4.rs", |
| "crates/hyperswitch_connectors/src/connectors/trustpay.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpay.rs", |
| "crates/hyperswitch_connectors/src/connectors/zift/transformers.rs", |
| "crates/hyperswitch_connectors/src/utils.rs", |
| "crates/hyperswitch_domain_models/src/router_request_types.rs", |
| "crates/hyperswitch_interfaces/src/api.rs", |
| "crates/router/src/connector/utils.rs", |
| "crates/router/src/core/payments.rs", |
| "crates/router/src/core/payments/flows/authorize_flow.rs", |
| "crates/router/src/core/payments/flows/setup_mandate_flow.rs", |
| "crates/router/src/core/payments/transformers.rs", |
| "crates/router/src/core/unified_connector_service/transformers.rs", |
| "crates/router/src/types.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/hyperswitch_connectors/src/connectors/adyen.rs": [ |
| [ |
| 1028, |
| 1034 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/barclaycard.rs": [ |
| [ |
| 64, |
| 71 |
| ], |
| [ |
| 384, |
| 391 |
| ], |
| [ |
| 674, |
| 680 |
| ], |
| [ |
| 1643, |
| 1649 |
| ], |
| [ |
| 1667, |
| 1673 |
| ], |
| [ |
| 1691, |
| 1697 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/cybersource.rs": [ |
| [ |
| 82, |
| 88 |
| ], |
| [ |
| 665, |
| 671 |
| ], |
| [ |
| 754, |
| 761 |
| ], |
| [ |
| 2301, |
| 2307 |
| ], |
| [ |
| 2321, |
| 2327 |
| ], |
| [ |
| 2332, |
| 2338 |
| ], |
| [ |
| 2356, |
| 2362 |
| ], |
| [ |
| 2380, |
| 2386 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/nexixpay.rs": [ |
| [ |
| 1253, |
| 1259 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/nmi.rs": [ |
| [ |
| 1192, |
| 1200 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs": [ |
| [ |
| 194, |
| 207 |
| ], |
| [ |
| 309, |
| 315 |
| ], |
| [ |
| 905, |
| 1006 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/nordea.rs": [ |
| [ |
| 914, |
| 920 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/nuvei.rs": [ |
| [ |
| 1669, |
| 1687 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs": [ |
| [ |
| 111, |
| 117 |
| ], |
| [ |
| 173, |
| 179 |
| ], |
| [ |
| 328, |
| 334 |
| ], |
| [ |
| 2083, |
| 2089 |
| ], |
| [ |
| 2557, |
| 2563 |
| ], |
| [ |
| 3665, |
| 3671 |
| ], |
| [ |
| 3715, |
| 3722 |
| ], |
| [ |
| 3803, |
| 3810 |
| ], |
| [ |
| 3866, |
| 3873 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/payload/transformers.rs": [ |
| [ |
| 244, |
| 270 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/payme.rs": [ |
| [ |
| 435, |
| 441 |
| ], |
| [ |
| 475, |
| 481 |
| ], |
| [ |
| 1466, |
| 1472 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/paypal.rs": [ |
| [ |
| 2578, |
| 2584 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/paysafe.rs": [ |
| [ |
| 129, |
| 135 |
| ], |
| [ |
| 237, |
| 243 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/redsys.rs": [ |
| [ |
| 52, |
| 61 |
| ], |
| [ |
| 193, |
| 199 |
| ], |
| [ |
| 273, |
| 280 |
| ], |
| [ |
| 979, |
| 985 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/shift4.rs": [ |
| [ |
| 499, |
| 505 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/trustpay.rs": [ |
| [ |
| 634, |
| 640 |
| ], |
| [ |
| 1459, |
| 1465 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpay.rs": [ |
| [ |
| 241, |
| 247 |
| ], |
| [ |
| 295, |
| 301 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/zift/transformers.rs": [ |
| [ |
| 913, |
| 924 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/utils.rs": [ |
| [ |
| 2837, |
| 2843 |
| ], |
| [ |
| 2860, |
| 2867 |
| ], |
| [ |
| 2872, |
| 2879 |
| ], |
| [ |
| 2902, |
| 2914 |
| ] |
| ], |
| "crates/hyperswitch_domain_models/src/router_request_types.rs": [ |
| [ |
| 438, |
| 444 |
| ], |
| [ |
| 600, |
| 606 |
| ], |
| [ |
| 622, |
| 628 |
| ], |
| [ |
| 639, |
| 646 |
| ], |
| [ |
| 708, |
| 736 |
| ], |
| [ |
| 804, |
| 811 |
| ], |
| [ |
| 1521, |
| 1527 |
| ], |
| [ |
| 1543, |
| 1549 |
| ] |
| ], |
| "crates/hyperswitch_interfaces/src/api.rs": [ |
| [ |
| 405, |
| 416 |
| ] |
| ], |
| "crates/router/src/connector/utils.rs": [ |
| [ |
| 781, |
| 788 |
| ], |
| [ |
| 804, |
| 816 |
| ] |
| ], |
| "crates/router/src/core/payments.rs": [ |
| [ |
| 4175, |
| 4182 |
| ] |
| ], |
| "crates/router/src/core/payments/flows/authorize_flow.rs": [ |
| [ |
| 366, |
| 387 |
| ], |
| [ |
| 399, |
| 405 |
| ] |
| ], |
| "crates/router/src/core/payments/flows/setup_mandate_flow.rs": [ |
| [ |
| 1, |
| 8 |
| ], |
| [ |
| 11, |
| 19 |
| ], |
| [ |
| 208, |
| 288 |
| ] |
| ], |
| "crates/router/src/core/payments/transformers.rs": [ |
| [ |
| 1511, |
| 1521 |
| ], |
| [ |
| 1537, |
| 1543 |
| ], |
| [ |
| 5965, |
| 5972 |
| ], |
| [ |
| 6262, |
| 6269 |
| ] |
| ], |
| "crates/router/src/core/unified_connector_service/transformers.rs": [ |
| [ |
| 1005, |
| 1022 |
| ], |
| [ |
| 1662, |
| 1668 |
| ] |
| ], |
| "crates/router/src/types.rs": [ |
| [ |
| 1245, |
| 1254 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10809, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10809", |
| "original_title": "refactor: Invoking Pre Auth flow for Nuvei", |
| "merged_at": "2026-01-08T07:55:38Z", |
| "merge_commit_sha": "b2016cd63aa32b31a603cb86ae2db94c386269f7", |
| "base_sha": "8df6cfbb71cd759bf4f49ca70e8f484fc804d0c0", |
| "head_sha": "0ff09c338154063b4ca913b4fea940769e12296b", |
| "total_lines_changed": 616, |
| "query_index": 0, |
| "num_queries": 4 |
| } |
| }, |
| { |
| "query": "Where in hyperswitch_connectors is the code for refactor: Invoking Pre Auth flow for Nuvei?", |
| "ground_truth_files": [ |
| "crates/hyperswitch_connectors/src/connectors/adyen.rs", |
| "crates/hyperswitch_connectors/src/connectors/barclaycard.rs", |
| "crates/hyperswitch_connectors/src/connectors/cybersource.rs", |
| "crates/hyperswitch_connectors/src/connectors/nexixpay.rs", |
| "crates/hyperswitch_connectors/src/connectors/nmi.rs", |
| "crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/nordea.rs", |
| "crates/hyperswitch_connectors/src/connectors/nuvei.rs", |
| "crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/payload/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/payme.rs", |
| "crates/hyperswitch_connectors/src/connectors/paypal.rs", |
| "crates/hyperswitch_connectors/src/connectors/paysafe.rs", |
| "crates/hyperswitch_connectors/src/connectors/redsys.rs", |
| "crates/hyperswitch_connectors/src/connectors/shift4.rs", |
| "crates/hyperswitch_connectors/src/connectors/trustpay.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpay.rs", |
| "crates/hyperswitch_connectors/src/connectors/zift/transformers.rs", |
| "crates/hyperswitch_connectors/src/utils.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/hyperswitch_connectors/src/connectors/adyen.rs": [ |
| [ |
| 1028, |
| 1034 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/barclaycard.rs": [ |
| [ |
| 64, |
| 71 |
| ], |
| [ |
| 384, |
| 391 |
| ], |
| [ |
| 674, |
| 680 |
| ], |
| [ |
| 1643, |
| 1649 |
| ], |
| [ |
| 1667, |
| 1673 |
| ], |
| [ |
| 1691, |
| 1697 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/cybersource.rs": [ |
| [ |
| 82, |
| 88 |
| ], |
| [ |
| 665, |
| 671 |
| ], |
| [ |
| 754, |
| 761 |
| ], |
| [ |
| 2301, |
| 2307 |
| ], |
| [ |
| 2321, |
| 2327 |
| ], |
| [ |
| 2332, |
| 2338 |
| ], |
| [ |
| 2356, |
| 2362 |
| ], |
| [ |
| 2380, |
| 2386 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/nexixpay.rs": [ |
| [ |
| 1253, |
| 1259 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/nmi.rs": [ |
| [ |
| 1192, |
| 1200 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs": [ |
| [ |
| 194, |
| 207 |
| ], |
| [ |
| 309, |
| 315 |
| ], |
| [ |
| 905, |
| 1006 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/nordea.rs": [ |
| [ |
| 914, |
| 920 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/nuvei.rs": [ |
| [ |
| 1669, |
| 1687 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs": [ |
| [ |
| 111, |
| 117 |
| ], |
| [ |
| 173, |
| 179 |
| ], |
| [ |
| 328, |
| 334 |
| ], |
| [ |
| 2083, |
| 2089 |
| ], |
| [ |
| 2557, |
| 2563 |
| ], |
| [ |
| 3665, |
| 3671 |
| ], |
| [ |
| 3715, |
| 3722 |
| ], |
| [ |
| 3803, |
| 3810 |
| ], |
| [ |
| 3866, |
| 3873 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/payload/transformers.rs": [ |
| [ |
| 244, |
| 270 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/payme.rs": [ |
| [ |
| 435, |
| 441 |
| ], |
| [ |
| 475, |
| 481 |
| ], |
| [ |
| 1466, |
| 1472 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/paypal.rs": [ |
| [ |
| 2578, |
| 2584 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/paysafe.rs": [ |
| [ |
| 129, |
| 135 |
| ], |
| [ |
| 237, |
| 243 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/redsys.rs": [ |
| [ |
| 52, |
| 61 |
| ], |
| [ |
| 193, |
| 199 |
| ], |
| [ |
| 273, |
| 280 |
| ], |
| [ |
| 979, |
| 985 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/shift4.rs": [ |
| [ |
| 499, |
| 505 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/trustpay.rs": [ |
| [ |
| 634, |
| 640 |
| ], |
| [ |
| 1459, |
| 1465 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpay.rs": [ |
| [ |
| 241, |
| 247 |
| ], |
| [ |
| 295, |
| 301 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/zift/transformers.rs": [ |
| [ |
| 913, |
| 924 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/utils.rs": [ |
| [ |
| 2837, |
| 2843 |
| ], |
| [ |
| 2860, |
| 2867 |
| ], |
| [ |
| 2872, |
| 2879 |
| ], |
| [ |
| 2902, |
| 2914 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10809, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10809", |
| "original_title": "refactor: Invoking Pre Auth flow for Nuvei", |
| "merged_at": "2026-01-08T07:55:38Z", |
| "merge_commit_sha": "b2016cd63aa32b31a603cb86ae2db94c386269f7", |
| "base_sha": "8df6cfbb71cd759bf4f49ca70e8f484fc804d0c0", |
| "head_sha": "0ff09c338154063b4ca913b4fea940769e12296b", |
| "total_lines_changed": 616, |
| "query_index": 1, |
| "num_queries": 4 |
| } |
| }, |
| { |
| "query": "How does the router component handle refactor: Invoking Pre Auth flow for Nuvei?", |
| "ground_truth_files": [ |
| "crates/router/src/connector/utils.rs", |
| "crates/router/src/core/payments.rs", |
| "crates/router/src/core/payments/flows/authorize_flow.rs", |
| "crates/router/src/core/payments/flows/setup_mandate_flow.rs", |
| "crates/router/src/core/payments/transformers.rs", |
| "crates/router/src/core/unified_connector_service/transformers.rs", |
| "crates/router/src/types.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/connector/utils.rs": [ |
| [ |
| 781, |
| 788 |
| ], |
| [ |
| 804, |
| 816 |
| ] |
| ], |
| "crates/router/src/core/payments.rs": [ |
| [ |
| 4175, |
| 4182 |
| ] |
| ], |
| "crates/router/src/core/payments/flows/authorize_flow.rs": [ |
| [ |
| 366, |
| 387 |
| ], |
| [ |
| 399, |
| 405 |
| ] |
| ], |
| "crates/router/src/core/payments/flows/setup_mandate_flow.rs": [ |
| [ |
| 1, |
| 8 |
| ], |
| [ |
| 11, |
| 19 |
| ], |
| [ |
| 208, |
| 288 |
| ] |
| ], |
| "crates/router/src/core/payments/transformers.rs": [ |
| [ |
| 1511, |
| 1521 |
| ], |
| [ |
| 1537, |
| 1543 |
| ], |
| [ |
| 5965, |
| 5972 |
| ], |
| [ |
| 6262, |
| 6269 |
| ] |
| ], |
| "crates/router/src/core/unified_connector_service/transformers.rs": [ |
| [ |
| 1005, |
| 1022 |
| ], |
| [ |
| 1662, |
| 1668 |
| ] |
| ], |
| "crates/router/src/types.rs": [ |
| [ |
| 1245, |
| 1254 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10809, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10809", |
| "original_title": "refactor: Invoking Pre Auth flow for Nuvei", |
| "merged_at": "2026-01-08T07:55:38Z", |
| "merge_commit_sha": "b2016cd63aa32b31a603cb86ae2db94c386269f7", |
| "base_sha": "8df6cfbb71cd759bf4f49ca70e8f484fc804d0c0", |
| "head_sha": "0ff09c338154063b4ca913b4fea940769e12296b", |
| "total_lines_changed": 616, |
| "query_index": 2, |
| "num_queries": 4 |
| } |
| }, |
| { |
| "query": "Which files implement the core logic for refactor: Invoking Pre Auth flow for Nuv?", |
| "ground_truth_files": [ |
| "crates/hyperswitch_connectors/src/connectors/nuvei.rs", |
| "crates/hyperswitch_connectors/src/connectors/barclaycard.rs", |
| "crates/hyperswitch_domain_models/src/router_request_types.rs", |
| "crates/hyperswitch_connectors/src/connectors/shift4.rs", |
| "crates/router/src/core/payments.rs", |
| "crates/hyperswitch_connectors/src/connectors/payme.rs", |
| "crates/router/src/core/payments/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/adyen.rs", |
| "crates/hyperswitch_interfaces/src/api.rs", |
| "crates/hyperswitch_connectors/src/connectors/cybersource.rs", |
| "crates/router/src/core/payments/flows/setup_mandate_flow.rs", |
| "crates/hyperswitch_connectors/src/connectors/paysafe.rs", |
| "crates/router/src/connector/utils.rs", |
| "crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/hyperswitch_connectors/src/connectors/nuvei.rs": [ |
| [ |
| 1669, |
| 1687 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/barclaycard.rs": [ |
| [ |
| 64, |
| 71 |
| ], |
| [ |
| 384, |
| 391 |
| ], |
| [ |
| 674, |
| 680 |
| ], |
| [ |
| 1643, |
| 1649 |
| ], |
| [ |
| 1667, |
| 1673 |
| ], |
| [ |
| 1691, |
| 1697 |
| ] |
| ], |
| "crates/hyperswitch_domain_models/src/router_request_types.rs": [ |
| [ |
| 438, |
| 444 |
| ], |
| [ |
| 600, |
| 606 |
| ], |
| [ |
| 622, |
| 628 |
| ], |
| [ |
| 639, |
| 646 |
| ], |
| [ |
| 708, |
| 736 |
| ], |
| [ |
| 804, |
| 811 |
| ], |
| [ |
| 1521, |
| 1527 |
| ], |
| [ |
| 1543, |
| 1549 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/shift4.rs": [ |
| [ |
| 499, |
| 505 |
| ] |
| ], |
| "crates/router/src/core/payments.rs": [ |
| [ |
| 4175, |
| 4182 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/payme.rs": [ |
| [ |
| 435, |
| 441 |
| ], |
| [ |
| 475, |
| 481 |
| ], |
| [ |
| 1466, |
| 1472 |
| ] |
| ], |
| "crates/router/src/core/payments/transformers.rs": [ |
| [ |
| 1511, |
| 1521 |
| ], |
| [ |
| 1537, |
| 1543 |
| ], |
| [ |
| 5965, |
| 5972 |
| ], |
| [ |
| 6262, |
| 6269 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/adyen.rs": [ |
| [ |
| 1028, |
| 1034 |
| ] |
| ], |
| "crates/hyperswitch_interfaces/src/api.rs": [ |
| [ |
| 405, |
| 416 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/cybersource.rs": [ |
| [ |
| 82, |
| 88 |
| ], |
| [ |
| 665, |
| 671 |
| ], |
| [ |
| 754, |
| 761 |
| ], |
| [ |
| 2301, |
| 2307 |
| ], |
| [ |
| 2321, |
| 2327 |
| ], |
| [ |
| 2332, |
| 2338 |
| ], |
| [ |
| 2356, |
| 2362 |
| ], |
| [ |
| 2380, |
| 2386 |
| ] |
| ], |
| "crates/router/src/core/payments/flows/setup_mandate_flow.rs": [ |
| [ |
| 1, |
| 8 |
| ], |
| [ |
| 11, |
| 19 |
| ], |
| [ |
| 208, |
| 288 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/paysafe.rs": [ |
| [ |
| 129, |
| 135 |
| ], |
| [ |
| 237, |
| 243 |
| ] |
| ], |
| "crates/router/src/connector/utils.rs": [ |
| [ |
| 781, |
| 788 |
| ], |
| [ |
| 804, |
| 816 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs": [ |
| [ |
| 111, |
| 117 |
| ], |
| [ |
| 173, |
| 179 |
| ], |
| [ |
| 328, |
| 334 |
| ], |
| [ |
| 2083, |
| 2089 |
| ], |
| [ |
| 2557, |
| 2563 |
| ], |
| [ |
| 3665, |
| 3671 |
| ], |
| [ |
| 3715, |
| 3722 |
| ], |
| [ |
| 3803, |
| 3810 |
| ], |
| [ |
| 3866, |
| 3873 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10809, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10809", |
| "original_title": "refactor: Invoking Pre Auth flow for Nuvei", |
| "merged_at": "2026-01-08T07:55:38Z", |
| "merge_commit_sha": "b2016cd63aa32b31a603cb86ae2db94c386269f7", |
| "base_sha": "8df6cfbb71cd759bf4f49ca70e8f484fc804d0c0", |
| "head_sha": "0ff09c338154063b4ca913b4fea940769e12296b", |
| "total_lines_changed": 616, |
| "query_index": 3, |
| "num_queries": 4 |
| } |
| }, |
| { |
| "query": "Which files are involved in Add GSM data import to database in Cypress test workflow.?", |
| "ground_truth_files": [ |
| "cypress-tests/cypress/e2e/configs/Payment/Adyen.js", |
| "cypress-tests/cypress/e2e/configs/Payment/Stripe.js" |
| ], |
| "ground_truth_lines": { |
| "cypress-tests/cypress/e2e/configs/Payment/Adyen.js": [ |
| [ |
| 192, |
| 199 |
| ] |
| ], |
| "cypress-tests/cypress/e2e/configs/Payment/Stripe.js": [ |
| [ |
| 296, |
| 303 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "easy", |
| "metadata": { |
| "pr_number": 10853, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10853", |
| "original_title": "feat(gsm): Add GSM data import to database in Cypress test workflow", |
| "merged_at": "2026-01-08T07:19:06Z", |
| "merge_commit_sha": "ac1249cfe0f9e49e35e482f84c863f73383b837c", |
| "base_sha": "8df6cfbb71cd759bf4f49ca70e8f484fc804d0c0", |
| "head_sha": "62f6f631bd02021837dd92257c90600388ea5a23", |
| "total_lines_changed": 8, |
| "query_index": 0, |
| "num_queries": 1 |
| } |
| }, |
| { |
| "query": "How does feat(connector): [worldpaymodular] worldpay modular connector. work in this codebase?", |
| "ground_truth_files": [ |
| "crates/common_enums/src/connector_enums.rs", |
| "crates/connector_configs/src/connector.rs", |
| "crates/euclid/src/enums.rs", |
| "crates/hyperswitch_connectors/src/connectors.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/request.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/response.rs", |
| "crates/hyperswitch_connectors/src/default_implementations.rs", |
| "crates/hyperswitch_connectors/src/default_implementations_v2.rs", |
| "crates/hyperswitch_domain_models/src/connector_endpoints.rs", |
| "crates/router/src/connector.rs", |
| "crates/router/src/core/connector_validation.rs", |
| "crates/router/src/types/api/connector_mapping.rs", |
| "crates/router/src/types/api/feature_matrix.rs", |
| "crates/router/src/types/connector_transformers.rs", |
| "crates/router/tests/connectors/main.rs", |
| "crates/router/tests/connectors/worldpaymodular.rs", |
| "crates/test_utils/src/connector_auth.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/common_enums/src/connector_enums.rs": [ |
| [ |
| 189, |
| 195 |
| ], |
| [ |
| 386, |
| 392 |
| ] |
| ], |
| "crates/connector_configs/src/connector.rs": [ |
| [ |
| 370, |
| 376 |
| ], |
| [ |
| 604, |
| 610 |
| ] |
| ], |
| "crates/euclid/src/enums.rs": [ |
| [ |
| 342, |
| 348 |
| ], |
| [ |
| 479, |
| 485 |
| ], |
| [ |
| 637, |
| 643 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors.rs": [ |
| [ |
| 130, |
| 136 |
| ], |
| [ |
| 171, |
| 176 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular.rs": [ |
| [ |
| 1, |
| 839 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers.rs": [ |
| [ |
| 1, |
| 419 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/request.rs": [ |
| [ |
| 1, |
| 291 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/response.rs": [ |
| [ |
| 1, |
| 444 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/default_implementations.rs": [ |
| [ |
| 300, |
| 306 |
| ], |
| [ |
| 453, |
| 459 |
| ], |
| [ |
| 595, |
| 601 |
| ], |
| [ |
| 747, |
| 753 |
| ], |
| [ |
| 896, |
| 902 |
| ], |
| [ |
| 1048, |
| 1054 |
| ], |
| [ |
| 1201, |
| 1207 |
| ], |
| [ |
| 1243, |
| 1249 |
| ], |
| [ |
| 1495, |
| 1501 |
| ], |
| [ |
| 1632, |
| 1638 |
| ], |
| [ |
| 1787, |
| 1793 |
| ], |
| [ |
| 1818, |
| 1824 |
| ], |
| [ |
| 2076, |
| 2082 |
| ], |
| [ |
| 2230, |
| 2236 |
| ], |
| [ |
| 2382, |
| 2388 |
| ], |
| [ |
| 2519, |
| 2525 |
| ], |
| [ |
| 2671, |
| 2677 |
| ], |
| [ |
| 2826, |
| 2832 |
| ], |
| [ |
| 2981, |
| 2987 |
| ], |
| [ |
| 3135, |
| 3141 |
| ], |
| [ |
| 3289, |
| 3295 |
| ], |
| [ |
| 3440, |
| 3446 |
| ], |
| [ |
| 3592, |
| 3598 |
| ], |
| [ |
| 3747, |
| 3753 |
| ], |
| [ |
| 3901, |
| 3907 |
| ], |
| [ |
| 4061, |
| 4067 |
| ], |
| [ |
| 4082, |
| 4088 |
| ], |
| [ |
| 4343, |
| 4349 |
| ], |
| [ |
| 4495, |
| 4501 |
| ], |
| [ |
| 4647, |
| 4653 |
| ], |
| [ |
| 4678, |
| 4684 |
| ], |
| [ |
| 4942, |
| 4948 |
| ], |
| [ |
| 5094, |
| 5100 |
| ], |
| [ |
| 5247, |
| 5253 |
| ], |
| [ |
| 5402, |
| 5408 |
| ], |
| [ |
| 5557, |
| 5563 |
| ], |
| [ |
| 5712, |
| 5718 |
| ], |
| [ |
| 5867, |
| 5873 |
| ], |
| [ |
| 6022, |
| 6028 |
| ], |
| [ |
| 6177, |
| 6183 |
| ], |
| [ |
| 6328, |
| 6334 |
| ], |
| [ |
| 6480, |
| 6486 |
| ], |
| [ |
| 6632, |
| 6638 |
| ], |
| [ |
| 6785, |
| 6791 |
| ], |
| [ |
| 6930, |
| 6936 |
| ], |
| [ |
| 7077, |
| 7083 |
| ], |
| [ |
| 7253, |
| 7259 |
| ], |
| [ |
| 7406, |
| 7412 |
| ], |
| [ |
| 7551, |
| 7557 |
| ], |
| [ |
| 7755, |
| 7761 |
| ], |
| [ |
| 7910, |
| 7916 |
| ], |
| [ |
| 8057, |
| 8063 |
| ], |
| [ |
| 8212, |
| 8218 |
| ], |
| [ |
| 8359, |
| 8365 |
| ], |
| [ |
| 8512, |
| 8518 |
| ], |
| [ |
| 8668, |
| 8674 |
| ], |
| [ |
| 8818, |
| 8824 |
| ], |
| [ |
| 8972, |
| 8978 |
| ], |
| [ |
| 9126, |
| 9132 |
| ], |
| [ |
| 9280, |
| 9286 |
| ], |
| [ |
| 9433, |
| 9439 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/default_implementations_v2.rs": [ |
| [ |
| 430, |
| 436 |
| ], |
| [ |
| 587, |
| 593 |
| ], |
| [ |
| 728, |
| 734 |
| ], |
| [ |
| 878, |
| 884 |
| ], |
| [ |
| 1033, |
| 1039 |
| ], |
| [ |
| 1191, |
| 1197 |
| ], |
| [ |
| 1347, |
| 1353 |
| ], |
| [ |
| 1500, |
| 1506 |
| ], |
| [ |
| 1654, |
| 1660 |
| ], |
| [ |
| 1819, |
| 1825 |
| ], |
| [ |
| 1976, |
| 1982 |
| ], |
| [ |
| 2133, |
| 2139 |
| ], |
| [ |
| 2290, |
| 2296 |
| ], |
| [ |
| 2447, |
| 2453 |
| ], |
| [ |
| 2604, |
| 2610 |
| ], |
| [ |
| 2761, |
| 2767 |
| ], |
| [ |
| 2918, |
| 2924 |
| ], |
| [ |
| 3075, |
| 3081 |
| ], |
| [ |
| 3230, |
| 3236 |
| ], |
| [ |
| 3387, |
| 3393 |
| ], |
| [ |
| 3544, |
| 3550 |
| ], |
| [ |
| 3701, |
| 3707 |
| ], |
| [ |
| 3858, |
| 3864 |
| ], |
| [ |
| 4015, |
| 4021 |
| ], |
| [ |
| 4168, |
| 4174 |
| ], |
| [ |
| 4291, |
| 4297 |
| ], |
| [ |
| 4443, |
| 4449 |
| ], |
| [ |
| 4587, |
| 4593 |
| ], |
| [ |
| 4768, |
| 4774 |
| ], |
| [ |
| 4920, |
| 4926 |
| ] |
| ], |
| "crates/hyperswitch_domain_models/src/connector_endpoints.rs": [ |
| [ |
| 145, |
| 151 |
| ] |
| ], |
| "crates/router/src/connector.rs": [ |
| [ |
| 48, |
| 55 |
| ] |
| ], |
| "crates/router/src/core/connector_validation.rs": [ |
| [ |
| 556, |
| 569 |
| ] |
| ], |
| "crates/router/src/types/api/connector_mapping.rs": [ |
| [ |
| 414, |
| 422 |
| ] |
| ], |
| "crates/router/src/types/api/feature_matrix.rs": [ |
| [ |
| 331, |
| 339 |
| ] |
| ], |
| "crates/router/src/types/connector_transformers.rs": [ |
| [ |
| 175, |
| 181 |
| ] |
| ], |
| "crates/router/tests/connectors/main.rs": [ |
| [ |
| 127, |
| 133 |
| ] |
| ], |
| "crates/router/tests/connectors/worldpaymodular.rs": [ |
| [ |
| 1, |
| 421 |
| ] |
| ], |
| "crates/test_utils/src/connector_auth.rs": [ |
| [ |
| 141, |
| 147 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10857, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10857", |
| "original_title": " feat(connector): [worldpaymodular] worldpay modular connector", |
| "merged_at": "2026-01-07T19:02:10Z", |
| "merge_commit_sha": "b2f2f63e26d97ce4bdd44da5999c1d62e7a36be1", |
| "base_sha": "8b26448e63988e7fd4e933ad16fa6e54f8b14d2f", |
| "head_sha": "f17f4bec105cf191eaeeac13f234a56fdcf2a0ab", |
| "total_lines_changed": 2542, |
| "query_index": 0, |
| "num_queries": 4 |
| } |
| }, |
| { |
| "query": "What changes are needed in hyperswitch_connectors for feat(connector): [worldpaymodular] worldpay modul?", |
| "ground_truth_files": [ |
| "crates/hyperswitch_connectors/src/connectors.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/request.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/response.rs", |
| "crates/hyperswitch_connectors/src/default_implementations.rs", |
| "crates/hyperswitch_connectors/src/default_implementations_v2.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/hyperswitch_connectors/src/connectors.rs": [ |
| [ |
| 130, |
| 136 |
| ], |
| [ |
| 171, |
| 176 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular.rs": [ |
| [ |
| 1, |
| 839 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers.rs": [ |
| [ |
| 1, |
| 419 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/request.rs": [ |
| [ |
| 1, |
| 291 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/response.rs": [ |
| [ |
| 1, |
| 444 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/default_implementations.rs": [ |
| [ |
| 300, |
| 306 |
| ], |
| [ |
| 453, |
| 459 |
| ], |
| [ |
| 595, |
| 601 |
| ], |
| [ |
| 747, |
| 753 |
| ], |
| [ |
| 896, |
| 902 |
| ], |
| [ |
| 1048, |
| 1054 |
| ], |
| [ |
| 1201, |
| 1207 |
| ], |
| [ |
| 1243, |
| 1249 |
| ], |
| [ |
| 1495, |
| 1501 |
| ], |
| [ |
| 1632, |
| 1638 |
| ], |
| [ |
| 1787, |
| 1793 |
| ], |
| [ |
| 1818, |
| 1824 |
| ], |
| [ |
| 2076, |
| 2082 |
| ], |
| [ |
| 2230, |
| 2236 |
| ], |
| [ |
| 2382, |
| 2388 |
| ], |
| [ |
| 2519, |
| 2525 |
| ], |
| [ |
| 2671, |
| 2677 |
| ], |
| [ |
| 2826, |
| 2832 |
| ], |
| [ |
| 2981, |
| 2987 |
| ], |
| [ |
| 3135, |
| 3141 |
| ], |
| [ |
| 3289, |
| 3295 |
| ], |
| [ |
| 3440, |
| 3446 |
| ], |
| [ |
| 3592, |
| 3598 |
| ], |
| [ |
| 3747, |
| 3753 |
| ], |
| [ |
| 3901, |
| 3907 |
| ], |
| [ |
| 4061, |
| 4067 |
| ], |
| [ |
| 4082, |
| 4088 |
| ], |
| [ |
| 4343, |
| 4349 |
| ], |
| [ |
| 4495, |
| 4501 |
| ], |
| [ |
| 4647, |
| 4653 |
| ], |
| [ |
| 4678, |
| 4684 |
| ], |
| [ |
| 4942, |
| 4948 |
| ], |
| [ |
| 5094, |
| 5100 |
| ], |
| [ |
| 5247, |
| 5253 |
| ], |
| [ |
| 5402, |
| 5408 |
| ], |
| [ |
| 5557, |
| 5563 |
| ], |
| [ |
| 5712, |
| 5718 |
| ], |
| [ |
| 5867, |
| 5873 |
| ], |
| [ |
| 6022, |
| 6028 |
| ], |
| [ |
| 6177, |
| 6183 |
| ], |
| [ |
| 6328, |
| 6334 |
| ], |
| [ |
| 6480, |
| 6486 |
| ], |
| [ |
| 6632, |
| 6638 |
| ], |
| [ |
| 6785, |
| 6791 |
| ], |
| [ |
| 6930, |
| 6936 |
| ], |
| [ |
| 7077, |
| 7083 |
| ], |
| [ |
| 7253, |
| 7259 |
| ], |
| [ |
| 7406, |
| 7412 |
| ], |
| [ |
| 7551, |
| 7557 |
| ], |
| [ |
| 7755, |
| 7761 |
| ], |
| [ |
| 7910, |
| 7916 |
| ], |
| [ |
| 8057, |
| 8063 |
| ], |
| [ |
| 8212, |
| 8218 |
| ], |
| [ |
| 8359, |
| 8365 |
| ], |
| [ |
| 8512, |
| 8518 |
| ], |
| [ |
| 8668, |
| 8674 |
| ], |
| [ |
| 8818, |
| 8824 |
| ], |
| [ |
| 8972, |
| 8978 |
| ], |
| [ |
| 9126, |
| 9132 |
| ], |
| [ |
| 9280, |
| 9286 |
| ], |
| [ |
| 9433, |
| 9439 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/default_implementations_v2.rs": [ |
| [ |
| 430, |
| 436 |
| ], |
| [ |
| 587, |
| 593 |
| ], |
| [ |
| 728, |
| 734 |
| ], |
| [ |
| 878, |
| 884 |
| ], |
| [ |
| 1033, |
| 1039 |
| ], |
| [ |
| 1191, |
| 1197 |
| ], |
| [ |
| 1347, |
| 1353 |
| ], |
| [ |
| 1500, |
| 1506 |
| ], |
| [ |
| 1654, |
| 1660 |
| ], |
| [ |
| 1819, |
| 1825 |
| ], |
| [ |
| 1976, |
| 1982 |
| ], |
| [ |
| 2133, |
| 2139 |
| ], |
| [ |
| 2290, |
| 2296 |
| ], |
| [ |
| 2447, |
| 2453 |
| ], |
| [ |
| 2604, |
| 2610 |
| ], |
| [ |
| 2761, |
| 2767 |
| ], |
| [ |
| 2918, |
| 2924 |
| ], |
| [ |
| 3075, |
| 3081 |
| ], |
| [ |
| 3230, |
| 3236 |
| ], |
| [ |
| 3387, |
| 3393 |
| ], |
| [ |
| 3544, |
| 3550 |
| ], |
| [ |
| 3701, |
| 3707 |
| ], |
| [ |
| 3858, |
| 3864 |
| ], |
| [ |
| 4015, |
| 4021 |
| ], |
| [ |
| 4168, |
| 4174 |
| ], |
| [ |
| 4291, |
| 4297 |
| ], |
| [ |
| 4443, |
| 4449 |
| ], |
| [ |
| 4587, |
| 4593 |
| ], |
| [ |
| 4768, |
| 4774 |
| ], |
| [ |
| 4920, |
| 4926 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10857, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10857", |
| "original_title": " feat(connector): [worldpaymodular] worldpay modular connector", |
| "merged_at": "2026-01-07T19:02:10Z", |
| "merge_commit_sha": "b2f2f63e26d97ce4bdd44da5999c1d62e7a36be1", |
| "base_sha": "8b26448e63988e7fd4e933ad16fa6e54f8b14d2f", |
| "head_sha": "f17f4bec105cf191eaeeac13f234a56fdcf2a0ab", |
| "total_lines_changed": 2542, |
| "query_index": 1, |
| "num_queries": 4 |
| } |
| }, |
| { |
| "query": "Where in router is the code for feat(connector): [worldpaymodular] worldpay modul?", |
| "ground_truth_files": [ |
| "crates/router/src/connector.rs", |
| "crates/router/src/core/connector_validation.rs", |
| "crates/router/src/types/api/connector_mapping.rs", |
| "crates/router/src/types/api/feature_matrix.rs", |
| "crates/router/src/types/connector_transformers.rs", |
| "crates/router/tests/connectors/main.rs", |
| "crates/router/tests/connectors/worldpaymodular.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/connector.rs": [ |
| [ |
| 48, |
| 55 |
| ] |
| ], |
| "crates/router/src/core/connector_validation.rs": [ |
| [ |
| 556, |
| 569 |
| ] |
| ], |
| "crates/router/src/types/api/connector_mapping.rs": [ |
| [ |
| 414, |
| 422 |
| ] |
| ], |
| "crates/router/src/types/api/feature_matrix.rs": [ |
| [ |
| 331, |
| 339 |
| ] |
| ], |
| "crates/router/src/types/connector_transformers.rs": [ |
| [ |
| 175, |
| 181 |
| ] |
| ], |
| "crates/router/tests/connectors/main.rs": [ |
| [ |
| 127, |
| 133 |
| ] |
| ], |
| "crates/router/tests/connectors/worldpaymodular.rs": [ |
| [ |
| 1, |
| 421 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10857, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10857", |
| "original_title": " feat(connector): [worldpaymodular] worldpay modular connector", |
| "merged_at": "2026-01-07T19:02:10Z", |
| "merge_commit_sha": "b2f2f63e26d97ce4bdd44da5999c1d62e7a36be1", |
| "base_sha": "8b26448e63988e7fd4e933ad16fa6e54f8b14d2f", |
| "head_sha": "f17f4bec105cf191eaeeac13f234a56fdcf2a0ab", |
| "total_lines_changed": 2542, |
| "query_index": 2, |
| "num_queries": 4 |
| } |
| }, |
| { |
| "query": "What files are most important for understanding feat(connector): [worldpaymodular] worl?", |
| "ground_truth_files": [ |
| "crates/euclid/src/enums.rs", |
| "crates/connector_configs/src/connector.rs", |
| "crates/router/src/types/connector_transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/request.rs", |
| "crates/test_utils/src/connector_auth.rs", |
| "crates/common_enums/src/connector_enums.rs", |
| "crates/hyperswitch_connectors/src/default_implementations.rs", |
| "crates/router/tests/connectors/worldpaymodular.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/euclid/src/enums.rs": [ |
| [ |
| 342, |
| 348 |
| ], |
| [ |
| 479, |
| 485 |
| ], |
| [ |
| 637, |
| 643 |
| ] |
| ], |
| "crates/connector_configs/src/connector.rs": [ |
| [ |
| 370, |
| 376 |
| ], |
| [ |
| 604, |
| 610 |
| ] |
| ], |
| "crates/router/src/types/connector_transformers.rs": [ |
| [ |
| 175, |
| 181 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular.rs": [ |
| [ |
| 1, |
| 839 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/request.rs": [ |
| [ |
| 1, |
| 291 |
| ] |
| ], |
| "crates/test_utils/src/connector_auth.rs": [ |
| [ |
| 141, |
| 147 |
| ] |
| ], |
| "crates/common_enums/src/connector_enums.rs": [ |
| [ |
| 189, |
| 195 |
| ], |
| [ |
| 386, |
| 392 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/default_implementations.rs": [ |
| [ |
| 300, |
| 306 |
| ], |
| [ |
| 453, |
| 459 |
| ], |
| [ |
| 595, |
| 601 |
| ], |
| [ |
| 747, |
| 753 |
| ], |
| [ |
| 896, |
| 902 |
| ], |
| [ |
| 1048, |
| 1054 |
| ], |
| [ |
| 1201, |
| 1207 |
| ], |
| [ |
| 1243, |
| 1249 |
| ], |
| [ |
| 1495, |
| 1501 |
| ], |
| [ |
| 1632, |
| 1638 |
| ], |
| [ |
| 1787, |
| 1793 |
| ], |
| [ |
| 1818, |
| 1824 |
| ], |
| [ |
| 2076, |
| 2082 |
| ], |
| [ |
| 2230, |
| 2236 |
| ], |
| [ |
| 2382, |
| 2388 |
| ], |
| [ |
| 2519, |
| 2525 |
| ], |
| [ |
| 2671, |
| 2677 |
| ], |
| [ |
| 2826, |
| 2832 |
| ], |
| [ |
| 2981, |
| 2987 |
| ], |
| [ |
| 3135, |
| 3141 |
| ], |
| [ |
| 3289, |
| 3295 |
| ], |
| [ |
| 3440, |
| 3446 |
| ], |
| [ |
| 3592, |
| 3598 |
| ], |
| [ |
| 3747, |
| 3753 |
| ], |
| [ |
| 3901, |
| 3907 |
| ], |
| [ |
| 4061, |
| 4067 |
| ], |
| [ |
| 4082, |
| 4088 |
| ], |
| [ |
| 4343, |
| 4349 |
| ], |
| [ |
| 4495, |
| 4501 |
| ], |
| [ |
| 4647, |
| 4653 |
| ], |
| [ |
| 4678, |
| 4684 |
| ], |
| [ |
| 4942, |
| 4948 |
| ], |
| [ |
| 5094, |
| 5100 |
| ], |
| [ |
| 5247, |
| 5253 |
| ], |
| [ |
| 5402, |
| 5408 |
| ], |
| [ |
| 5557, |
| 5563 |
| ], |
| [ |
| 5712, |
| 5718 |
| ], |
| [ |
| 5867, |
| 5873 |
| ], |
| [ |
| 6022, |
| 6028 |
| ], |
| [ |
| 6177, |
| 6183 |
| ], |
| [ |
| 6328, |
| 6334 |
| ], |
| [ |
| 6480, |
| 6486 |
| ], |
| [ |
| 6632, |
| 6638 |
| ], |
| [ |
| 6785, |
| 6791 |
| ], |
| [ |
| 6930, |
| 6936 |
| ], |
| [ |
| 7077, |
| 7083 |
| ], |
| [ |
| 7253, |
| 7259 |
| ], |
| [ |
| 7406, |
| 7412 |
| ], |
| [ |
| 7551, |
| 7557 |
| ], |
| [ |
| 7755, |
| 7761 |
| ], |
| [ |
| 7910, |
| 7916 |
| ], |
| [ |
| 8057, |
| 8063 |
| ], |
| [ |
| 8212, |
| 8218 |
| ], |
| [ |
| 8359, |
| 8365 |
| ], |
| [ |
| 8512, |
| 8518 |
| ], |
| [ |
| 8668, |
| 8674 |
| ], |
| [ |
| 8818, |
| 8824 |
| ], |
| [ |
| 8972, |
| 8978 |
| ], |
| [ |
| 9126, |
| 9132 |
| ], |
| [ |
| 9280, |
| 9286 |
| ], |
| [ |
| 9433, |
| 9439 |
| ] |
| ], |
| "crates/router/tests/connectors/worldpaymodular.rs": [ |
| [ |
| 1, |
| 421 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10857, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10857", |
| "original_title": " feat(connector): [worldpaymodular] worldpay modular connector", |
| "merged_at": "2026-01-07T19:02:10Z", |
| "merge_commit_sha": "b2f2f63e26d97ce4bdd44da5999c1d62e7a36be1", |
| "base_sha": "8b26448e63988e7fd4e933ad16fa6e54f8b14d2f", |
| "head_sha": "f17f4bec105cf191eaeeac13f234a56fdcf2a0ab", |
| "total_lines_changed": 2542, |
| "query_index": 3, |
| "num_queries": 4 |
| } |
| }, |
| { |
| "query": "What files are related to feat(connector): [worldpaymodular] worldpay modular connector.?", |
| "ground_truth_files": [ |
| "crates/common_enums/src/connector_enums.rs", |
| "crates/connector_configs/src/connector.rs", |
| "crates/euclid/src/enums.rs", |
| "crates/hyperswitch_connectors/src/connectors.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/request.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/response.rs", |
| "crates/hyperswitch_connectors/src/default_implementations.rs", |
| "crates/hyperswitch_connectors/src/default_implementations_v2.rs", |
| "crates/hyperswitch_domain_models/src/connector_endpoints.rs", |
| "crates/router/src/connector.rs", |
| "crates/router/src/core/connector_validation.rs", |
| "crates/router/src/types/api/connector_mapping.rs", |
| "crates/router/src/types/api/feature_matrix.rs", |
| "crates/router/src/types/connector_transformers.rs", |
| "crates/router/tests/connectors/main.rs", |
| "crates/router/tests/connectors/worldpaymodular.rs", |
| "crates/test_utils/src/connector_auth.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/common_enums/src/connector_enums.rs": [ |
| [ |
| 189, |
| 195 |
| ], |
| [ |
| 386, |
| 392 |
| ] |
| ], |
| "crates/connector_configs/src/connector.rs": [ |
| [ |
| 370, |
| 376 |
| ], |
| [ |
| 604, |
| 610 |
| ] |
| ], |
| "crates/euclid/src/enums.rs": [ |
| [ |
| 342, |
| 348 |
| ], |
| [ |
| 479, |
| 485 |
| ], |
| [ |
| 637, |
| 643 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors.rs": [ |
| [ |
| 130, |
| 136 |
| ], |
| [ |
| 171, |
| 176 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular.rs": [ |
| [ |
| 1, |
| 840 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers.rs": [ |
| [ |
| 1, |
| 419 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/request.rs": [ |
| [ |
| 1, |
| 291 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/response.rs": [ |
| [ |
| 1, |
| 444 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/default_implementations.rs": [ |
| [ |
| 300, |
| 306 |
| ], |
| [ |
| 453, |
| 459 |
| ], |
| [ |
| 595, |
| 601 |
| ], |
| [ |
| 747, |
| 753 |
| ], |
| [ |
| 896, |
| 902 |
| ], |
| [ |
| 1047, |
| 1053 |
| ], |
| [ |
| 1200, |
| 1206 |
| ], |
| [ |
| 1242, |
| 1248 |
| ], |
| [ |
| 1494, |
| 1500 |
| ], |
| [ |
| 1631, |
| 1637 |
| ], |
| [ |
| 1786, |
| 1792 |
| ], |
| [ |
| 1817, |
| 1823 |
| ], |
| [ |
| 2074, |
| 2080 |
| ], |
| [ |
| 2227, |
| 2233 |
| ], |
| [ |
| 2378, |
| 2384 |
| ], |
| [ |
| 2515, |
| 2521 |
| ], |
| [ |
| 2667, |
| 2673 |
| ], |
| [ |
| 2822, |
| 2828 |
| ], |
| [ |
| 2977, |
| 2983 |
| ], |
| [ |
| 3131, |
| 3137 |
| ], |
| [ |
| 3285, |
| 3291 |
| ], |
| [ |
| 3436, |
| 3442 |
| ], |
| [ |
| 3588, |
| 3594 |
| ], |
| [ |
| 3743, |
| 3749 |
| ], |
| [ |
| 3897, |
| 3903 |
| ], |
| [ |
| 4057, |
| 4063 |
| ], |
| [ |
| 4078, |
| 4084 |
| ], |
| [ |
| 4339, |
| 4345 |
| ], |
| [ |
| 4491, |
| 4497 |
| ], |
| [ |
| 4643, |
| 4649 |
| ], |
| [ |
| 4674, |
| 4680 |
| ], |
| [ |
| 4938, |
| 4944 |
| ], |
| [ |
| 5090, |
| 5096 |
| ], |
| [ |
| 5243, |
| 5249 |
| ], |
| [ |
| 5398, |
| 5404 |
| ], |
| [ |
| 5553, |
| 5559 |
| ], |
| [ |
| 5708, |
| 5714 |
| ], |
| [ |
| 5863, |
| 5869 |
| ], |
| [ |
| 6018, |
| 6024 |
| ], |
| [ |
| 6173, |
| 6179 |
| ], |
| [ |
| 6324, |
| 6330 |
| ], |
| [ |
| 6476, |
| 6482 |
| ], |
| [ |
| 6628, |
| 6634 |
| ], |
| [ |
| 6781, |
| 6787 |
| ], |
| [ |
| 6926, |
| 6932 |
| ], |
| [ |
| 7073, |
| 7079 |
| ], |
| [ |
| 7249, |
| 7255 |
| ], |
| [ |
| 7402, |
| 7408 |
| ], |
| [ |
| 7547, |
| 7553 |
| ], |
| [ |
| 7751, |
| 7757 |
| ], |
| [ |
| 7906, |
| 7912 |
| ], |
| [ |
| 8053, |
| 8059 |
| ], |
| [ |
| 8208, |
| 8214 |
| ], |
| [ |
| 8355, |
| 8361 |
| ], |
| [ |
| 8508, |
| 8514 |
| ], |
| [ |
| 8664, |
| 8670 |
| ], |
| [ |
| 8814, |
| 8820 |
| ], |
| [ |
| 8968, |
| 8974 |
| ], |
| [ |
| 9122, |
| 9128 |
| ], |
| [ |
| 9276, |
| 9282 |
| ], |
| [ |
| 9429, |
| 9435 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/default_implementations_v2.rs": [ |
| [ |
| 430, |
| 436 |
| ], |
| [ |
| 587, |
| 593 |
| ], |
| [ |
| 728, |
| 734 |
| ], |
| [ |
| 878, |
| 884 |
| ], |
| [ |
| 1033, |
| 1039 |
| ], |
| [ |
| 1191, |
| 1197 |
| ], |
| [ |
| 1347, |
| 1353 |
| ], |
| [ |
| 1500, |
| 1506 |
| ], |
| [ |
| 1654, |
| 1660 |
| ], |
| [ |
| 1819, |
| 1825 |
| ], |
| [ |
| 1976, |
| 1982 |
| ], |
| [ |
| 2133, |
| 2139 |
| ], |
| [ |
| 2290, |
| 2296 |
| ], |
| [ |
| 2447, |
| 2453 |
| ], |
| [ |
| 2604, |
| 2610 |
| ], |
| [ |
| 2761, |
| 2767 |
| ], |
| [ |
| 2918, |
| 2924 |
| ], |
| [ |
| 3075, |
| 3081 |
| ], |
| [ |
| 3230, |
| 3236 |
| ], |
| [ |
| 3387, |
| 3393 |
| ], |
| [ |
| 3544, |
| 3550 |
| ], |
| [ |
| 3701, |
| 3707 |
| ], |
| [ |
| 3858, |
| 3864 |
| ], |
| [ |
| 4015, |
| 4021 |
| ], |
| [ |
| 4168, |
| 4174 |
| ], |
| [ |
| 4291, |
| 4297 |
| ], |
| [ |
| 4443, |
| 4449 |
| ], |
| [ |
| 4587, |
| 4593 |
| ], |
| [ |
| 4768, |
| 4774 |
| ], |
| [ |
| 4920, |
| 4926 |
| ] |
| ], |
| "crates/hyperswitch_domain_models/src/connector_endpoints.rs": [ |
| [ |
| 145, |
| 151 |
| ] |
| ], |
| "crates/router/src/connector.rs": [ |
| [ |
| 48, |
| 55 |
| ] |
| ], |
| "crates/router/src/core/connector_validation.rs": [ |
| [ |
| 556, |
| 569 |
| ] |
| ], |
| "crates/router/src/types/api/connector_mapping.rs": [ |
| [ |
| 414, |
| 422 |
| ] |
| ], |
| "crates/router/src/types/api/feature_matrix.rs": [ |
| [ |
| 331, |
| 339 |
| ] |
| ], |
| "crates/router/src/types/connector_transformers.rs": [ |
| [ |
| 175, |
| 181 |
| ] |
| ], |
| "crates/router/tests/connectors/main.rs": [ |
| [ |
| 127, |
| 133 |
| ] |
| ], |
| "crates/router/tests/connectors/worldpaymodular.rs": [ |
| [ |
| 1, |
| 421 |
| ] |
| ], |
| "crates/test_utils/src/connector_auth.rs": [ |
| [ |
| 141, |
| 147 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10858, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10858", |
| "original_title": " feat(connector): [worldpaymodular] worldpay modular connector", |
| "merged_at": "2026-01-07T16:58:17Z", |
| "merge_commit_sha": "a6ce6f213cecfe66fdba057463461344a4c001aa", |
| "base_sha": "e1d3092f0eb840bdb052460de3d66ba73b776d4a", |
| "head_sha": "9ca2cd3decb552684789fd11475bcd901176cddf", |
| "total_lines_changed": 2543, |
| "query_index": 0, |
| "num_queries": 4 |
| } |
| }, |
| { |
| "query": "How does the hyperswitch_connectors component handle feat(connector): [worldpaymodular] worldpay modul?", |
| "ground_truth_files": [ |
| "crates/hyperswitch_connectors/src/connectors.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/request.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/response.rs", |
| "crates/hyperswitch_connectors/src/default_implementations.rs", |
| "crates/hyperswitch_connectors/src/default_implementations_v2.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/hyperswitch_connectors/src/connectors.rs": [ |
| [ |
| 130, |
| 136 |
| ], |
| [ |
| 171, |
| 176 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular.rs": [ |
| [ |
| 1, |
| 840 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers.rs": [ |
| [ |
| 1, |
| 419 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/request.rs": [ |
| [ |
| 1, |
| 291 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/response.rs": [ |
| [ |
| 1, |
| 444 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/default_implementations.rs": [ |
| [ |
| 300, |
| 306 |
| ], |
| [ |
| 453, |
| 459 |
| ], |
| [ |
| 595, |
| 601 |
| ], |
| [ |
| 747, |
| 753 |
| ], |
| [ |
| 896, |
| 902 |
| ], |
| [ |
| 1047, |
| 1053 |
| ], |
| [ |
| 1200, |
| 1206 |
| ], |
| [ |
| 1242, |
| 1248 |
| ], |
| [ |
| 1494, |
| 1500 |
| ], |
| [ |
| 1631, |
| 1637 |
| ], |
| [ |
| 1786, |
| 1792 |
| ], |
| [ |
| 1817, |
| 1823 |
| ], |
| [ |
| 2074, |
| 2080 |
| ], |
| [ |
| 2227, |
| 2233 |
| ], |
| [ |
| 2378, |
| 2384 |
| ], |
| [ |
| 2515, |
| 2521 |
| ], |
| [ |
| 2667, |
| 2673 |
| ], |
| [ |
| 2822, |
| 2828 |
| ], |
| [ |
| 2977, |
| 2983 |
| ], |
| [ |
| 3131, |
| 3137 |
| ], |
| [ |
| 3285, |
| 3291 |
| ], |
| [ |
| 3436, |
| 3442 |
| ], |
| [ |
| 3588, |
| 3594 |
| ], |
| [ |
| 3743, |
| 3749 |
| ], |
| [ |
| 3897, |
| 3903 |
| ], |
| [ |
| 4057, |
| 4063 |
| ], |
| [ |
| 4078, |
| 4084 |
| ], |
| [ |
| 4339, |
| 4345 |
| ], |
| [ |
| 4491, |
| 4497 |
| ], |
| [ |
| 4643, |
| 4649 |
| ], |
| [ |
| 4674, |
| 4680 |
| ], |
| [ |
| 4938, |
| 4944 |
| ], |
| [ |
| 5090, |
| 5096 |
| ], |
| [ |
| 5243, |
| 5249 |
| ], |
| [ |
| 5398, |
| 5404 |
| ], |
| [ |
| 5553, |
| 5559 |
| ], |
| [ |
| 5708, |
| 5714 |
| ], |
| [ |
| 5863, |
| 5869 |
| ], |
| [ |
| 6018, |
| 6024 |
| ], |
| [ |
| 6173, |
| 6179 |
| ], |
| [ |
| 6324, |
| 6330 |
| ], |
| [ |
| 6476, |
| 6482 |
| ], |
| [ |
| 6628, |
| 6634 |
| ], |
| [ |
| 6781, |
| 6787 |
| ], |
| [ |
| 6926, |
| 6932 |
| ], |
| [ |
| 7073, |
| 7079 |
| ], |
| [ |
| 7249, |
| 7255 |
| ], |
| [ |
| 7402, |
| 7408 |
| ], |
| [ |
| 7547, |
| 7553 |
| ], |
| [ |
| 7751, |
| 7757 |
| ], |
| [ |
| 7906, |
| 7912 |
| ], |
| [ |
| 8053, |
| 8059 |
| ], |
| [ |
| 8208, |
| 8214 |
| ], |
| [ |
| 8355, |
| 8361 |
| ], |
| [ |
| 8508, |
| 8514 |
| ], |
| [ |
| 8664, |
| 8670 |
| ], |
| [ |
| 8814, |
| 8820 |
| ], |
| [ |
| 8968, |
| 8974 |
| ], |
| [ |
| 9122, |
| 9128 |
| ], |
| [ |
| 9276, |
| 9282 |
| ], |
| [ |
| 9429, |
| 9435 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/default_implementations_v2.rs": [ |
| [ |
| 430, |
| 436 |
| ], |
| [ |
| 587, |
| 593 |
| ], |
| [ |
| 728, |
| 734 |
| ], |
| [ |
| 878, |
| 884 |
| ], |
| [ |
| 1033, |
| 1039 |
| ], |
| [ |
| 1191, |
| 1197 |
| ], |
| [ |
| 1347, |
| 1353 |
| ], |
| [ |
| 1500, |
| 1506 |
| ], |
| [ |
| 1654, |
| 1660 |
| ], |
| [ |
| 1819, |
| 1825 |
| ], |
| [ |
| 1976, |
| 1982 |
| ], |
| [ |
| 2133, |
| 2139 |
| ], |
| [ |
| 2290, |
| 2296 |
| ], |
| [ |
| 2447, |
| 2453 |
| ], |
| [ |
| 2604, |
| 2610 |
| ], |
| [ |
| 2761, |
| 2767 |
| ], |
| [ |
| 2918, |
| 2924 |
| ], |
| [ |
| 3075, |
| 3081 |
| ], |
| [ |
| 3230, |
| 3236 |
| ], |
| [ |
| 3387, |
| 3393 |
| ], |
| [ |
| 3544, |
| 3550 |
| ], |
| [ |
| 3701, |
| 3707 |
| ], |
| [ |
| 3858, |
| 3864 |
| ], |
| [ |
| 4015, |
| 4021 |
| ], |
| [ |
| 4168, |
| 4174 |
| ], |
| [ |
| 4291, |
| 4297 |
| ], |
| [ |
| 4443, |
| 4449 |
| ], |
| [ |
| 4587, |
| 4593 |
| ], |
| [ |
| 4768, |
| 4774 |
| ], |
| [ |
| 4920, |
| 4926 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10858, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10858", |
| "original_title": " feat(connector): [worldpaymodular] worldpay modular connector", |
| "merged_at": "2026-01-07T16:58:17Z", |
| "merge_commit_sha": "a6ce6f213cecfe66fdba057463461344a4c001aa", |
| "base_sha": "e1d3092f0eb840bdb052460de3d66ba73b776d4a", |
| "head_sha": "9ca2cd3decb552684789fd11475bcd901176cddf", |
| "total_lines_changed": 2543, |
| "query_index": 1, |
| "num_queries": 4 |
| } |
| }, |
| { |
| "query": "Where in router is the code for feat(connector): [worldpaymodular] worldpay modul?", |
| "ground_truth_files": [ |
| "crates/router/src/connector.rs", |
| "crates/router/src/core/connector_validation.rs", |
| "crates/router/src/types/api/connector_mapping.rs", |
| "crates/router/src/types/api/feature_matrix.rs", |
| "crates/router/src/types/connector_transformers.rs", |
| "crates/router/tests/connectors/main.rs", |
| "crates/router/tests/connectors/worldpaymodular.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/connector.rs": [ |
| [ |
| 48, |
| 55 |
| ] |
| ], |
| "crates/router/src/core/connector_validation.rs": [ |
| [ |
| 556, |
| 569 |
| ] |
| ], |
| "crates/router/src/types/api/connector_mapping.rs": [ |
| [ |
| 414, |
| 422 |
| ] |
| ], |
| "crates/router/src/types/api/feature_matrix.rs": [ |
| [ |
| 331, |
| 339 |
| ] |
| ], |
| "crates/router/src/types/connector_transformers.rs": [ |
| [ |
| 175, |
| 181 |
| ] |
| ], |
| "crates/router/tests/connectors/main.rs": [ |
| [ |
| 127, |
| 133 |
| ] |
| ], |
| "crates/router/tests/connectors/worldpaymodular.rs": [ |
| [ |
| 1, |
| 421 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10858, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10858", |
| "original_title": " feat(connector): [worldpaymodular] worldpay modular connector", |
| "merged_at": "2026-01-07T16:58:17Z", |
| "merge_commit_sha": "a6ce6f213cecfe66fdba057463461344a4c001aa", |
| "base_sha": "e1d3092f0eb840bdb052460de3d66ba73b776d4a", |
| "head_sha": "9ca2cd3decb552684789fd11475bcd901176cddf", |
| "total_lines_changed": 2543, |
| "query_index": 2, |
| "num_queries": 4 |
| } |
| }, |
| { |
| "query": "Which files implement the core logic for feat(connector): [worldpaymodular] worl?", |
| "ground_truth_files": [ |
| "crates/connector_configs/src/connector.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers.rs", |
| "crates/router/src/types/connector_transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/request.rs", |
| "crates/hyperswitch_connectors/src/default_implementations.rs", |
| "crates/router/tests/connectors/main.rs", |
| "crates/test_utils/src/connector_auth.rs", |
| "crates/router/src/types/api/connector_mapping.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/response.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/connector_configs/src/connector.rs": [ |
| [ |
| 370, |
| 376 |
| ], |
| [ |
| 604, |
| 610 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers.rs": [ |
| [ |
| 1, |
| 419 |
| ] |
| ], |
| "crates/router/src/types/connector_transformers.rs": [ |
| [ |
| 175, |
| 181 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/request.rs": [ |
| [ |
| 1, |
| 291 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/default_implementations.rs": [ |
| [ |
| 300, |
| 306 |
| ], |
| [ |
| 453, |
| 459 |
| ], |
| [ |
| 595, |
| 601 |
| ], |
| [ |
| 747, |
| 753 |
| ], |
| [ |
| 896, |
| 902 |
| ], |
| [ |
| 1047, |
| 1053 |
| ], |
| [ |
| 1200, |
| 1206 |
| ], |
| [ |
| 1242, |
| 1248 |
| ], |
| [ |
| 1494, |
| 1500 |
| ], |
| [ |
| 1631, |
| 1637 |
| ], |
| [ |
| 1786, |
| 1792 |
| ], |
| [ |
| 1817, |
| 1823 |
| ], |
| [ |
| 2074, |
| 2080 |
| ], |
| [ |
| 2227, |
| 2233 |
| ], |
| [ |
| 2378, |
| 2384 |
| ], |
| [ |
| 2515, |
| 2521 |
| ], |
| [ |
| 2667, |
| 2673 |
| ], |
| [ |
| 2822, |
| 2828 |
| ], |
| [ |
| 2977, |
| 2983 |
| ], |
| [ |
| 3131, |
| 3137 |
| ], |
| [ |
| 3285, |
| 3291 |
| ], |
| [ |
| 3436, |
| 3442 |
| ], |
| [ |
| 3588, |
| 3594 |
| ], |
| [ |
| 3743, |
| 3749 |
| ], |
| [ |
| 3897, |
| 3903 |
| ], |
| [ |
| 4057, |
| 4063 |
| ], |
| [ |
| 4078, |
| 4084 |
| ], |
| [ |
| 4339, |
| 4345 |
| ], |
| [ |
| 4491, |
| 4497 |
| ], |
| [ |
| 4643, |
| 4649 |
| ], |
| [ |
| 4674, |
| 4680 |
| ], |
| [ |
| 4938, |
| 4944 |
| ], |
| [ |
| 5090, |
| 5096 |
| ], |
| [ |
| 5243, |
| 5249 |
| ], |
| [ |
| 5398, |
| 5404 |
| ], |
| [ |
| 5553, |
| 5559 |
| ], |
| [ |
| 5708, |
| 5714 |
| ], |
| [ |
| 5863, |
| 5869 |
| ], |
| [ |
| 6018, |
| 6024 |
| ], |
| [ |
| 6173, |
| 6179 |
| ], |
| [ |
| 6324, |
| 6330 |
| ], |
| [ |
| 6476, |
| 6482 |
| ], |
| [ |
| 6628, |
| 6634 |
| ], |
| [ |
| 6781, |
| 6787 |
| ], |
| [ |
| 6926, |
| 6932 |
| ], |
| [ |
| 7073, |
| 7079 |
| ], |
| [ |
| 7249, |
| 7255 |
| ], |
| [ |
| 7402, |
| 7408 |
| ], |
| [ |
| 7547, |
| 7553 |
| ], |
| [ |
| 7751, |
| 7757 |
| ], |
| [ |
| 7906, |
| 7912 |
| ], |
| [ |
| 8053, |
| 8059 |
| ], |
| [ |
| 8208, |
| 8214 |
| ], |
| [ |
| 8355, |
| 8361 |
| ], |
| [ |
| 8508, |
| 8514 |
| ], |
| [ |
| 8664, |
| 8670 |
| ], |
| [ |
| 8814, |
| 8820 |
| ], |
| [ |
| 8968, |
| 8974 |
| ], |
| [ |
| 9122, |
| 9128 |
| ], |
| [ |
| 9276, |
| 9282 |
| ], |
| [ |
| 9429, |
| 9435 |
| ] |
| ], |
| "crates/router/tests/connectors/main.rs": [ |
| [ |
| 127, |
| 133 |
| ] |
| ], |
| "crates/test_utils/src/connector_auth.rs": [ |
| [ |
| 141, |
| 147 |
| ] |
| ], |
| "crates/router/src/types/api/connector_mapping.rs": [ |
| [ |
| 414, |
| 422 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/response.rs": [ |
| [ |
| 1, |
| 444 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10858, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10858", |
| "original_title": " feat(connector): [worldpaymodular] worldpay modular connector", |
| "merged_at": "2026-01-07T16:58:17Z", |
| "merge_commit_sha": "a6ce6f213cecfe66fdba057463461344a4c001aa", |
| "base_sha": "e1d3092f0eb840bdb052460de3d66ba73b776d4a", |
| "head_sha": "9ca2cd3decb552684789fd11475bcd901176cddf", |
| "total_lines_changed": 2543, |
| "query_index": 3, |
| "num_queries": 4 |
| } |
| }, |
| { |
| "query": "Where should I look for feat(connector): [worldpaymodular] worldpay modular connector.?", |
| "ground_truth_files": [ |
| "crates/common_enums/src/connector_enums.rs", |
| "crates/connector_configs/src/connector.rs", |
| "crates/euclid/src/enums.rs", |
| "crates/hyperswitch_connectors/src/connectors.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/request.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/response.rs", |
| "crates/hyperswitch_connectors/src/default_implementations.rs", |
| "crates/hyperswitch_connectors/src/default_implementations_v2.rs", |
| "crates/hyperswitch_domain_models/src/connector_endpoints.rs", |
| "crates/router/src/connector.rs", |
| "crates/router/src/core/connector_validation.rs", |
| "crates/router/src/types/api/connector_mapping.rs", |
| "crates/router/src/types/api/feature_matrix.rs", |
| "crates/router/src/types/connector_transformers.rs", |
| "crates/router/tests/connectors/main.rs", |
| "crates/router/tests/connectors/worldpaymodular.rs", |
| "crates/test_utils/src/connector_auth.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/common_enums/src/connector_enums.rs": [ |
| [ |
| 189, |
| 195 |
| ], |
| [ |
| 386, |
| 392 |
| ] |
| ], |
| "crates/connector_configs/src/connector.rs": [ |
| [ |
| 370, |
| 376 |
| ], |
| [ |
| 604, |
| 610 |
| ] |
| ], |
| "crates/euclid/src/enums.rs": [ |
| [ |
| 342, |
| 348 |
| ], |
| [ |
| 479, |
| 485 |
| ], |
| [ |
| 637, |
| 643 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors.rs": [ |
| [ |
| 130, |
| 136 |
| ], |
| [ |
| 171, |
| 176 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular.rs": [ |
| [ |
| 1, |
| 840 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers.rs": [ |
| [ |
| 1, |
| 419 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/request.rs": [ |
| [ |
| 1, |
| 291 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/response.rs": [ |
| [ |
| 1, |
| 444 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/default_implementations.rs": [ |
| [ |
| 300, |
| 306 |
| ], |
| [ |
| 453, |
| 459 |
| ], |
| [ |
| 595, |
| 601 |
| ], |
| [ |
| 747, |
| 753 |
| ], |
| [ |
| 896, |
| 902 |
| ], |
| [ |
| 1047, |
| 1053 |
| ], |
| [ |
| 1200, |
| 1206 |
| ], |
| [ |
| 1242, |
| 1248 |
| ], |
| [ |
| 1494, |
| 1500 |
| ], |
| [ |
| 1631, |
| 1637 |
| ], |
| [ |
| 1786, |
| 1792 |
| ], |
| [ |
| 1817, |
| 1823 |
| ], |
| [ |
| 2074, |
| 2080 |
| ], |
| [ |
| 2227, |
| 2233 |
| ], |
| [ |
| 2378, |
| 2384 |
| ], |
| [ |
| 2515, |
| 2521 |
| ], |
| [ |
| 2667, |
| 2673 |
| ], |
| [ |
| 2822, |
| 2828 |
| ], |
| [ |
| 2977, |
| 2983 |
| ], |
| [ |
| 3131, |
| 3137 |
| ], |
| [ |
| 3285, |
| 3291 |
| ], |
| [ |
| 3436, |
| 3442 |
| ], |
| [ |
| 3588, |
| 3594 |
| ], |
| [ |
| 3743, |
| 3749 |
| ], |
| [ |
| 3897, |
| 3903 |
| ], |
| [ |
| 4057, |
| 4063 |
| ], |
| [ |
| 4078, |
| 4084 |
| ], |
| [ |
| 4339, |
| 4345 |
| ], |
| [ |
| 4491, |
| 4497 |
| ], |
| [ |
| 4643, |
| 4649 |
| ], |
| [ |
| 4674, |
| 4680 |
| ], |
| [ |
| 4938, |
| 4944 |
| ], |
| [ |
| 5090, |
| 5096 |
| ], |
| [ |
| 5243, |
| 5249 |
| ], |
| [ |
| 5398, |
| 5404 |
| ], |
| [ |
| 5553, |
| 5559 |
| ], |
| [ |
| 5708, |
| 5714 |
| ], |
| [ |
| 5863, |
| 5869 |
| ], |
| [ |
| 6018, |
| 6024 |
| ], |
| [ |
| 6173, |
| 6179 |
| ], |
| [ |
| 6324, |
| 6330 |
| ], |
| [ |
| 6476, |
| 6482 |
| ], |
| [ |
| 6628, |
| 6634 |
| ], |
| [ |
| 6781, |
| 6787 |
| ], |
| [ |
| 6926, |
| 6932 |
| ], |
| [ |
| 7073, |
| 7079 |
| ], |
| [ |
| 7249, |
| 7255 |
| ], |
| [ |
| 7402, |
| 7408 |
| ], |
| [ |
| 7547, |
| 7553 |
| ], |
| [ |
| 7751, |
| 7757 |
| ], |
| [ |
| 7906, |
| 7912 |
| ], |
| [ |
| 8053, |
| 8059 |
| ], |
| [ |
| 8208, |
| 8214 |
| ], |
| [ |
| 8355, |
| 8361 |
| ], |
| [ |
| 8508, |
| 8514 |
| ], |
| [ |
| 8664, |
| 8670 |
| ], |
| [ |
| 8814, |
| 8820 |
| ], |
| [ |
| 8968, |
| 8974 |
| ], |
| [ |
| 9122, |
| 9128 |
| ], |
| [ |
| 9276, |
| 9282 |
| ], |
| [ |
| 9429, |
| 9435 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/default_implementations_v2.rs": [ |
| [ |
| 430, |
| 436 |
| ], |
| [ |
| 587, |
| 593 |
| ], |
| [ |
| 728, |
| 734 |
| ], |
| [ |
| 878, |
| 884 |
| ], |
| [ |
| 1033, |
| 1039 |
| ], |
| [ |
| 1191, |
| 1197 |
| ], |
| [ |
| 1347, |
| 1353 |
| ], |
| [ |
| 1500, |
| 1506 |
| ], |
| [ |
| 1654, |
| 1660 |
| ], |
| [ |
| 1819, |
| 1825 |
| ], |
| [ |
| 1976, |
| 1982 |
| ], |
| [ |
| 2133, |
| 2139 |
| ], |
| [ |
| 2290, |
| 2296 |
| ], |
| [ |
| 2447, |
| 2453 |
| ], |
| [ |
| 2604, |
| 2610 |
| ], |
| [ |
| 2761, |
| 2767 |
| ], |
| [ |
| 2918, |
| 2924 |
| ], |
| [ |
| 3075, |
| 3081 |
| ], |
| [ |
| 3230, |
| 3236 |
| ], |
| [ |
| 3387, |
| 3393 |
| ], |
| [ |
| 3544, |
| 3550 |
| ], |
| [ |
| 3701, |
| 3707 |
| ], |
| [ |
| 3858, |
| 3864 |
| ], |
| [ |
| 4015, |
| 4021 |
| ], |
| [ |
| 4168, |
| 4174 |
| ], |
| [ |
| 4291, |
| 4297 |
| ], |
| [ |
| 4443, |
| 4449 |
| ], |
| [ |
| 4587, |
| 4593 |
| ], |
| [ |
| 4768, |
| 4774 |
| ], |
| [ |
| 4920, |
| 4926 |
| ] |
| ], |
| "crates/hyperswitch_domain_models/src/connector_endpoints.rs": [ |
| [ |
| 145, |
| 151 |
| ] |
| ], |
| "crates/router/src/connector.rs": [ |
| [ |
| 48, |
| 55 |
| ] |
| ], |
| "crates/router/src/core/connector_validation.rs": [ |
| [ |
| 556, |
| 569 |
| ] |
| ], |
| "crates/router/src/types/api/connector_mapping.rs": [ |
| [ |
| 414, |
| 422 |
| ] |
| ], |
| "crates/router/src/types/api/feature_matrix.rs": [ |
| [ |
| 331, |
| 339 |
| ] |
| ], |
| "crates/router/src/types/connector_transformers.rs": [ |
| [ |
| 175, |
| 181 |
| ] |
| ], |
| "crates/router/tests/connectors/main.rs": [ |
| [ |
| 127, |
| 133 |
| ] |
| ], |
| "crates/router/tests/connectors/worldpaymodular.rs": [ |
| [ |
| 1, |
| 421 |
| ] |
| ], |
| "crates/test_utils/src/connector_auth.rs": [ |
| [ |
| 141, |
| 147 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10795, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10795", |
| "original_title": " feat(connector): [worldpaymodular] worldpay modular connector", |
| "merged_at": "2026-01-07T14:15:22Z", |
| "merge_commit_sha": "46bb9693bad799f6e8313e329bfd195c4cb4815a", |
| "base_sha": "8df6cfbb71cd759bf4f49ca70e8f484fc804d0c0", |
| "head_sha": "915310e973c6a4d63a72df3c47bd29a21ed2f091", |
| "total_lines_changed": 2543, |
| "query_index": 0, |
| "num_queries": 4 |
| } |
| }, |
| { |
| "query": "How does the hyperswitch_connectors component handle feat(connector): [worldpaymodular] worldpay modul?", |
| "ground_truth_files": [ |
| "crates/hyperswitch_connectors/src/connectors.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/request.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/response.rs", |
| "crates/hyperswitch_connectors/src/default_implementations.rs", |
| "crates/hyperswitch_connectors/src/default_implementations_v2.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/hyperswitch_connectors/src/connectors.rs": [ |
| [ |
| 130, |
| 136 |
| ], |
| [ |
| 171, |
| 176 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular.rs": [ |
| [ |
| 1, |
| 840 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers.rs": [ |
| [ |
| 1, |
| 419 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/request.rs": [ |
| [ |
| 1, |
| 291 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers/response.rs": [ |
| [ |
| 1, |
| 444 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/default_implementations.rs": [ |
| [ |
| 300, |
| 306 |
| ], |
| [ |
| 453, |
| 459 |
| ], |
| [ |
| 595, |
| 601 |
| ], |
| [ |
| 747, |
| 753 |
| ], |
| [ |
| 896, |
| 902 |
| ], |
| [ |
| 1047, |
| 1053 |
| ], |
| [ |
| 1200, |
| 1206 |
| ], |
| [ |
| 1242, |
| 1248 |
| ], |
| [ |
| 1494, |
| 1500 |
| ], |
| [ |
| 1631, |
| 1637 |
| ], |
| [ |
| 1786, |
| 1792 |
| ], |
| [ |
| 1817, |
| 1823 |
| ], |
| [ |
| 2074, |
| 2080 |
| ], |
| [ |
| 2227, |
| 2233 |
| ], |
| [ |
| 2378, |
| 2384 |
| ], |
| [ |
| 2515, |
| 2521 |
| ], |
| [ |
| 2667, |
| 2673 |
| ], |
| [ |
| 2822, |
| 2828 |
| ], |
| [ |
| 2977, |
| 2983 |
| ], |
| [ |
| 3131, |
| 3137 |
| ], |
| [ |
| 3285, |
| 3291 |
| ], |
| [ |
| 3436, |
| 3442 |
| ], |
| [ |
| 3588, |
| 3594 |
| ], |
| [ |
| 3743, |
| 3749 |
| ], |
| [ |
| 3897, |
| 3903 |
| ], |
| [ |
| 4057, |
| 4063 |
| ], |
| [ |
| 4078, |
| 4084 |
| ], |
| [ |
| 4339, |
| 4345 |
| ], |
| [ |
| 4491, |
| 4497 |
| ], |
| [ |
| 4643, |
| 4649 |
| ], |
| [ |
| 4674, |
| 4680 |
| ], |
| [ |
| 4938, |
| 4944 |
| ], |
| [ |
| 5090, |
| 5096 |
| ], |
| [ |
| 5243, |
| 5249 |
| ], |
| [ |
| 5398, |
| 5404 |
| ], |
| [ |
| 5553, |
| 5559 |
| ], |
| [ |
| 5708, |
| 5714 |
| ], |
| [ |
| 5863, |
| 5869 |
| ], |
| [ |
| 6018, |
| 6024 |
| ], |
| [ |
| 6173, |
| 6179 |
| ], |
| [ |
| 6324, |
| 6330 |
| ], |
| [ |
| 6476, |
| 6482 |
| ], |
| [ |
| 6628, |
| 6634 |
| ], |
| [ |
| 6781, |
| 6787 |
| ], |
| [ |
| 6926, |
| 6932 |
| ], |
| [ |
| 7073, |
| 7079 |
| ], |
| [ |
| 7249, |
| 7255 |
| ], |
| [ |
| 7402, |
| 7408 |
| ], |
| [ |
| 7547, |
| 7553 |
| ], |
| [ |
| 7751, |
| 7757 |
| ], |
| [ |
| 7906, |
| 7912 |
| ], |
| [ |
| 8053, |
| 8059 |
| ], |
| [ |
| 8208, |
| 8214 |
| ], |
| [ |
| 8355, |
| 8361 |
| ], |
| [ |
| 8508, |
| 8514 |
| ], |
| [ |
| 8664, |
| 8670 |
| ], |
| [ |
| 8814, |
| 8820 |
| ], |
| [ |
| 8968, |
| 8974 |
| ], |
| [ |
| 9122, |
| 9128 |
| ], |
| [ |
| 9276, |
| 9282 |
| ], |
| [ |
| 9429, |
| 9435 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/default_implementations_v2.rs": [ |
| [ |
| 430, |
| 436 |
| ], |
| [ |
| 587, |
| 593 |
| ], |
| [ |
| 728, |
| 734 |
| ], |
| [ |
| 878, |
| 884 |
| ], |
| [ |
| 1033, |
| 1039 |
| ], |
| [ |
| 1191, |
| 1197 |
| ], |
| [ |
| 1347, |
| 1353 |
| ], |
| [ |
| 1500, |
| 1506 |
| ], |
| [ |
| 1654, |
| 1660 |
| ], |
| [ |
| 1819, |
| 1825 |
| ], |
| [ |
| 1976, |
| 1982 |
| ], |
| [ |
| 2133, |
| 2139 |
| ], |
| [ |
| 2290, |
| 2296 |
| ], |
| [ |
| 2447, |
| 2453 |
| ], |
| [ |
| 2604, |
| 2610 |
| ], |
| [ |
| 2761, |
| 2767 |
| ], |
| [ |
| 2918, |
| 2924 |
| ], |
| [ |
| 3075, |
| 3081 |
| ], |
| [ |
| 3230, |
| 3236 |
| ], |
| [ |
| 3387, |
| 3393 |
| ], |
| [ |
| 3544, |
| 3550 |
| ], |
| [ |
| 3701, |
| 3707 |
| ], |
| [ |
| 3858, |
| 3864 |
| ], |
| [ |
| 4015, |
| 4021 |
| ], |
| [ |
| 4168, |
| 4174 |
| ], |
| [ |
| 4291, |
| 4297 |
| ], |
| [ |
| 4443, |
| 4449 |
| ], |
| [ |
| 4587, |
| 4593 |
| ], |
| [ |
| 4768, |
| 4774 |
| ], |
| [ |
| 4920, |
| 4926 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10795, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10795", |
| "original_title": " feat(connector): [worldpaymodular] worldpay modular connector", |
| "merged_at": "2026-01-07T14:15:22Z", |
| "merge_commit_sha": "46bb9693bad799f6e8313e329bfd195c4cb4815a", |
| "base_sha": "8df6cfbb71cd759bf4f49ca70e8f484fc804d0c0", |
| "head_sha": "915310e973c6a4d63a72df3c47bd29a21ed2f091", |
| "total_lines_changed": 2543, |
| "query_index": 1, |
| "num_queries": 4 |
| } |
| }, |
| { |
| "query": "How does the router component handle feat(connector): [worldpaymodular] worldpay modul?", |
| "ground_truth_files": [ |
| "crates/router/src/connector.rs", |
| "crates/router/src/core/connector_validation.rs", |
| "crates/router/src/types/api/connector_mapping.rs", |
| "crates/router/src/types/api/feature_matrix.rs", |
| "crates/router/src/types/connector_transformers.rs", |
| "crates/router/tests/connectors/main.rs", |
| "crates/router/tests/connectors/worldpaymodular.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/connector.rs": [ |
| [ |
| 48, |
| 55 |
| ] |
| ], |
| "crates/router/src/core/connector_validation.rs": [ |
| [ |
| 556, |
| 569 |
| ] |
| ], |
| "crates/router/src/types/api/connector_mapping.rs": [ |
| [ |
| 414, |
| 422 |
| ] |
| ], |
| "crates/router/src/types/api/feature_matrix.rs": [ |
| [ |
| 331, |
| 339 |
| ] |
| ], |
| "crates/router/src/types/connector_transformers.rs": [ |
| [ |
| 175, |
| 181 |
| ] |
| ], |
| "crates/router/tests/connectors/main.rs": [ |
| [ |
| 127, |
| 133 |
| ] |
| ], |
| "crates/router/tests/connectors/worldpaymodular.rs": [ |
| [ |
| 1, |
| 421 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10795, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10795", |
| "original_title": " feat(connector): [worldpaymodular] worldpay modular connector", |
| "merged_at": "2026-01-07T14:15:22Z", |
| "merge_commit_sha": "46bb9693bad799f6e8313e329bfd195c4cb4815a", |
| "base_sha": "8df6cfbb71cd759bf4f49ca70e8f484fc804d0c0", |
| "head_sha": "915310e973c6a4d63a72df3c47bd29a21ed2f091", |
| "total_lines_changed": 2543, |
| "query_index": 2, |
| "num_queries": 4 |
| } |
| }, |
| { |
| "query": "Where are the main changes for feat(connector): [worldpaymodular] worl?", |
| "ground_truth_files": [ |
| "crates/router/src/core/connector_validation.rs", |
| "crates/router/src/types/api/feature_matrix.rs", |
| "crates/router/tests/connectors/worldpaymodular.rs", |
| "crates/common_enums/src/connector_enums.rs", |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers.rs", |
| "crates/test_utils/src/connector_auth.rs", |
| "crates/router/src/types/connector_transformers.rs", |
| "crates/hyperswitch_connectors/src/default_implementations_v2.rs", |
| "crates/hyperswitch_connectors/src/default_implementations.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/connector_validation.rs": [ |
| [ |
| 556, |
| 569 |
| ] |
| ], |
| "crates/router/src/types/api/feature_matrix.rs": [ |
| [ |
| 331, |
| 339 |
| ] |
| ], |
| "crates/router/tests/connectors/worldpaymodular.rs": [ |
| [ |
| 1, |
| 421 |
| ] |
| ], |
| "crates/common_enums/src/connector_enums.rs": [ |
| [ |
| 189, |
| 195 |
| ], |
| [ |
| 386, |
| 392 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/worldpaymodular/transformers.rs": [ |
| [ |
| 1, |
| 419 |
| ] |
| ], |
| "crates/test_utils/src/connector_auth.rs": [ |
| [ |
| 141, |
| 147 |
| ] |
| ], |
| "crates/router/src/types/connector_transformers.rs": [ |
| [ |
| 175, |
| 181 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/default_implementations_v2.rs": [ |
| [ |
| 430, |
| 436 |
| ], |
| [ |
| 587, |
| 593 |
| ], |
| [ |
| 728, |
| 734 |
| ], |
| [ |
| 878, |
| 884 |
| ], |
| [ |
| 1033, |
| 1039 |
| ], |
| [ |
| 1191, |
| 1197 |
| ], |
| [ |
| 1347, |
| 1353 |
| ], |
| [ |
| 1500, |
| 1506 |
| ], |
| [ |
| 1654, |
| 1660 |
| ], |
| [ |
| 1819, |
| 1825 |
| ], |
| [ |
| 1976, |
| 1982 |
| ], |
| [ |
| 2133, |
| 2139 |
| ], |
| [ |
| 2290, |
| 2296 |
| ], |
| [ |
| 2447, |
| 2453 |
| ], |
| [ |
| 2604, |
| 2610 |
| ], |
| [ |
| 2761, |
| 2767 |
| ], |
| [ |
| 2918, |
| 2924 |
| ], |
| [ |
| 3075, |
| 3081 |
| ], |
| [ |
| 3230, |
| 3236 |
| ], |
| [ |
| 3387, |
| 3393 |
| ], |
| [ |
| 3544, |
| 3550 |
| ], |
| [ |
| 3701, |
| 3707 |
| ], |
| [ |
| 3858, |
| 3864 |
| ], |
| [ |
| 4015, |
| 4021 |
| ], |
| [ |
| 4168, |
| 4174 |
| ], |
| [ |
| 4291, |
| 4297 |
| ], |
| [ |
| 4443, |
| 4449 |
| ], |
| [ |
| 4587, |
| 4593 |
| ], |
| [ |
| 4768, |
| 4774 |
| ], |
| [ |
| 4920, |
| 4926 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/default_implementations.rs": [ |
| [ |
| 300, |
| 306 |
| ], |
| [ |
| 453, |
| 459 |
| ], |
| [ |
| 595, |
| 601 |
| ], |
| [ |
| 747, |
| 753 |
| ], |
| [ |
| 896, |
| 902 |
| ], |
| [ |
| 1047, |
| 1053 |
| ], |
| [ |
| 1200, |
| 1206 |
| ], |
| [ |
| 1242, |
| 1248 |
| ], |
| [ |
| 1494, |
| 1500 |
| ], |
| [ |
| 1631, |
| 1637 |
| ], |
| [ |
| 1786, |
| 1792 |
| ], |
| [ |
| 1817, |
| 1823 |
| ], |
| [ |
| 2074, |
| 2080 |
| ], |
| [ |
| 2227, |
| 2233 |
| ], |
| [ |
| 2378, |
| 2384 |
| ], |
| [ |
| 2515, |
| 2521 |
| ], |
| [ |
| 2667, |
| 2673 |
| ], |
| [ |
| 2822, |
| 2828 |
| ], |
| [ |
| 2977, |
| 2983 |
| ], |
| [ |
| 3131, |
| 3137 |
| ], |
| [ |
| 3285, |
| 3291 |
| ], |
| [ |
| 3436, |
| 3442 |
| ], |
| [ |
| 3588, |
| 3594 |
| ], |
| [ |
| 3743, |
| 3749 |
| ], |
| [ |
| 3897, |
| 3903 |
| ], |
| [ |
| 4057, |
| 4063 |
| ], |
| [ |
| 4078, |
| 4084 |
| ], |
| [ |
| 4339, |
| 4345 |
| ], |
| [ |
| 4491, |
| 4497 |
| ], |
| [ |
| 4643, |
| 4649 |
| ], |
| [ |
| 4674, |
| 4680 |
| ], |
| [ |
| 4938, |
| 4944 |
| ], |
| [ |
| 5090, |
| 5096 |
| ], |
| [ |
| 5243, |
| 5249 |
| ], |
| [ |
| 5398, |
| 5404 |
| ], |
| [ |
| 5553, |
| 5559 |
| ], |
| [ |
| 5708, |
| 5714 |
| ], |
| [ |
| 5863, |
| 5869 |
| ], |
| [ |
| 6018, |
| 6024 |
| ], |
| [ |
| 6173, |
| 6179 |
| ], |
| [ |
| 6324, |
| 6330 |
| ], |
| [ |
| 6476, |
| 6482 |
| ], |
| [ |
| 6628, |
| 6634 |
| ], |
| [ |
| 6781, |
| 6787 |
| ], |
| [ |
| 6926, |
| 6932 |
| ], |
| [ |
| 7073, |
| 7079 |
| ], |
| [ |
| 7249, |
| 7255 |
| ], |
| [ |
| 7402, |
| 7408 |
| ], |
| [ |
| 7547, |
| 7553 |
| ], |
| [ |
| 7751, |
| 7757 |
| ], |
| [ |
| 7906, |
| 7912 |
| ], |
| [ |
| 8053, |
| 8059 |
| ], |
| [ |
| 8208, |
| 8214 |
| ], |
| [ |
| 8355, |
| 8361 |
| ], |
| [ |
| 8508, |
| 8514 |
| ], |
| [ |
| 8664, |
| 8670 |
| ], |
| [ |
| 8814, |
| 8820 |
| ], |
| [ |
| 8968, |
| 8974 |
| ], |
| [ |
| 9122, |
| 9128 |
| ], |
| [ |
| 9276, |
| 9282 |
| ], |
| [ |
| 9429, |
| 9435 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10795, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10795", |
| "original_title": " feat(connector): [worldpaymodular] worldpay modular connector", |
| "merged_at": "2026-01-07T14:15:22Z", |
| "merge_commit_sha": "46bb9693bad799f6e8313e329bfd195c4cb4815a", |
| "base_sha": "8df6cfbb71cd759bf4f49ca70e8f484fc804d0c0", |
| "head_sha": "915310e973c6a4d63a72df3c47bd29a21ed2f091", |
| "total_lines_changed": 2543, |
| "query_index": 3, |
| "num_queries": 4 |
| } |
| }, |
| { |
| "query": "Where is the code that handles infer payout_audit table for payout analytics.?", |
| "ground_truth_files": [ |
| "crates/analytics/src/api_event/events.rs", |
| "crates/analytics/src/clickhouse.rs", |
| "crates/analytics/src/connector_events/events.rs", |
| "crates/analytics/src/outgoing_webhook_event/events.rs", |
| "crates/analytics/src/sqlx.rs", |
| "crates/analytics/src/types.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/analytics/src/api_event/events.rs": [ |
| [ |
| 26, |
| 37 |
| ] |
| ], |
| "crates/analytics/src/clickhouse.rs": [ |
| [ |
| 150, |
| 162 |
| ], |
| [ |
| 478, |
| 493 |
| ] |
| ], |
| "crates/analytics/src/connector_events/events.rs": [ |
| [ |
| 22, |
| 31 |
| ] |
| ], |
| "crates/analytics/src/outgoing_webhook_event/events.rs": [ |
| [ |
| 22, |
| 31 |
| ] |
| ], |
| "crates/analytics/src/sqlx.rs": [ |
| [ |
| 1455, |
| 1462 |
| ], |
| [ |
| 1465, |
| 1482 |
| ] |
| ], |
| "crates/analytics/src/types.rs": [ |
| [ |
| 34, |
| 46 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10842, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10842", |
| "original_title": "feat(analytics): infer payout_audit table for payout analytics", |
| "merged_at": "2026-01-06T14:56:59Z", |
| "merge_commit_sha": "4593f6ab852fcf285e7291825babd0923b6da602", |
| "base_sha": "7487ad642b081271dc276ff7ca88acda70ca97c9", |
| "head_sha": "3461deacadccd7e9c0194ecdf44024c3e3bc0286", |
| "total_lines_changed": 38, |
| "query_index": 0, |
| "num_queries": 1 |
| } |
| }, |
| { |
| "query": "Where are the changes related to token generation and consumption changes in v2.?", |
| "ground_truth_files": [ |
| "crates/router/src/core/payment_methods.rs", |
| "crates/router/src/core/payment_methods/utils.rs", |
| "crates/router/src/core/payment_methods/vault.rs", |
| "crates/router/src/core/payments.rs", |
| "crates/router/src/routes/payment_methods.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/payment_methods.rs": [ |
| [ |
| 3153, |
| 3161 |
| ], |
| [ |
| 3995, |
| 4003 |
| ], |
| [ |
| 4153, |
| 4159 |
| ] |
| ], |
| "crates/router/src/core/payment_methods/utils.rs": [ |
| [ |
| 860, |
| 866 |
| ] |
| ], |
| "crates/router/src/core/payment_methods/vault.rs": [ |
| [ |
| 1794, |
| 1800 |
| ], |
| [ |
| 1837, |
| 1843 |
| ] |
| ], |
| "crates/router/src/core/payments.rs": [ |
| [ |
| 404, |
| 410 |
| ] |
| ], |
| "crates/router/src/routes/payment_methods.rs": [ |
| [ |
| 1131, |
| 1137 |
| ], |
| [ |
| 1141, |
| 1155 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10835, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10835", |
| "original_title": "chore(payments): token generation and consumption changes in v2", |
| "merged_at": "2026-01-06T11:59:46Z", |
| "merge_commit_sha": "9f5da8feabfd2a7733b3c89ef8f168a06338a52d", |
| "base_sha": "dcbad3b5aba6dccedef844b9d378180ec062ffa7", |
| "head_sha": "ece746dfdeee50c109445fbef913a044b6e37ab7", |
| "total_lines_changed": 45, |
| "query_index": 0, |
| "num_queries": 1 |
| } |
| }, |
| { |
| "query": "Where is [stripe] support customer-initiated mandate payments and send setup_future_usage for tokenized cards. implemented?", |
| "ground_truth_files": [ |
| "crates/hyperswitch_connectors/src/connectors/stripe.rs", |
| "crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/hyperswitch_connectors/src/connectors/stripe.rs": [ |
| [ |
| 230, |
| 236 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs": [ |
| [ |
| 1922, |
| 1938 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "easy", |
| "metadata": { |
| "pr_number": 10841, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10841", |
| "original_title": "fix(connector): [stripe] support customer-initiated mandate payments and send setup_future_usage for tokenized cards", |
| "merged_at": "2026-01-06T11:58:39Z", |
| "merge_commit_sha": "aec306b6933f281044a090b0857d246e2935a058", |
| "base_sha": "d9226b230e13162991499d71281ffe74479869a0", |
| "head_sha": "77f7f365bf6886a9f6589753adfa785522359e6a", |
| "total_lines_changed": 13, |
| "query_index": 0, |
| "num_queries": 1 |
| } |
| }, |
| { |
| "query": "Where is the code that handles Introduce Authentication Flows for Barclaycard.?", |
| "ground_truth_files": [ |
| "crates/hyperswitch_connectors/src/connectors/barclaycard.rs", |
| "crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs", |
| "crates/hyperswitch_connectors/src/default_implementations.rs", |
| "crates/hyperswitch_connectors/src/types.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/hyperswitch_connectors/src/connectors/barclaycard.rs": [ |
| [ |
| 20, |
| 43 |
| ], |
| [ |
| 48, |
| 57 |
| ], |
| [ |
| 133, |
| 141 |
| ], |
| [ |
| 356, |
| 642 |
| ], |
| [ |
| 1644, |
| 1705 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs": [ |
| [ |
| 20, |
| 29 |
| ], |
| [ |
| 34, |
| 44 |
| ], |
| [ |
| 449, |
| 464 |
| ], |
| [ |
| 702, |
| 713 |
| ], |
| [ |
| 776, |
| 1005 |
| ], |
| [ |
| 1062, |
| 1502 |
| ], |
| [ |
| 1650, |
| 1718 |
| ], |
| [ |
| 2250, |
| 2338 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/default_implementations.rs": [ |
| [ |
| 1949, |
| 1954 |
| ], |
| [ |
| 2098, |
| 2103 |
| ], |
| [ |
| 2250, |
| 2255 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/types.rs": [ |
| [ |
| 8, |
| 14 |
| ], |
| [ |
| 19, |
| 30 |
| ], |
| [ |
| 55, |
| 62 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10810, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10810", |
| "original_title": "chore(barclaycard): Introduce Authentication Flows for Barclaycard", |
| "merged_at": "2026-01-06T10:27:16Z", |
| "merge_commit_sha": "7487ad642b081271dc276ff7ca88acda70ca97c9", |
| "base_sha": "dcbad3b5aba6dccedef844b9d378180ec062ffa7", |
| "head_sha": "63cf7ac76540ac9c3b23cc2e088c6e2d39c7e8c2", |
| "total_lines_changed": 1284, |
| "query_index": 0, |
| "num_queries": 4 |
| } |
| }, |
| { |
| "query": "What changes are needed in hyperswitch_connectors for chore(barclaycard): Introduce Authentication Flows?", |
| "ground_truth_files": [ |
| "crates/hyperswitch_connectors/src/connectors/barclaycard.rs", |
| "crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs", |
| "crates/hyperswitch_connectors/src/default_implementations.rs", |
| "crates/hyperswitch_connectors/src/types.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/hyperswitch_connectors/src/connectors/barclaycard.rs": [ |
| [ |
| 20, |
| 43 |
| ], |
| [ |
| 48, |
| 57 |
| ], |
| [ |
| 133, |
| 141 |
| ], |
| [ |
| 356, |
| 642 |
| ], |
| [ |
| 1644, |
| 1705 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs": [ |
| [ |
| 20, |
| 29 |
| ], |
| [ |
| 34, |
| 44 |
| ], |
| [ |
| 449, |
| 464 |
| ], |
| [ |
| 702, |
| 713 |
| ], |
| [ |
| 776, |
| 1005 |
| ], |
| [ |
| 1062, |
| 1502 |
| ], |
| [ |
| 1650, |
| 1718 |
| ], |
| [ |
| 2250, |
| 2338 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/default_implementations.rs": [ |
| [ |
| 1949, |
| 1954 |
| ], |
| [ |
| 2098, |
| 2103 |
| ], |
| [ |
| 2250, |
| 2255 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/types.rs": [ |
| [ |
| 8, |
| 14 |
| ], |
| [ |
| 19, |
| 30 |
| ], |
| [ |
| 55, |
| 62 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10810, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10810", |
| "original_title": "chore(barclaycard): Introduce Authentication Flows for Barclaycard", |
| "merged_at": "2026-01-06T10:27:16Z", |
| "merge_commit_sha": "7487ad642b081271dc276ff7ca88acda70ca97c9", |
| "base_sha": "dcbad3b5aba6dccedef844b9d378180ec062ffa7", |
| "head_sha": "63cf7ac76540ac9c3b23cc2e088c6e2d39c7e8c2", |
| "total_lines_changed": 1284, |
| "query_index": 1, |
| "num_queries": 4 |
| } |
| }, |
| { |
| "query": "What files are most important for understanding chore(barclaycard): Introduce Authentica?", |
| "ground_truth_files": [ |
| "crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/barclaycard.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs": [ |
| [ |
| 20, |
| 29 |
| ], |
| [ |
| 34, |
| 44 |
| ], |
| [ |
| 449, |
| 464 |
| ], |
| [ |
| 702, |
| 713 |
| ], |
| [ |
| 776, |
| 1005 |
| ], |
| [ |
| 1062, |
| 1502 |
| ], |
| [ |
| 1650, |
| 1718 |
| ], |
| [ |
| 2250, |
| 2338 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/barclaycard.rs": [ |
| [ |
| 20, |
| 43 |
| ], |
| [ |
| 48, |
| 57 |
| ], |
| [ |
| 133, |
| 141 |
| ], |
| [ |
| 356, |
| 642 |
| ], |
| [ |
| 1644, |
| 1705 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10810, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10810", |
| "original_title": "chore(barclaycard): Introduce Authentication Flows for Barclaycard", |
| "merged_at": "2026-01-06T10:27:16Z", |
| "merge_commit_sha": "7487ad642b081271dc276ff7ca88acda70ca97c9", |
| "base_sha": "dcbad3b5aba6dccedef844b9d378180ec062ffa7", |
| "head_sha": "63cf7ac76540ac9c3b23cc2e088c6e2d39c7e8c2", |
| "total_lines_changed": 1284, |
| "query_index": 2, |
| "num_queries": 4 |
| } |
| }, |
| { |
| "query": "Which files implement the core logic for chore(barclaycard): Introduce Authentica?", |
| "ground_truth_files": [ |
| "crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs", |
| "crates/hyperswitch_connectors/src/types.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs": [ |
| [ |
| 20, |
| 29 |
| ], |
| [ |
| 34, |
| 44 |
| ], |
| [ |
| 449, |
| 464 |
| ], |
| [ |
| 702, |
| 713 |
| ], |
| [ |
| 776, |
| 1005 |
| ], |
| [ |
| 1062, |
| 1502 |
| ], |
| [ |
| 1650, |
| 1718 |
| ], |
| [ |
| 2250, |
| 2338 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/types.rs": [ |
| [ |
| 8, |
| 14 |
| ], |
| [ |
| 19, |
| 30 |
| ], |
| [ |
| 55, |
| 62 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10810, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10810", |
| "original_title": "chore(barclaycard): Introduce Authentication Flows for Barclaycard", |
| "merged_at": "2026-01-06T10:27:16Z", |
| "merge_commit_sha": "7487ad642b081271dc276ff7ca88acda70ca97c9", |
| "base_sha": "dcbad3b5aba6dccedef844b9d378180ec062ffa7", |
| "head_sha": "63cf7ac76540ac9c3b23cc2e088c6e2d39c7e8c2", |
| "total_lines_changed": 1284, |
| "query_index": 3, |
| "num_queries": 4 |
| } |
| }, |
| { |
| "query": "What files need to be modified for update PostUpdateTracker to accept processor.?", |
| "ground_truth_files": [ |
| "crates/router/src/core/payments.rs", |
| "crates/router/src/core/payments/operations.rs", |
| "crates/router/src/core/payments/operations/external_vault_proxy_payment_intent.rs", |
| "crates/router/src/core/payments/operations/payment_response.rs", |
| "crates/router/src/core/payments/operations/proxy_payments_intent.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/payments.rs": [ |
| [ |
| 301, |
| 307 |
| ], |
| [ |
| 370, |
| 376 |
| ], |
| [ |
| 506, |
| 512 |
| ], |
| [ |
| 882, |
| 890 |
| ], |
| [ |
| 1049, |
| 1057 |
| ], |
| [ |
| 1385, |
| 1393 |
| ], |
| [ |
| 1499, |
| 1505 |
| ], |
| [ |
| 1632, |
| 1638 |
| ] |
| ], |
| "crates/router/src/core/payments/operations.rs": [ |
| [ |
| 542, |
| 550 |
| ], |
| [ |
| 556, |
| 564 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/external_vault_proxy_payment_intent.rs": [ |
| [ |
| 583, |
| 591 |
| ], |
| [ |
| 602, |
| 629 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_response.rs": [ |
| [ |
| 78, |
| 90 |
| ], |
| [ |
| 106, |
| 112 |
| ], |
| [ |
| 398, |
| 410 |
| ], |
| [ |
| 468, |
| 475 |
| ], |
| [ |
| 481, |
| 490 |
| ], |
| [ |
| 497, |
| 504 |
| ], |
| [ |
| 564, |
| 572 |
| ], |
| [ |
| 580, |
| 586 |
| ], |
| [ |
| 651, |
| 659 |
| ], |
| [ |
| 667, |
| 673 |
| ], |
| [ |
| 688, |
| 700 |
| ], |
| [ |
| 726, |
| 732 |
| ], |
| [ |
| 742, |
| 750 |
| ], |
| [ |
| 762, |
| 769 |
| ], |
| [ |
| 809, |
| 821 |
| ], |
| [ |
| 833, |
| 847 |
| ], |
| [ |
| 870, |
| 882 |
| ], |
| [ |
| 915, |
| 922 |
| ], |
| [ |
| 961, |
| 969 |
| ], |
| [ |
| 977, |
| 983 |
| ], |
| [ |
| 996, |
| 1004 |
| ], |
| [ |
| 1012, |
| 1018 |
| ], |
| [ |
| 1033, |
| 1045 |
| ], |
| [ |
| 1053, |
| 1059 |
| ], |
| [ |
| 1074, |
| 1086 |
| ], |
| [ |
| 1094, |
| 1100 |
| ], |
| [ |
| 1115, |
| 1123 |
| ], |
| [ |
| 1131, |
| 1137 |
| ], |
| [ |
| 1150, |
| 1158 |
| ], |
| [ |
| 1166, |
| 1172 |
| ], |
| [ |
| 1186, |
| 1198 |
| ], |
| [ |
| 1211, |
| 1217 |
| ], |
| [ |
| 1343, |
| 1351 |
| ], |
| [ |
| 1359, |
| 1365 |
| ], |
| [ |
| 1428, |
| 1434 |
| ], |
| [ |
| 1471, |
| 1477 |
| ], |
| [ |
| 1519, |
| 1525 |
| ], |
| [ |
| 1612, |
| 1618 |
| ], |
| [ |
| 1654, |
| 1660 |
| ], |
| [ |
| 1730, |
| 1736 |
| ], |
| [ |
| 1848, |
| 1858 |
| ], |
| [ |
| 1940, |
| 1946 |
| ], |
| [ |
| 1971, |
| 1980 |
| ], |
| [ |
| 2028, |
| 2034 |
| ], |
| [ |
| 2084, |
| 2094 |
| ], |
| [ |
| 2103, |
| 2109 |
| ], |
| [ |
| 2117, |
| 2124 |
| ], |
| [ |
| 2137, |
| 2144 |
| ], |
| [ |
| 2148, |
| 2153 |
| ], |
| [ |
| 2157, |
| 2164 |
| ], |
| [ |
| 2183, |
| 2189 |
| ], |
| [ |
| 2206, |
| 2212 |
| ], |
| [ |
| 2220, |
| 2226 |
| ], |
| [ |
| 2234, |
| 2241 |
| ], |
| [ |
| 2244, |
| 2250 |
| ], |
| [ |
| 2266, |
| 2272 |
| ], |
| [ |
| 2275, |
| 2281 |
| ], |
| [ |
| 2535, |
| 2543 |
| ], |
| [ |
| 2554, |
| 2582 |
| ], |
| [ |
| 2597, |
| 2605 |
| ], |
| [ |
| 2616, |
| 2643 |
| ], |
| [ |
| 2732, |
| 2739 |
| ], |
| [ |
| 2767, |
| 2775 |
| ], |
| [ |
| 2786, |
| 2815 |
| ], |
| [ |
| 2904, |
| 2910 |
| ], |
| [ |
| 2913, |
| 2918 |
| ], |
| [ |
| 2928, |
| 2959 |
| ], |
| [ |
| 2976, |
| 2984 |
| ], |
| [ |
| 2995, |
| 3022 |
| ], |
| [ |
| 3289, |
| 3297 |
| ], |
| [ |
| 3306, |
| 3334 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/proxy_payments_intent.rs": [ |
| [ |
| 468, |
| 476 |
| ], |
| [ |
| 487, |
| 514 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10743, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10743", |
| "original_title": "feat(platform): update PostUpdateTracker to accept processor", |
| "merged_at": "2026-01-06T09:08:55Z", |
| "merge_commit_sha": "b4ce93e0b5a2161ceb2931367a52614c7099bb16", |
| "base_sha": "d9226b230e13162991499d71281ffe74479869a0", |
| "head_sha": "bb3079b01870674de1ba6b886ae4bd76e5d7806e", |
| "total_lines_changed": 381, |
| "query_index": 0, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "Where in router is the code for feat(platform): update PostUpdateTracker to accept?", |
| "ground_truth_files": [ |
| "crates/router/src/core/payments.rs", |
| "crates/router/src/core/payments/operations.rs", |
| "crates/router/src/core/payments/operations/external_vault_proxy_payment_intent.rs", |
| "crates/router/src/core/payments/operations/payment_response.rs", |
| "crates/router/src/core/payments/operations/proxy_payments_intent.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/payments.rs": [ |
| [ |
| 301, |
| 307 |
| ], |
| [ |
| 370, |
| 376 |
| ], |
| [ |
| 506, |
| 512 |
| ], |
| [ |
| 882, |
| 890 |
| ], |
| [ |
| 1049, |
| 1057 |
| ], |
| [ |
| 1385, |
| 1393 |
| ], |
| [ |
| 1499, |
| 1505 |
| ], |
| [ |
| 1632, |
| 1638 |
| ] |
| ], |
| "crates/router/src/core/payments/operations.rs": [ |
| [ |
| 542, |
| 550 |
| ], |
| [ |
| 556, |
| 564 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/external_vault_proxy_payment_intent.rs": [ |
| [ |
| 583, |
| 591 |
| ], |
| [ |
| 602, |
| 629 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_response.rs": [ |
| [ |
| 78, |
| 90 |
| ], |
| [ |
| 106, |
| 112 |
| ], |
| [ |
| 398, |
| 410 |
| ], |
| [ |
| 468, |
| 475 |
| ], |
| [ |
| 481, |
| 490 |
| ], |
| [ |
| 497, |
| 504 |
| ], |
| [ |
| 564, |
| 572 |
| ], |
| [ |
| 580, |
| 586 |
| ], |
| [ |
| 651, |
| 659 |
| ], |
| [ |
| 667, |
| 673 |
| ], |
| [ |
| 688, |
| 700 |
| ], |
| [ |
| 726, |
| 732 |
| ], |
| [ |
| 742, |
| 750 |
| ], |
| [ |
| 762, |
| 769 |
| ], |
| [ |
| 809, |
| 821 |
| ], |
| [ |
| 833, |
| 847 |
| ], |
| [ |
| 870, |
| 882 |
| ], |
| [ |
| 915, |
| 922 |
| ], |
| [ |
| 961, |
| 969 |
| ], |
| [ |
| 977, |
| 983 |
| ], |
| [ |
| 996, |
| 1004 |
| ], |
| [ |
| 1012, |
| 1018 |
| ], |
| [ |
| 1033, |
| 1045 |
| ], |
| [ |
| 1053, |
| 1059 |
| ], |
| [ |
| 1074, |
| 1086 |
| ], |
| [ |
| 1094, |
| 1100 |
| ], |
| [ |
| 1115, |
| 1123 |
| ], |
| [ |
| 1131, |
| 1137 |
| ], |
| [ |
| 1150, |
| 1158 |
| ], |
| [ |
| 1166, |
| 1172 |
| ], |
| [ |
| 1186, |
| 1198 |
| ], |
| [ |
| 1211, |
| 1217 |
| ], |
| [ |
| 1343, |
| 1351 |
| ], |
| [ |
| 1359, |
| 1365 |
| ], |
| [ |
| 1428, |
| 1434 |
| ], |
| [ |
| 1471, |
| 1477 |
| ], |
| [ |
| 1519, |
| 1525 |
| ], |
| [ |
| 1612, |
| 1618 |
| ], |
| [ |
| 1654, |
| 1660 |
| ], |
| [ |
| 1730, |
| 1736 |
| ], |
| [ |
| 1848, |
| 1858 |
| ], |
| [ |
| 1940, |
| 1946 |
| ], |
| [ |
| 1971, |
| 1980 |
| ], |
| [ |
| 2028, |
| 2034 |
| ], |
| [ |
| 2084, |
| 2094 |
| ], |
| [ |
| 2103, |
| 2109 |
| ], |
| [ |
| 2117, |
| 2124 |
| ], |
| [ |
| 2137, |
| 2144 |
| ], |
| [ |
| 2148, |
| 2153 |
| ], |
| [ |
| 2157, |
| 2164 |
| ], |
| [ |
| 2183, |
| 2189 |
| ], |
| [ |
| 2206, |
| 2212 |
| ], |
| [ |
| 2220, |
| 2226 |
| ], |
| [ |
| 2234, |
| 2241 |
| ], |
| [ |
| 2244, |
| 2250 |
| ], |
| [ |
| 2266, |
| 2272 |
| ], |
| [ |
| 2275, |
| 2281 |
| ], |
| [ |
| 2535, |
| 2543 |
| ], |
| [ |
| 2554, |
| 2582 |
| ], |
| [ |
| 2597, |
| 2605 |
| ], |
| [ |
| 2616, |
| 2643 |
| ], |
| [ |
| 2732, |
| 2739 |
| ], |
| [ |
| 2767, |
| 2775 |
| ], |
| [ |
| 2786, |
| 2815 |
| ], |
| [ |
| 2904, |
| 2910 |
| ], |
| [ |
| 2913, |
| 2918 |
| ], |
| [ |
| 2928, |
| 2959 |
| ], |
| [ |
| 2976, |
| 2984 |
| ], |
| [ |
| 2995, |
| 3022 |
| ], |
| [ |
| 3289, |
| 3297 |
| ], |
| [ |
| 3306, |
| 3334 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/proxy_payments_intent.rs": [ |
| [ |
| 468, |
| 476 |
| ], |
| [ |
| 487, |
| 514 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10743, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10743", |
| "original_title": "feat(platform): update PostUpdateTracker to accept processor", |
| "merged_at": "2026-01-06T09:08:55Z", |
| "merge_commit_sha": "b4ce93e0b5a2161ceb2931367a52614c7099bb16", |
| "base_sha": "d9226b230e13162991499d71281ffe74479869a0", |
| "head_sha": "bb3079b01870674de1ba6b886ae4bd76e5d7806e", |
| "total_lines_changed": 381, |
| "query_index": 1, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "Which files implement the core logic for feat(platform): update PostUpdateTracker?", |
| "ground_truth_files": [ |
| "crates/router/src/core/payments/operations/proxy_payments_intent.rs", |
| "crates/router/src/core/payments.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/payments/operations/proxy_payments_intent.rs": [ |
| [ |
| 468, |
| 476 |
| ], |
| [ |
| 487, |
| 514 |
| ] |
| ], |
| "crates/router/src/core/payments.rs": [ |
| [ |
| 301, |
| 307 |
| ], |
| [ |
| 370, |
| 376 |
| ], |
| [ |
| 506, |
| 512 |
| ], |
| [ |
| 882, |
| 890 |
| ], |
| [ |
| 1049, |
| 1057 |
| ], |
| [ |
| 1385, |
| 1393 |
| ], |
| [ |
| 1499, |
| 1505 |
| ], |
| [ |
| 1632, |
| 1638 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10743, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10743", |
| "original_title": "feat(platform): update PostUpdateTracker to accept processor", |
| "merged_at": "2026-01-06T09:08:55Z", |
| "merge_commit_sha": "b4ce93e0b5a2161ceb2931367a52614c7099bb16", |
| "base_sha": "d9226b230e13162991499d71281ffe74479869a0", |
| "head_sha": "bb3079b01870674de1ba6b886ae4bd76e5d7806e", |
| "total_lines_changed": 381, |
| "query_index": 2, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "Where is add compatibility for payout with anaylitics api. implemented?", |
| "ground_truth_files": [ |
| "crates/analytics/src/api_event/events.rs", |
| "crates/analytics/src/connector_events/events.rs", |
| "crates/analytics/src/outgoing_webhook_event/events.rs", |
| "crates/analytics/src/query.rs", |
| "crates/api_models/src/analytics/api_event.rs", |
| "crates/api_models/src/analytics/connector_events.rs", |
| "crates/api_models/src/analytics/outgoing_webhook_event.rs", |
| "crates/router/src/analytics.rs", |
| "crates/router/src/core/verification/utils.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/analytics/src/api_event/events.rs": [ |
| [ |
| 102, |
| 128 |
| ] |
| ], |
| "crates/analytics/src/connector_events/events.rs": [ |
| [ |
| 30, |
| 40 |
| ], |
| [ |
| 48, |
| 59 |
| ] |
| ], |
| "crates/analytics/src/outgoing_webhook_event/events.rs": [ |
| [ |
| 30, |
| 46 |
| ] |
| ], |
| "crates/analytics/src/query.rs": [ |
| [ |
| 454, |
| 465 |
| ] |
| ], |
| "crates/api_models/src/analytics/api_event.rs": [ |
| [ |
| 30, |
| 38 |
| ] |
| ], |
| "crates/api_models/src/analytics/connector_events.rs": [ |
| [ |
| 1, |
| 7 |
| ] |
| ], |
| "crates/api_models/src/analytics/outgoing_webhook_event.rs": [ |
| [ |
| 1, |
| 7 |
| ] |
| ], |
| "crates/router/src/analytics.rs": [ |
| [ |
| 1656, |
| 1674 |
| ], |
| [ |
| 1709, |
| 1717 |
| ], |
| [ |
| 2639, |
| 2647 |
| ] |
| ], |
| "crates/router/src/core/verification/utils.rs": [ |
| [ |
| 1, |
| 7 |
| ], |
| [ |
| 139, |
| 187 |
| ], |
| [ |
| 201, |
| 223 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10479, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10479", |
| "original_title": "feat(analytics): add compatibility for payout with anaylitics api", |
| "merged_at": "2026-01-06T08:51:27Z", |
| "merge_commit_sha": "31a88598bbf229e1a2b35e14790b972f438f3769", |
| "base_sha": "0a436e7221e8a668ced8d34a134a195067e43fd1", |
| "head_sha": "6befcccef361c293cf7bcaa410e62bb55146b554", |
| "total_lines_changed": 151, |
| "query_index": 0, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "Where in analytics is the code for feat(analytics): add compatibility for payout with?", |
| "ground_truth_files": [ |
| "crates/analytics/src/api_event/events.rs", |
| "crates/analytics/src/connector_events/events.rs", |
| "crates/analytics/src/outgoing_webhook_event/events.rs", |
| "crates/analytics/src/query.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/analytics/src/api_event/events.rs": [ |
| [ |
| 102, |
| 128 |
| ] |
| ], |
| "crates/analytics/src/connector_events/events.rs": [ |
| [ |
| 30, |
| 40 |
| ], |
| [ |
| 48, |
| 59 |
| ] |
| ], |
| "crates/analytics/src/outgoing_webhook_event/events.rs": [ |
| [ |
| 30, |
| 46 |
| ] |
| ], |
| "crates/analytics/src/query.rs": [ |
| [ |
| 454, |
| 465 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10479, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10479", |
| "original_title": "feat(analytics): add compatibility for payout with anaylitics api", |
| "merged_at": "2026-01-06T08:51:27Z", |
| "merge_commit_sha": "31a88598bbf229e1a2b35e14790b972f438f3769", |
| "base_sha": "0a436e7221e8a668ced8d34a134a195067e43fd1", |
| "head_sha": "6befcccef361c293cf7bcaa410e62bb55146b554", |
| "total_lines_changed": 151, |
| "query_index": 1, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "Which files are involved in add processor_merchant_id and initiator fields to payments response.?", |
| "ground_truth_files": [ |
| "crates/api_models/src/lib.rs", |
| "crates/api_models/src/payments.rs", |
| "crates/api_models/src/platform.rs", |
| "crates/hyperswitch_domain_models/src/platform.rs", |
| "crates/openapi/src/openapi.rs", |
| "crates/openapi/src/openapi_v2.rs", |
| "crates/router/src/core/payments.rs", |
| "crates/router/src/core/payments/transformers.rs", |
| "crates/router/src/db/events.rs", |
| "crates/router/src/utils.rs", |
| "crates/router/tests/payments.rs", |
| "crates/router/tests/payments2.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/api_models/src/lib.rs": [ |
| [ |
| 32, |
| 38 |
| ] |
| ], |
| "crates/api_models/src/payments.rs": [ |
| [ |
| 82, |
| 88 |
| ], |
| [ |
| 7070, |
| 7089 |
| ], |
| [ |
| 8269, |
| 8286 |
| ] |
| ], |
| "crates/api_models/src/platform.rs": [ |
| [ |
| 1, |
| 41 |
| ] |
| ], |
| "crates/hyperswitch_domain_models/src/platform.rs": [ |
| [ |
| 62, |
| 106 |
| ] |
| ], |
| "crates/openapi/src/openapi.rs": [ |
| [ |
| 945, |
| 951 |
| ] |
| ], |
| "crates/openapi/src/openapi_v2.rs": [ |
| [ |
| 684, |
| 690 |
| ] |
| ], |
| "crates/router/src/core/payments.rs": [ |
| [ |
| 2209, |
| 2215 |
| ], |
| [ |
| 2249, |
| 2255 |
| ], |
| [ |
| 2270, |
| 2276 |
| ], |
| [ |
| 8263, |
| 8277 |
| ], |
| [ |
| 8522, |
| 8536 |
| ] |
| ], |
| "crates/router/src/core/payments/transformers.rs": [ |
| [ |
| 2165, |
| 2171 |
| ], |
| [ |
| 2399, |
| 2405 |
| ], |
| [ |
| 2428, |
| 2434 |
| ], |
| [ |
| 2451, |
| 2457 |
| ], |
| [ |
| 2517, |
| 2523 |
| ], |
| [ |
| 2800, |
| 2809 |
| ], |
| [ |
| 2956, |
| 2965 |
| ], |
| [ |
| 3069, |
| 3078 |
| ], |
| [ |
| 3196, |
| 3202 |
| ], |
| [ |
| 3233, |
| 3239 |
| ], |
| [ |
| 3319, |
| 3325 |
| ], |
| [ |
| 3336, |
| 3342 |
| ], |
| [ |
| 3422, |
| 3428 |
| ], |
| [ |
| 3913, |
| 3922 |
| ], |
| [ |
| 4199, |
| 4218 |
| ], |
| [ |
| 4288, |
| 4295 |
| ] |
| ], |
| "crates/router/src/db/events.rs": [ |
| [ |
| 1434, |
| 1443 |
| ] |
| ], |
| "crates/router/src/utils.rs": [ |
| [ |
| 1180, |
| 1186 |
| ] |
| ], |
| "crates/router/tests/payments.rs": [ |
| [ |
| 385, |
| 394 |
| ], |
| [ |
| 681, |
| 690 |
| ] |
| ], |
| "crates/router/tests/payments2.rs": [ |
| [ |
| 145, |
| 154 |
| ], |
| [ |
| 450, |
| 459 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10804, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10804", |
| "original_title": "feat(platform): add processor_merchant_id and initiator fields to payments response", |
| "merged_at": "2026-01-06T07:20:50Z", |
| "merge_commit_sha": "a9f1280427fba0d993782f8a602561c5b1157c46", |
| "base_sha": "27a2e4067dfc8cfa362008a658c0e0f0d0db2aa8", |
| "head_sha": "5771cff3a487bdae74e6fc92dcbed7c036deb5e2", |
| "total_lines_changed": 196, |
| "query_index": 0, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "Where in router is the code for feat(platform): add processor_merchant_id and init?", |
| "ground_truth_files": [ |
| "crates/router/src/core/payments.rs", |
| "crates/router/src/core/payments/transformers.rs", |
| "crates/router/src/db/events.rs", |
| "crates/router/src/utils.rs", |
| "crates/router/tests/payments.rs", |
| "crates/router/tests/payments2.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/payments.rs": [ |
| [ |
| 2209, |
| 2215 |
| ], |
| [ |
| 2249, |
| 2255 |
| ], |
| [ |
| 2270, |
| 2276 |
| ], |
| [ |
| 8263, |
| 8277 |
| ], |
| [ |
| 8522, |
| 8536 |
| ] |
| ], |
| "crates/router/src/core/payments/transformers.rs": [ |
| [ |
| 2165, |
| 2171 |
| ], |
| [ |
| 2399, |
| 2405 |
| ], |
| [ |
| 2428, |
| 2434 |
| ], |
| [ |
| 2451, |
| 2457 |
| ], |
| [ |
| 2517, |
| 2523 |
| ], |
| [ |
| 2800, |
| 2809 |
| ], |
| [ |
| 2956, |
| 2965 |
| ], |
| [ |
| 3069, |
| 3078 |
| ], |
| [ |
| 3196, |
| 3202 |
| ], |
| [ |
| 3233, |
| 3239 |
| ], |
| [ |
| 3319, |
| 3325 |
| ], |
| [ |
| 3336, |
| 3342 |
| ], |
| [ |
| 3422, |
| 3428 |
| ], |
| [ |
| 3913, |
| 3922 |
| ], |
| [ |
| 4199, |
| 4218 |
| ], |
| [ |
| 4288, |
| 4295 |
| ] |
| ], |
| "crates/router/src/db/events.rs": [ |
| [ |
| 1434, |
| 1443 |
| ] |
| ], |
| "crates/router/src/utils.rs": [ |
| [ |
| 1180, |
| 1186 |
| ] |
| ], |
| "crates/router/tests/payments.rs": [ |
| [ |
| 385, |
| 394 |
| ], |
| [ |
| 681, |
| 690 |
| ] |
| ], |
| "crates/router/tests/payments2.rs": [ |
| [ |
| 145, |
| 154 |
| ], |
| [ |
| 450, |
| 459 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10804, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10804", |
| "original_title": "feat(platform): add processor_merchant_id and initiator fields to payments response", |
| "merged_at": "2026-01-06T07:20:50Z", |
| "merge_commit_sha": "a9f1280427fba0d993782f8a602561c5b1157c46", |
| "base_sha": "27a2e4067dfc8cfa362008a658c0e0f0d0db2aa8", |
| "head_sha": "5771cff3a487bdae74e6fc92dcbed7c036deb5e2", |
| "total_lines_changed": 196, |
| "query_index": 1, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "How does the codebase handle add connector_response_reference_id for ErrorResponse.?", |
| "ground_truth_files": [ |
| "connector-template/mod.rs", |
| "crates/diesel_models/src/payment_attempt.rs", |
| "crates/hyperswitch_connectors/src/connectors/aci.rs", |
| "crates/hyperswitch_connectors/src/connectors/aci/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/adyen.rs", |
| "crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/adyenplatform.rs", |
| "crates/hyperswitch_connectors/src/connectors/adyenplatform/transformers/payouts.rs", |
| "crates/hyperswitch_connectors/src/connectors/affirm.rs", |
| "crates/hyperswitch_connectors/src/connectors/airwallex.rs", |
| "crates/hyperswitch_connectors/src/connectors/amazonpay.rs", |
| "crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/archipel.rs", |
| "crates/hyperswitch_connectors/src/connectors/archipel/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/authipay/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/authorizedotnet.rs", |
| "crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/bambora.rs", |
| "crates/hyperswitch_connectors/src/connectors/bamboraapac.rs", |
| "crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/bankofamerica.rs", |
| "crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/barclaycard.rs", |
| "crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/billwerk.rs", |
| "crates/hyperswitch_connectors/src/connectors/billwerk/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/bitpay.rs", |
| "crates/hyperswitch_connectors/src/connectors/blackhawknetwork.rs", |
| "crates/hyperswitch_connectors/src/connectors/blackhawknetwork/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/bluesnap.rs" |
| ], |
| "ground_truth_lines": { |
| "connector-template/mod.rs": [ |
| [ |
| 153, |
| 159 |
| ] |
| ], |
| "crates/diesel_models/src/payment_attempt.rs": [ |
| [ |
| 701, |
| 707 |
| ], |
| [ |
| 902, |
| 908 |
| ], |
| [ |
| 1558, |
| 1564 |
| ], |
| [ |
| 1593, |
| 1599 |
| ], |
| [ |
| 3525, |
| 3531 |
| ], |
| [ |
| 3574, |
| 3580 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/aci.rs": [ |
| [ |
| 129, |
| 135 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/aci/transformers.rs": [ |
| [ |
| 1099, |
| 1105 |
| ], |
| [ |
| 1236, |
| 1242 |
| ], |
| [ |
| 1413, |
| 1419 |
| ], |
| [ |
| 1475, |
| 1481 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/adyen.rs": [ |
| [ |
| 156, |
| 162 |
| ], |
| [ |
| 1046, |
| 1052 |
| ], |
| [ |
| 1276, |
| 1282 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs": [ |
| [ |
| 4325, |
| 4331 |
| ], |
| [ |
| 4426, |
| 4432 |
| ], |
| [ |
| 4529, |
| 4535 |
| ], |
| [ |
| 4612, |
| 4618 |
| ], |
| [ |
| 4683, |
| 4689 |
| ], |
| [ |
| 4767, |
| 4773 |
| ], |
| [ |
| 6465, |
| 6471 |
| ], |
| [ |
| 6508, |
| 6514 |
| ], |
| [ |
| 6553, |
| 6559 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/adyenplatform.rs": [ |
| [ |
| 135, |
| 141 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/adyenplatform/transformers/payouts.rs": [ |
| [ |
| 636, |
| 642 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/affirm.rs": [ |
| [ |
| 161, |
| 167 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/airwallex.rs": [ |
| [ |
| 152, |
| 158 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/amazonpay.rs": [ |
| [ |
| 314, |
| 320 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs": [ |
| [ |
| 286, |
| 293 |
| ], |
| [ |
| 432, |
| 438 |
| ], |
| [ |
| 451, |
| 457 |
| ], |
| [ |
| 557, |
| 563 |
| ], |
| [ |
| 593, |
| 599 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/archipel.rs": [ |
| [ |
| 160, |
| 166 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/archipel/transformers.rs": [ |
| [ |
| 1423, |
| 1429 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/authipay/transformers.rs": [ |
| [ |
| 611, |
| 617 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/authorizedotnet.rs": [ |
| [ |
| 265, |
| 271 |
| ], |
| [ |
| 1129, |
| 1135 |
| ], |
| [ |
| 1143, |
| 1149 |
| ], |
| [ |
| 1164, |
| 1170 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs": [ |
| [ |
| 660, |
| 666 |
| ], |
| [ |
| 734, |
| 740 |
| ], |
| [ |
| 1542, |
| 1548 |
| ], |
| [ |
| 1647, |
| 1653 |
| ], |
| [ |
| 1827, |
| 1833 |
| ], |
| [ |
| 2132, |
| 2138 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/bambora.rs": [ |
| [ |
| 154, |
| 160 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/bamboraapac.rs": [ |
| [ |
| 163, |
| 169 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs": [ |
| [ |
| 339, |
| 345 |
| ], |
| [ |
| 499, |
| 505 |
| ], |
| [ |
| 654, |
| 660 |
| ], |
| [ |
| 934, |
| 940 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/bankofamerica.rs": [ |
| [ |
| 291, |
| 297 |
| ], |
| [ |
| 306, |
| 312 |
| ], |
| [ |
| 442, |
| 448 |
| ], |
| [ |
| 571, |
| 577 |
| ], |
| [ |
| 768, |
| 774 |
| ], |
| [ |
| 896, |
| 902 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs": [ |
| [ |
| 1580, |
| 1586 |
| ], |
| [ |
| 2357, |
| 2363 |
| ], |
| [ |
| 2665, |
| 2671 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/barclaycard.rs": [ |
| [ |
| 305, |
| 311 |
| ], |
| [ |
| 320, |
| 326 |
| ], |
| [ |
| 607, |
| 613 |
| ], |
| [ |
| 805, |
| 811 |
| ], |
| [ |
| 931, |
| 937 |
| ], |
| [ |
| 1224, |
| 1230 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs": [ |
| [ |
| 1003, |
| 1009 |
| ], |
| [ |
| 1653, |
| 1659 |
| ], |
| [ |
| 1959, |
| 1965 |
| ], |
| [ |
| 2801, |
| 2807 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/billwerk.rs": [ |
| [ |
| 155, |
| 161 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/billwerk/transformers.rs": [ |
| [ |
| 280, |
| 286 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/bitpay.rs": [ |
| [ |
| 154, |
| 160 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/blackhawknetwork.rs": [ |
| [ |
| 235, |
| 241 |
| ], |
| [ |
| 463, |
| 469 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/blackhawknetwork/transformers.rs": [ |
| [ |
| 263, |
| 269 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/bluesnap.rs": [ |
| [ |
| 182, |
| 188 |
| ], |
| [ |
| 196, |
| 202 |
| ], |
| [ |
| 222, |
| 228 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10816, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10816", |
| "original_title": "feat(core): add connector_response_reference_id for ErrorResponse", |
| "merged_at": "2026-01-05T15:56:24Z", |
| "merge_commit_sha": "e882fc0d062be618e80ffbb1dca909c3caa102ff", |
| "base_sha": "27a2e4067dfc8cfa362008a658c0e0f0d0db2aa8", |
| "head_sha": "bcb60c4d77c6cb2ce780929723d2a2de9d0e6e21", |
| "total_lines_changed": 85, |
| "query_index": 0, |
| "num_queries": 1 |
| } |
| }, |
| { |
| "query": "Which files are involved in [Mollie] Implement card 3ds.?", |
| "ground_truth_files": [ |
| "crates/router/src/connector/mollie.rs", |
| "crates/router/src/connector/mollie/transformers.rs", |
| "crates/router/src/core/payments/flows/authorize_flow.rs", |
| "crates/router/src/core/payments/flows/verify_flow.rs", |
| "crates/router/src/core/payments/helpers.rs", |
| "crates/router/src/core/payments/transformers.rs", |
| "crates/router/src/core/utils.rs", |
| "crates/router/src/types.rs", |
| "crates/router/tests/connectors/aci.rs", |
| "crates/router/tests/connectors/mollie_ui.rs", |
| "crates/router/tests/connectors/selenium.rs", |
| "crates/router/tests/connectors/utils.rs", |
| "crates/test_utils/src/connector_auth.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/connector/mollie.rs": [ |
| [ |
| 3, |
| 9 |
| ], |
| [ |
| 75, |
| 81 |
| ], |
| [ |
| 115, |
| 198 |
| ] |
| ], |
| "crates/router/src/connector/mollie/transformers.rs": [ |
| [ |
| 1, |
| 20 |
| ], |
| [ |
| 33, |
| 38 |
| ], |
| [ |
| 53, |
| 59 |
| ], |
| [ |
| 89, |
| 102 |
| ], |
| [ |
| 116, |
| 125 |
| ], |
| [ |
| 130, |
| 143 |
| ], |
| [ |
| 174, |
| 179 |
| ], |
| [ |
| 219, |
| 276 |
| ], |
| [ |
| 339, |
| 362 |
| ], |
| [ |
| 433, |
| 481 |
| ] |
| ], |
| "crates/router/src/core/payments/flows/authorize_flow.rs": [ |
| [ |
| 333, |
| 339 |
| ] |
| ], |
| "crates/router/src/core/payments/flows/verify_flow.rs": [ |
| [ |
| 233, |
| 239 |
| ] |
| ], |
| "crates/router/src/core/payments/helpers.rs": [ |
| [ |
| 2059, |
| 2071 |
| ], |
| [ |
| 2161, |
| 2167 |
| ] |
| ], |
| "crates/router/src/core/payments/transformers.rs": [ |
| [ |
| 62, |
| 69 |
| ], |
| [ |
| 132, |
| 138 |
| ] |
| ], |
| "crates/router/src/core/utils.rs": [ |
| [ |
| 72, |
| 78 |
| ], |
| [ |
| 119, |
| 125 |
| ], |
| [ |
| 272, |
| 278 |
| ], |
| [ |
| 313, |
| 319 |
| ], |
| [ |
| 343, |
| 349 |
| ], |
| [ |
| 381, |
| 387 |
| ], |
| [ |
| 407, |
| 413 |
| ], |
| [ |
| 450, |
| 456 |
| ], |
| [ |
| 480, |
| 486 |
| ], |
| [ |
| 521, |
| 527 |
| ], |
| [ |
| 548, |
| 554 |
| ], |
| [ |
| 587, |
| 593 |
| ] |
| ], |
| "crates/router/src/types.rs": [ |
| [ |
| 207, |
| 213 |
| ], |
| [ |
| 268, |
| 274 |
| ], |
| [ |
| 821, |
| 827 |
| ] |
| ], |
| "crates/router/tests/connectors/aci.rs": [ |
| [ |
| 81, |
| 87 |
| ], |
| [ |
| 127, |
| 133 |
| ] |
| ], |
| "crates/router/tests/connectors/mollie_ui.rs": [ |
| [ |
| 11, |
| 20 |
| ], |
| [ |
| 34, |
| 43 |
| ], |
| [ |
| 57, |
| 66 |
| ], |
| [ |
| 84, |
| 93 |
| ], |
| [ |
| 107, |
| 116 |
| ], |
| [ |
| 176, |
| 200 |
| ], |
| [ |
| 236, |
| 244 |
| ] |
| ], |
| "crates/router/tests/connectors/selenium.rs": [ |
| [ |
| 623, |
| 629 |
| ] |
| ], |
| "crates/router/tests/connectors/utils.rs": [ |
| [ |
| 404, |
| 410 |
| ] |
| ], |
| "crates/test_utils/src/connector_auth.rs": [ |
| [ |
| 27, |
| 33 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 1421, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/1421", |
| "original_title": "feat(connector): [Mollie] Implement card 3ds", |
| "merged_at": "2023-07-16T13:06:40Z", |
| "merge_commit_sha": "91f969a2908f4e7b0101a212567305888f51e236", |
| "base_sha": "c9e20dcd30beb1de0b571dc61a0e843eda3f8ae0", |
| "head_sha": "5d54500824334ae91a644431c129fac5da3004ba", |
| "total_lines_changed": 298, |
| "query_index": 0, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "How does the router component handle feat(connector): [Mollie] Implement card 3ds?", |
| "ground_truth_files": [ |
| "crates/router/src/connector/mollie.rs", |
| "crates/router/src/connector/mollie/transformers.rs", |
| "crates/router/src/core/payments/flows/authorize_flow.rs", |
| "crates/router/src/core/payments/flows/verify_flow.rs", |
| "crates/router/src/core/payments/helpers.rs", |
| "crates/router/src/core/payments/transformers.rs", |
| "crates/router/src/core/utils.rs", |
| "crates/router/src/types.rs", |
| "crates/router/tests/connectors/aci.rs", |
| "crates/router/tests/connectors/mollie_ui.rs", |
| "crates/router/tests/connectors/selenium.rs", |
| "crates/router/tests/connectors/utils.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/connector/mollie.rs": [ |
| [ |
| 3, |
| 9 |
| ], |
| [ |
| 75, |
| 81 |
| ], |
| [ |
| 115, |
| 198 |
| ] |
| ], |
| "crates/router/src/connector/mollie/transformers.rs": [ |
| [ |
| 1, |
| 20 |
| ], |
| [ |
| 33, |
| 38 |
| ], |
| [ |
| 53, |
| 59 |
| ], |
| [ |
| 89, |
| 102 |
| ], |
| [ |
| 116, |
| 125 |
| ], |
| [ |
| 130, |
| 143 |
| ], |
| [ |
| 174, |
| 179 |
| ], |
| [ |
| 219, |
| 276 |
| ], |
| [ |
| 339, |
| 362 |
| ], |
| [ |
| 433, |
| 481 |
| ] |
| ], |
| "crates/router/src/core/payments/flows/authorize_flow.rs": [ |
| [ |
| 333, |
| 339 |
| ] |
| ], |
| "crates/router/src/core/payments/flows/verify_flow.rs": [ |
| [ |
| 233, |
| 239 |
| ] |
| ], |
| "crates/router/src/core/payments/helpers.rs": [ |
| [ |
| 2059, |
| 2071 |
| ], |
| [ |
| 2161, |
| 2167 |
| ] |
| ], |
| "crates/router/src/core/payments/transformers.rs": [ |
| [ |
| 62, |
| 69 |
| ], |
| [ |
| 132, |
| 138 |
| ] |
| ], |
| "crates/router/src/core/utils.rs": [ |
| [ |
| 72, |
| 78 |
| ], |
| [ |
| 119, |
| 125 |
| ], |
| [ |
| 272, |
| 278 |
| ], |
| [ |
| 313, |
| 319 |
| ], |
| [ |
| 343, |
| 349 |
| ], |
| [ |
| 381, |
| 387 |
| ], |
| [ |
| 407, |
| 413 |
| ], |
| [ |
| 450, |
| 456 |
| ], |
| [ |
| 480, |
| 486 |
| ], |
| [ |
| 521, |
| 527 |
| ], |
| [ |
| 548, |
| 554 |
| ], |
| [ |
| 587, |
| 593 |
| ] |
| ], |
| "crates/router/src/types.rs": [ |
| [ |
| 207, |
| 213 |
| ], |
| [ |
| 268, |
| 274 |
| ], |
| [ |
| 821, |
| 827 |
| ] |
| ], |
| "crates/router/tests/connectors/aci.rs": [ |
| [ |
| 81, |
| 87 |
| ], |
| [ |
| 127, |
| 133 |
| ] |
| ], |
| "crates/router/tests/connectors/mollie_ui.rs": [ |
| [ |
| 11, |
| 20 |
| ], |
| [ |
| 34, |
| 43 |
| ], |
| [ |
| 57, |
| 66 |
| ], |
| [ |
| 84, |
| 93 |
| ], |
| [ |
| 107, |
| 116 |
| ], |
| [ |
| 176, |
| 200 |
| ], |
| [ |
| 236, |
| 244 |
| ] |
| ], |
| "crates/router/tests/connectors/selenium.rs": [ |
| [ |
| 623, |
| 629 |
| ] |
| ], |
| "crates/router/tests/connectors/utils.rs": [ |
| [ |
| 404, |
| 410 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 1421, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/1421", |
| "original_title": "feat(connector): [Mollie] Implement card 3ds", |
| "merged_at": "2023-07-16T13:06:40Z", |
| "merge_commit_sha": "91f969a2908f4e7b0101a212567305888f51e236", |
| "base_sha": "c9e20dcd30beb1de0b571dc61a0e843eda3f8ae0", |
| "head_sha": "5d54500824334ae91a644431c129fac5da3004ba", |
| "total_lines_changed": 298, |
| "query_index": 1, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "Which files are involved in add cryptopay connector.?", |
| "ground_truth_files": [ |
| "cypress-tests/cypress/e2e/configs/Payment/Commons.js", |
| "cypress-tests/cypress/e2e/configs/Payment/Cryptopay.js", |
| "cypress-tests/cypress/e2e/configs/Payment/Elavon.js", |
| "cypress-tests/cypress/e2e/configs/Payment/Payload.js", |
| "cypress-tests/cypress/e2e/configs/Payment/Paysafe.js", |
| "cypress-tests/cypress/e2e/configs/Payment/Redsys.js", |
| "cypress-tests/cypress/e2e/configs/Payment/Utils.js", |
| "cypress-tests/cypress/e2e/spec/Payment/00037-CryptoPayment.cy.js", |
| "cypress-tests/cypress/e2e/spec/Payment/00038-DynamicFields.cy.js", |
| "cypress-tests/cypress/support/commands.js", |
| "cypress-tests/cypress/support/redirectionHandler.js" |
| ], |
| "ground_truth_lines": { |
| "cypress-tests/cypress/e2e/configs/Payment/Commons.js": [ |
| [ |
| 432, |
| 453 |
| ], |
| [ |
| 1974, |
| 2020 |
| ] |
| ], |
| "cypress-tests/cypress/e2e/configs/Payment/Cryptopay.js": [ |
| [ |
| 1, |
| 118 |
| ] |
| ], |
| "cypress-tests/cypress/e2e/configs/Payment/Elavon.js": [ |
| [ |
| 3, |
| 9 |
| ] |
| ], |
| "cypress-tests/cypress/e2e/configs/Payment/Payload.js": [ |
| [ |
| 11, |
| 17 |
| ], |
| [ |
| 23, |
| 29 |
| ] |
| ], |
| "cypress-tests/cypress/e2e/configs/Payment/Paysafe.js": [ |
| [ |
| 3, |
| 25 |
| ] |
| ], |
| "cypress-tests/cypress/e2e/configs/Payment/Redsys.js": [ |
| [ |
| 3, |
| 17 |
| ] |
| ], |
| "cypress-tests/cypress/e2e/configs/Payment/Utils.js": [ |
| [ |
| 20, |
| 26 |
| ], |
| [ |
| 88, |
| 94 |
| ] |
| ], |
| "cypress-tests/cypress/e2e/spec/Payment/00037-CryptoPayment.cy.js": [ |
| [ |
| 1, |
| 129 |
| ] |
| ], |
| "cypress-tests/cypress/support/commands.js": [ |
| [ |
| 3722, |
| 3745 |
| ] |
| ], |
| "cypress-tests/cypress/support/redirectionHandler.js": [ |
| [ |
| 70, |
| 137 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10812, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10812", |
| "original_title": "ci(cypress): add cryptopay connector", |
| "merged_at": "2026-01-05T07:37:48Z", |
| "merge_commit_sha": "0a436e7221e8a668ced8d34a134a195067e43fd1", |
| "base_sha": "37c612e15bc4fd380420a5171da454e234357637", |
| "head_sha": "91aed1506b4f215337b3300b0e35cc4c52f121b7", |
| "total_lines_changed": 397, |
| "query_index": 0, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "How does the cypress component handle ci(cypress): add cryptopay connector?", |
| "ground_truth_files": [ |
| "cypress-tests/cypress/e2e/configs/Payment/Commons.js", |
| "cypress-tests/cypress/e2e/configs/Payment/Cryptopay.js", |
| "cypress-tests/cypress/e2e/configs/Payment/Elavon.js", |
| "cypress-tests/cypress/e2e/configs/Payment/Payload.js", |
| "cypress-tests/cypress/e2e/configs/Payment/Paysafe.js", |
| "cypress-tests/cypress/e2e/configs/Payment/Redsys.js", |
| "cypress-tests/cypress/e2e/configs/Payment/Utils.js", |
| "cypress-tests/cypress/e2e/spec/Payment/00037-CryptoPayment.cy.js", |
| "cypress-tests/cypress/e2e/spec/Payment/00038-DynamicFields.cy.js", |
| "cypress-tests/cypress/support/commands.js", |
| "cypress-tests/cypress/support/redirectionHandler.js" |
| ], |
| "ground_truth_lines": { |
| "cypress-tests/cypress/e2e/configs/Payment/Commons.js": [ |
| [ |
| 432, |
| 453 |
| ], |
| [ |
| 1974, |
| 2020 |
| ] |
| ], |
| "cypress-tests/cypress/e2e/configs/Payment/Cryptopay.js": [ |
| [ |
| 1, |
| 118 |
| ] |
| ], |
| "cypress-tests/cypress/e2e/configs/Payment/Elavon.js": [ |
| [ |
| 3, |
| 9 |
| ] |
| ], |
| "cypress-tests/cypress/e2e/configs/Payment/Payload.js": [ |
| [ |
| 11, |
| 17 |
| ], |
| [ |
| 23, |
| 29 |
| ] |
| ], |
| "cypress-tests/cypress/e2e/configs/Payment/Paysafe.js": [ |
| [ |
| 3, |
| 25 |
| ] |
| ], |
| "cypress-tests/cypress/e2e/configs/Payment/Redsys.js": [ |
| [ |
| 3, |
| 17 |
| ] |
| ], |
| "cypress-tests/cypress/e2e/configs/Payment/Utils.js": [ |
| [ |
| 20, |
| 26 |
| ], |
| [ |
| 88, |
| 94 |
| ] |
| ], |
| "cypress-tests/cypress/e2e/spec/Payment/00037-CryptoPayment.cy.js": [ |
| [ |
| 1, |
| 129 |
| ] |
| ], |
| "cypress-tests/cypress/support/commands.js": [ |
| [ |
| 3722, |
| 3745 |
| ] |
| ], |
| "cypress-tests/cypress/support/redirectionHandler.js": [ |
| [ |
| 70, |
| 137 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10812, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10812", |
| "original_title": "ci(cypress): add cryptopay connector", |
| "merged_at": "2026-01-05T07:37:48Z", |
| "merge_commit_sha": "0a436e7221e8a668ced8d34a134a195067e43fd1", |
| "base_sha": "37c612e15bc4fd380420a5171da454e234357637", |
| "head_sha": "91aed1506b4f215337b3300b0e35cc4c52f121b7", |
| "total_lines_changed": 397, |
| "query_index": 1, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "What files are most important for understanding ci(cypress): add cryptopay connector?", |
| "ground_truth_files": [ |
| "cypress-tests/cypress/e2e/configs/Payment/Utils.js", |
| "cypress-tests/cypress/e2e/configs/Payment/Commons.js", |
| "cypress-tests/cypress/e2e/configs/Payment/Payload.js", |
| "cypress-tests/cypress/e2e/configs/Payment/Paysafe.js", |
| "cypress-tests/cypress/e2e/configs/Payment/Redsys.js" |
| ], |
| "ground_truth_lines": { |
| "cypress-tests/cypress/e2e/configs/Payment/Utils.js": [ |
| [ |
| 20, |
| 26 |
| ], |
| [ |
| 88, |
| 94 |
| ] |
| ], |
| "cypress-tests/cypress/e2e/configs/Payment/Commons.js": [ |
| [ |
| 432, |
| 453 |
| ], |
| [ |
| 1974, |
| 2020 |
| ] |
| ], |
| "cypress-tests/cypress/e2e/configs/Payment/Payload.js": [ |
| [ |
| 11, |
| 17 |
| ], |
| [ |
| 23, |
| 29 |
| ] |
| ], |
| "cypress-tests/cypress/e2e/configs/Payment/Paysafe.js": [ |
| [ |
| 3, |
| 25 |
| ] |
| ], |
| "cypress-tests/cypress/e2e/configs/Payment/Redsys.js": [ |
| [ |
| 3, |
| 17 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10812, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10812", |
| "original_title": "ci(cypress): add cryptopay connector", |
| "merged_at": "2026-01-05T07:37:48Z", |
| "merge_commit_sha": "0a436e7221e8a668ced8d34a134a195067e43fd1", |
| "base_sha": "37c612e15bc4fd380420a5171da454e234357637", |
| "head_sha": "91aed1506b4f215337b3300b0e35cc4c52f121b7", |
| "total_lines_changed": 397, |
| "query_index": 2, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "Which files are involved in Added wallets, bankredirect, banktransfer, bnpl payment methods in HS<>UCS tunnel.?", |
| "ground_truth_files": [ |
| "crates/router/src/core/unified_connector_service.rs", |
| "crates/router/src/core/unified_connector_service/transformers.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/unified_connector_service.rs": [ |
| [ |
| 39, |
| 45 |
| ], |
| [ |
| 711, |
| 873 |
| ], |
| [ |
| 964, |
| 1013 |
| ], |
| [ |
| 1023, |
| 1036 |
| ] |
| ], |
| "crates/router/src/core/unified_connector_service/transformers.rs": [ |
| [ |
| 43, |
| 49 |
| ], |
| [ |
| 2805, |
| 2922 |
| ], |
| [ |
| 3218, |
| 3396 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "easy", |
| "metadata": { |
| "pr_number": 10760, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10760", |
| "original_title": "feat(UCS): Added wallets, bankredirect, banktransfer, bnpl payment methods in HS<>UCS tunnel", |
| "merged_at": "2026-01-05T07:28:36Z", |
| "merge_commit_sha": "406ef79fcb332dc3b00bad9fc43dfdc329c1b593", |
| "base_sha": "0c68abc65ced73f18c7ee3fef643bc80f6bba1a1", |
| "head_sha": "a106296cfe4230ec1cf0a96f65a046f28e126e13", |
| "total_lines_changed": 563, |
| "query_index": 0, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "How does the router component handle feat(UCS): Added wallets, bankredirect, banktransf?", |
| "ground_truth_files": [ |
| "crates/router/src/core/unified_connector_service.rs", |
| "crates/router/src/core/unified_connector_service/transformers.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/unified_connector_service.rs": [ |
| [ |
| 39, |
| 45 |
| ], |
| [ |
| 711, |
| 873 |
| ], |
| [ |
| 964, |
| 1013 |
| ], |
| [ |
| 1023, |
| 1036 |
| ] |
| ], |
| "crates/router/src/core/unified_connector_service/transformers.rs": [ |
| [ |
| 43, |
| 49 |
| ], |
| [ |
| 2805, |
| 2922 |
| ], |
| [ |
| 3218, |
| 3396 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "easy", |
| "metadata": { |
| "pr_number": 10760, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10760", |
| "original_title": "feat(UCS): Added wallets, bankredirect, banktransfer, bnpl payment methods in HS<>UCS tunnel", |
| "merged_at": "2026-01-05T07:28:36Z", |
| "merge_commit_sha": "406ef79fcb332dc3b00bad9fc43dfdc329c1b593", |
| "base_sha": "0c68abc65ced73f18c7ee3fef643bc80f6bba1a1", |
| "head_sha": "a106296cfe4230ec1cf0a96f65a046f28e126e13", |
| "total_lines_changed": 563, |
| "query_index": 1, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "Where is [stripe] support customer-initiated mandate payments and send setup_future_usage for tokenized cards. implemented?", |
| "ground_truth_files": [ |
| "crates/hyperswitch_connectors/src/connectors/stripe.rs", |
| "crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/hyperswitch_connectors/src/connectors/stripe.rs": [ |
| [ |
| 230, |
| 236 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs": [ |
| [ |
| 1922, |
| 1938 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "easy", |
| "metadata": { |
| "pr_number": 10815, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10815", |
| "original_title": "fix(connector): [stripe] support customer-initiated mandate payments and send setup_future_usage for tokenized cards", |
| "merged_at": "2026-01-03T05:56:11Z", |
| "merge_commit_sha": "4201e04a8f0f1d46b57f24868f4f943a9be50bda", |
| "base_sha": "27a2e4067dfc8cfa362008a658c0e0f0d0db2aa8", |
| "head_sha": "05f62f6bbde599584ced7746cfad0d3e9be9c425", |
| "total_lines_changed": 13, |
| "query_index": 0, |
| "num_queries": 1 |
| } |
| }, |
| { |
| "query": "Where is [stripe] support customer-initiated mandate payments and send setup_future_usage for tokenized cards. implemented?", |
| "ground_truth_files": [ |
| "crates/hyperswitch_connectors/src/connectors/stripe.rs", |
| "crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/hyperswitch_connectors/src/connectors/stripe.rs": [ |
| [ |
| 230, |
| 236 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs": [ |
| [ |
| 1922, |
| 1938 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "easy", |
| "metadata": { |
| "pr_number": 10817, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10817", |
| "original_title": "fix(connector): [stripe] support customer-initiated mandate payments and send setup_future_usage for tokenized cards", |
| "merged_at": "2026-01-03T08:13:19Z", |
| "merge_commit_sha": "ba4758d582656a804b889e625f4608cc71a0b502", |
| "base_sha": "278f31d40d857ce75ffefdd8dc63d161838c4575", |
| "head_sha": "84599357dc4d83c4096a4149622b7b665a19e2f9", |
| "total_lines_changed": 13, |
| "query_index": 0, |
| "num_queries": 1 |
| } |
| }, |
| { |
| "query": "Where is the code that handles restructure authentication to use unified Platform model with initiator tracking.?", |
| "ground_truth_files": [ |
| "crates/hyperswitch_domain_models/src/platform.rs", |
| "crates/router/src/analytics.rs", |
| "crates/router/src/compatibility/stripe/customers.rs", |
| "crates/router/src/compatibility/stripe/payment_intents.rs", |
| "crates/router/src/compatibility/stripe/refunds.rs", |
| "crates/router/src/compatibility/stripe/setup_intents.rs", |
| "crates/router/src/core/admin.rs", |
| "crates/router/src/core/disputes.rs", |
| "crates/router/src/core/locker_migration.rs", |
| "crates/router/src/core/payment_methods.rs", |
| "crates/router/src/core/payment_methods/tokenize/card_executor.rs", |
| "crates/router/src/core/payments.rs", |
| "crates/router/src/core/payouts.rs", |
| "crates/router/src/core/pm_auth.rs", |
| "crates/router/src/core/recon.rs", |
| "crates/router/src/core/refunds.rs", |
| "crates/router/src/core/revenue_recovery.rs", |
| "crates/router/src/core/revenue_recovery/api.rs", |
| "crates/router/src/core/tokenization.rs", |
| "crates/router/src/core/user.rs", |
| "crates/router/src/core/verification/utils.rs", |
| "crates/router/src/core/webhooks/network_tokenization_incoming.rs", |
| "crates/router/src/db/events.rs", |
| "crates/router/src/routes/admin.rs", |
| "crates/router/src/routes/api_keys.rs", |
| "crates/router/src/routes/authentication.rs", |
| "crates/router/src/routes/blocklist.rs", |
| "crates/router/src/routes/cards_info.rs", |
| "crates/router/src/routes/customers.rs", |
| "crates/router/src/routes/disputes.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/hyperswitch_domain_models/src/platform.rs": [ |
| [ |
| 49, |
| 75 |
| ], |
| [ |
| 81, |
| 94 |
| ], |
| [ |
| 101, |
| 110 |
| ] |
| ], |
| "crates/router/src/analytics.rs": [ |
| [ |
| 515, |
| 522 |
| ], |
| [ |
| 565, |
| 571 |
| ], |
| [ |
| 621, |
| 634 |
| ], |
| [ |
| 678, |
| 685 |
| ], |
| [ |
| 729, |
| 735 |
| ], |
| [ |
| 785, |
| 798 |
| ], |
| [ |
| 842, |
| 849 |
| ], |
| [ |
| 893, |
| 899 |
| ], |
| [ |
| 949, |
| 962 |
| ], |
| [ |
| 1006, |
| 1018 |
| ], |
| [ |
| 1047, |
| 1053 |
| ], |
| [ |
| 1086, |
| 1093 |
| ], |
| [ |
| 1124, |
| 1131 |
| ], |
| [ |
| 1166, |
| 1179 |
| ], |
| [ |
| 1214, |
| 1220 |
| ], |
| [ |
| 1249, |
| 1256 |
| ], |
| [ |
| 1279, |
| 1286 |
| ], |
| [ |
| 1311, |
| 1317 |
| ], |
| [ |
| 1348, |
| 1361 |
| ], |
| [ |
| 1386, |
| 1392 |
| ], |
| [ |
| 1422, |
| 1435 |
| ], |
| [ |
| 1463, |
| 1469 |
| ], |
| [ |
| 1495, |
| 1502 |
| ], |
| [ |
| 1526, |
| 1532 |
| ], |
| [ |
| 1562, |
| 1575 |
| ], |
| [ |
| 1599, |
| 1611 |
| ], |
| [ |
| 1631, |
| 1637 |
| ], |
| [ |
| 1661, |
| 1686 |
| ], |
| [ |
| 1704, |
| 1728 |
| ], |
| [ |
| 1745, |
| 1766 |
| ], |
| [ |
| 1791, |
| 1798 |
| ], |
| [ |
| 1842, |
| 1848 |
| ], |
| [ |
| 1891, |
| 1904 |
| ], |
| [ |
| 1948, |
| 1955 |
| ], |
| [ |
| 1998, |
| 2004 |
| ], |
| [ |
| 2047, |
| 2060 |
| ], |
| [ |
| 2105, |
| 2112 |
| ], |
| [ |
| 2156, |
| 2162 |
| ], |
| [ |
| 2204, |
| 2217 |
| ], |
| [ |
| 2262, |
| 2269 |
| ], |
| [ |
| 2313, |
| 2319 |
| ], |
| [ |
| 2361, |
| 2374 |
| ], |
| [ |
| 2419, |
| 2426 |
| ], |
| [ |
| 2470, |
| 2476 |
| ], |
| [ |
| 2518, |
| 2531 |
| ], |
| [ |
| 2579, |
| 2585 |
| ], |
| [ |
| 2605, |
| 2617 |
| ], |
| [ |
| 2633, |
| 2657 |
| ], |
| [ |
| 2673, |
| 2697 |
| ], |
| [ |
| 3017, |
| 3024 |
| ], |
| [ |
| 3048, |
| 3061 |
| ], |
| [ |
| 3086, |
| 3092 |
| ], |
| [ |
| 3131, |
| 3138 |
| ], |
| [ |
| 3172, |
| 3185 |
| ], |
| [ |
| 3220, |
| 3226 |
| ], |
| [ |
| 3256, |
| 3263 |
| ], |
| [ |
| 3287, |
| 3294 |
| ], |
| [ |
| 3319, |
| 3325 |
| ], |
| [ |
| 3356, |
| 3369 |
| ], |
| [ |
| 3395, |
| 3401 |
| ], |
| [ |
| 3432, |
| 3445 |
| ] |
| ], |
| "crates/router/src/compatibility/stripe/customers.rs": [ |
| [ |
| 14, |
| 20 |
| ], |
| [ |
| 50, |
| 56 |
| ], |
| [ |
| 87, |
| 98 |
| ], |
| [ |
| 143, |
| 153 |
| ], |
| [ |
| 184, |
| 190 |
| ], |
| [ |
| 222, |
| 230 |
| ] |
| ], |
| "crates/router/src/compatibility/stripe/payment_intents.rs": [ |
| [ |
| 72, |
| 77 |
| ], |
| [ |
| 83, |
| 89 |
| ], |
| [ |
| 152, |
| 157 |
| ], |
| [ |
| 162, |
| 168 |
| ], |
| [ |
| 236, |
| 241 |
| ], |
| [ |
| 246, |
| 252 |
| ], |
| [ |
| 316, |
| 321 |
| ], |
| [ |
| 327, |
| 333 |
| ], |
| [ |
| 406, |
| 411 |
| ], |
| [ |
| 417, |
| 423 |
| ], |
| [ |
| 478, |
| 483 |
| ], |
| [ |
| 488, |
| 494 |
| ], |
| [ |
| 561, |
| 566 |
| ], |
| [ |
| 571, |
| 577 |
| ], |
| [ |
| 615, |
| 621 |
| ] |
| ], |
| "crates/router/src/compatibility/stripe/refunds.rs": [ |
| [ |
| 50, |
| 56 |
| ], |
| [ |
| 97, |
| 105 |
| ], |
| [ |
| 143, |
| 151 |
| ], |
| [ |
| 186, |
| 192 |
| ] |
| ], |
| "crates/router/src/compatibility/stripe/setup_intents.rs": [ |
| [ |
| 59, |
| 64 |
| ], |
| [ |
| 69, |
| 75 |
| ], |
| [ |
| 138, |
| 143 |
| ], |
| [ |
| 148, |
| 154 |
| ], |
| [ |
| 219, |
| 224 |
| ], |
| [ |
| 229, |
| 235 |
| ], |
| [ |
| 301, |
| 306 |
| ], |
| [ |
| 311, |
| 317 |
| ] |
| ], |
| "crates/router/src/core/admin.rs": [ |
| [ |
| 261, |
| 267 |
| ], |
| [ |
| 986, |
| 992 |
| ], |
| [ |
| 2029, |
| 2035 |
| ], |
| [ |
| 2174, |
| 2192 |
| ], |
| [ |
| 2375, |
| 2397 |
| ], |
| [ |
| 2400, |
| 2408 |
| ], |
| [ |
| 2422, |
| 2428 |
| ], |
| [ |
| 2442, |
| 2461 |
| ], |
| [ |
| 2465, |
| 2471 |
| ], |
| [ |
| 2478, |
| 2484 |
| ], |
| [ |
| 2495, |
| 2501 |
| ], |
| [ |
| 2505, |
| 2511 |
| ], |
| [ |
| 2515, |
| 2521 |
| ], |
| [ |
| 2551, |
| 2557 |
| ], |
| [ |
| 2626, |
| 2642 |
| ], |
| [ |
| 2652, |
| 2666 |
| ], |
| [ |
| 2686, |
| 2697 |
| ], |
| [ |
| 2705, |
| 2720 |
| ], |
| [ |
| 2762, |
| 2768 |
| ], |
| [ |
| 3146, |
| 3152 |
| ], |
| [ |
| 3165, |
| 3171 |
| ], |
| [ |
| 3197, |
| 3211 |
| ], |
| [ |
| 3224, |
| 3230 |
| ], |
| [ |
| 3263, |
| 3301 |
| ], |
| [ |
| 3340, |
| 3346 |
| ], |
| [ |
| 3532, |
| 3558 |
| ], |
| [ |
| 3563, |
| 3574 |
| ] |
| ], |
| "crates/router/src/core/disputes.rs": [ |
| [ |
| 211, |
| 217 |
| ] |
| ], |
| "crates/router/src/core/locker_migration.rs": [ |
| [ |
| 67, |
| 73 |
| ] |
| ], |
| "crates/router/src/core/payment_methods.rs": [ |
| [ |
| 4078, |
| 4084 |
| ] |
| ], |
| "crates/router/src/core/payment_methods/tokenize/card_executor.rs": [ |
| [ |
| 580, |
| 586 |
| ] |
| ], |
| "crates/router/src/core/payments.rs": [ |
| [ |
| 8562, |
| 8568 |
| ] |
| ], |
| "crates/router/src/core/payouts.rs": [ |
| [ |
| 1000, |
| 1006 |
| ] |
| ], |
| "crates/router/src/core/pm_auth.rs": [ |
| [ |
| 809, |
| 815 |
| ] |
| ], |
| "crates/router/src/core/recon.rs": [ |
| [ |
| 147, |
| 167 |
| ], |
| [ |
| 177, |
| 183 |
| ] |
| ], |
| "crates/router/src/core/refunds.rs": [ |
| [ |
| 1585, |
| 1591 |
| ], |
| [ |
| 1868, |
| 1874 |
| ], |
| [ |
| 1985, |
| 1991 |
| ] |
| ], |
| "crates/router/src/core/revenue_recovery.rs": [ |
| [ |
| 582, |
| 588 |
| ], |
| [ |
| 1129, |
| 1135 |
| ] |
| ], |
| "crates/router/src/core/revenue_recovery/api.rs": [ |
| [ |
| 45, |
| 51 |
| ], |
| [ |
| 112, |
| 118 |
| ], |
| [ |
| 164, |
| 170 |
| ], |
| [ |
| 227, |
| 233 |
| ] |
| ], |
| "crates/router/src/core/tokenization.rs": [ |
| [ |
| 33, |
| 39 |
| ], |
| [ |
| 66, |
| 72 |
| ], |
| [ |
| 77, |
| 83 |
| ] |
| ], |
| "crates/router/src/core/user.rs": [ |
| [ |
| 3888, |
| 3900 |
| ] |
| ], |
| "crates/router/src/core/verification/utils.rs": [ |
| [ |
| 8, |
| 14 |
| ], |
| [ |
| 130, |
| 137 |
| ], |
| [ |
| 140, |
| 157 |
| ] |
| ], |
| "crates/router/src/core/webhooks/network_tokenization_incoming.rs": [ |
| [ |
| 436, |
| 442 |
| ] |
| ], |
| "crates/router/src/db/events.rs": [ |
| [ |
| 1329, |
| 1335 |
| ] |
| ], |
| "crates/router/src/routes/admin.rs": [ |
| [ |
| 522, |
| 533 |
| ], |
| [ |
| 559, |
| 565 |
| ], |
| [ |
| 601, |
| 608 |
| ], |
| [ |
| 641, |
| 647 |
| ], |
| [ |
| 670, |
| 681 |
| ], |
| [ |
| 708, |
| 714 |
| ], |
| [ |
| 744, |
| 751 |
| ], |
| [ |
| 786, |
| 793 |
| ], |
| [ |
| 898, |
| 904 |
| ] |
| ], |
| "crates/router/src/routes/api_keys.rs": [ |
| [ |
| 25, |
| 33 |
| ] |
| ], |
| "crates/router/src/routes/authentication.rs": [ |
| [ |
| 29, |
| 35 |
| ], |
| [ |
| 66, |
| 74 |
| ], |
| [ |
| 107, |
| 117 |
| ], |
| [ |
| 148, |
| 158 |
| ], |
| [ |
| 178, |
| 187 |
| ], |
| [ |
| 223, |
| 233 |
| ], |
| [ |
| 256, |
| 262 |
| ], |
| [ |
| 293, |
| 299 |
| ] |
| ], |
| "crates/router/src/routes/blocklist.rs": [ |
| [ |
| 33, |
| 39 |
| ], |
| [ |
| 74, |
| 80 |
| ], |
| [ |
| 130, |
| 136 |
| ], |
| [ |
| 170, |
| 176 |
| ] |
| ], |
| "crates/router/src/routes/cards_info.rs": [ |
| [ |
| 52, |
| 58 |
| ] |
| ], |
| "crates/router/src/routes/customers.rs": [ |
| [ |
| 6, |
| 12 |
| ], |
| [ |
| 22, |
| 28 |
| ], |
| [ |
| 52, |
| 58 |
| ], |
| [ |
| 101, |
| 111 |
| ], |
| [ |
| 152, |
| 158 |
| ], |
| [ |
| 175, |
| 181 |
| ], |
| [ |
| 207, |
| 213 |
| ], |
| [ |
| 240, |
| 246 |
| ], |
| [ |
| 272, |
| 278 |
| ], |
| [ |
| 311, |
| 321 |
| ], |
| [ |
| 351, |
| 361 |
| ], |
| [ |
| 388, |
| 394 |
| ], |
| [ |
| 421, |
| 427 |
| ], |
| [ |
| 454, |
| 460 |
| ] |
| ], |
| "crates/router/src/routes/disputes.rs": [ |
| [ |
| 48, |
| 55 |
| ], |
| [ |
| 84, |
| 90 |
| ], |
| [ |
| 139, |
| 145 |
| ], |
| [ |
| 195, |
| 204 |
| ], |
| [ |
| 238, |
| 244 |
| ], |
| [ |
| 279, |
| 288 |
| ], |
| [ |
| 332, |
| 339 |
| ], |
| [ |
| 377, |
| 384 |
| ], |
| [ |
| 429, |
| 436 |
| ], |
| [ |
| 479, |
| 486 |
| ], |
| [ |
| 525, |
| 531 |
| ], |
| [ |
| 557, |
| 563 |
| ], |
| [ |
| 590, |
| 599 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10746, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10746", |
| "original_title": "refactor(auth): restructure authentication to use unified Platform model with initiator tracking", |
| "merged_at": "2026-01-02T12:48:26Z", |
| "merge_commit_sha": "d4b19d8e99018a01d0177ffcb4e5e7512c9112df", |
| "base_sha": "b27fe0fd88cba5c4fc4514e0365b0e9bf5cab546", |
| "head_sha": "fa2f485cc8d35d6a186c0236340ce963ead40c39", |
| "total_lines_changed": 967, |
| "query_index": 0, |
| "num_queries": 4 |
| } |
| }, |
| { |
| "query": "What changes are needed in router for refactor(auth): restructure authentication to use ?", |
| "ground_truth_files": [ |
| "crates/router/src/analytics.rs", |
| "crates/router/src/compatibility/stripe/customers.rs", |
| "crates/router/src/compatibility/stripe/payment_intents.rs", |
| "crates/router/src/compatibility/stripe/refunds.rs", |
| "crates/router/src/compatibility/stripe/setup_intents.rs", |
| "crates/router/src/core/admin.rs", |
| "crates/router/src/core/disputes.rs", |
| "crates/router/src/core/locker_migration.rs", |
| "crates/router/src/core/payment_methods.rs", |
| "crates/router/src/core/payment_methods/tokenize/card_executor.rs", |
| "crates/router/src/core/payments.rs", |
| "crates/router/src/core/payouts.rs", |
| "crates/router/src/core/pm_auth.rs", |
| "crates/router/src/core/recon.rs", |
| "crates/router/src/core/refunds.rs", |
| "crates/router/src/core/revenue_recovery.rs", |
| "crates/router/src/core/revenue_recovery/api.rs", |
| "crates/router/src/core/tokenization.rs", |
| "crates/router/src/core/user.rs", |
| "crates/router/src/core/verification/utils.rs", |
| "crates/router/src/core/webhooks/network_tokenization_incoming.rs", |
| "crates/router/src/db/events.rs", |
| "crates/router/src/routes/admin.rs", |
| "crates/router/src/routes/api_keys.rs", |
| "crates/router/src/routes/authentication.rs", |
| "crates/router/src/routes/blocklist.rs", |
| "crates/router/src/routes/cards_info.rs", |
| "crates/router/src/routes/customers.rs", |
| "crates/router/src/routes/disputes.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/analytics.rs": [ |
| [ |
| 515, |
| 522 |
| ], |
| [ |
| 565, |
| 571 |
| ], |
| [ |
| 621, |
| 634 |
| ], |
| [ |
| 678, |
| 685 |
| ], |
| [ |
| 729, |
| 735 |
| ], |
| [ |
| 785, |
| 798 |
| ], |
| [ |
| 842, |
| 849 |
| ], |
| [ |
| 893, |
| 899 |
| ], |
| [ |
| 949, |
| 962 |
| ], |
| [ |
| 1006, |
| 1018 |
| ], |
| [ |
| 1047, |
| 1053 |
| ], |
| [ |
| 1086, |
| 1093 |
| ], |
| [ |
| 1124, |
| 1131 |
| ], |
| [ |
| 1166, |
| 1179 |
| ], |
| [ |
| 1214, |
| 1220 |
| ], |
| [ |
| 1249, |
| 1256 |
| ], |
| [ |
| 1279, |
| 1286 |
| ], |
| [ |
| 1311, |
| 1317 |
| ], |
| [ |
| 1348, |
| 1361 |
| ], |
| [ |
| 1386, |
| 1392 |
| ], |
| [ |
| 1422, |
| 1435 |
| ], |
| [ |
| 1463, |
| 1469 |
| ], |
| [ |
| 1495, |
| 1502 |
| ], |
| [ |
| 1526, |
| 1532 |
| ], |
| [ |
| 1562, |
| 1575 |
| ], |
| [ |
| 1599, |
| 1611 |
| ], |
| [ |
| 1631, |
| 1637 |
| ], |
| [ |
| 1661, |
| 1686 |
| ], |
| [ |
| 1704, |
| 1728 |
| ], |
| [ |
| 1745, |
| 1766 |
| ], |
| [ |
| 1791, |
| 1798 |
| ], |
| [ |
| 1842, |
| 1848 |
| ], |
| [ |
| 1891, |
| 1904 |
| ], |
| [ |
| 1948, |
| 1955 |
| ], |
| [ |
| 1998, |
| 2004 |
| ], |
| [ |
| 2047, |
| 2060 |
| ], |
| [ |
| 2105, |
| 2112 |
| ], |
| [ |
| 2156, |
| 2162 |
| ], |
| [ |
| 2204, |
| 2217 |
| ], |
| [ |
| 2262, |
| 2269 |
| ], |
| [ |
| 2313, |
| 2319 |
| ], |
| [ |
| 2361, |
| 2374 |
| ], |
| [ |
| 2419, |
| 2426 |
| ], |
| [ |
| 2470, |
| 2476 |
| ], |
| [ |
| 2518, |
| 2531 |
| ], |
| [ |
| 2579, |
| 2585 |
| ], |
| [ |
| 2605, |
| 2617 |
| ], |
| [ |
| 2633, |
| 2657 |
| ], |
| [ |
| 2673, |
| 2697 |
| ], |
| [ |
| 3017, |
| 3024 |
| ], |
| [ |
| 3048, |
| 3061 |
| ], |
| [ |
| 3086, |
| 3092 |
| ], |
| [ |
| 3131, |
| 3138 |
| ], |
| [ |
| 3172, |
| 3185 |
| ], |
| [ |
| 3220, |
| 3226 |
| ], |
| [ |
| 3256, |
| 3263 |
| ], |
| [ |
| 3287, |
| 3294 |
| ], |
| [ |
| 3319, |
| 3325 |
| ], |
| [ |
| 3356, |
| 3369 |
| ], |
| [ |
| 3395, |
| 3401 |
| ], |
| [ |
| 3432, |
| 3445 |
| ] |
| ], |
| "crates/router/src/compatibility/stripe/customers.rs": [ |
| [ |
| 14, |
| 20 |
| ], |
| [ |
| 50, |
| 56 |
| ], |
| [ |
| 87, |
| 98 |
| ], |
| [ |
| 143, |
| 153 |
| ], |
| [ |
| 184, |
| 190 |
| ], |
| [ |
| 222, |
| 230 |
| ] |
| ], |
| "crates/router/src/compatibility/stripe/payment_intents.rs": [ |
| [ |
| 72, |
| 77 |
| ], |
| [ |
| 83, |
| 89 |
| ], |
| [ |
| 152, |
| 157 |
| ], |
| [ |
| 162, |
| 168 |
| ], |
| [ |
| 236, |
| 241 |
| ], |
| [ |
| 246, |
| 252 |
| ], |
| [ |
| 316, |
| 321 |
| ], |
| [ |
| 327, |
| 333 |
| ], |
| [ |
| 406, |
| 411 |
| ], |
| [ |
| 417, |
| 423 |
| ], |
| [ |
| 478, |
| 483 |
| ], |
| [ |
| 488, |
| 494 |
| ], |
| [ |
| 561, |
| 566 |
| ], |
| [ |
| 571, |
| 577 |
| ], |
| [ |
| 615, |
| 621 |
| ] |
| ], |
| "crates/router/src/compatibility/stripe/refunds.rs": [ |
| [ |
| 50, |
| 56 |
| ], |
| [ |
| 97, |
| 105 |
| ], |
| [ |
| 143, |
| 151 |
| ], |
| [ |
| 186, |
| 192 |
| ] |
| ], |
| "crates/router/src/compatibility/stripe/setup_intents.rs": [ |
| [ |
| 59, |
| 64 |
| ], |
| [ |
| 69, |
| 75 |
| ], |
| [ |
| 138, |
| 143 |
| ], |
| [ |
| 148, |
| 154 |
| ], |
| [ |
| 219, |
| 224 |
| ], |
| [ |
| 229, |
| 235 |
| ], |
| [ |
| 301, |
| 306 |
| ], |
| [ |
| 311, |
| 317 |
| ] |
| ], |
| "crates/router/src/core/admin.rs": [ |
| [ |
| 261, |
| 267 |
| ], |
| [ |
| 986, |
| 992 |
| ], |
| [ |
| 2029, |
| 2035 |
| ], |
| [ |
| 2174, |
| 2192 |
| ], |
| [ |
| 2375, |
| 2397 |
| ], |
| [ |
| 2400, |
| 2408 |
| ], |
| [ |
| 2422, |
| 2428 |
| ], |
| [ |
| 2442, |
| 2461 |
| ], |
| [ |
| 2465, |
| 2471 |
| ], |
| [ |
| 2478, |
| 2484 |
| ], |
| [ |
| 2495, |
| 2501 |
| ], |
| [ |
| 2505, |
| 2511 |
| ], |
| [ |
| 2515, |
| 2521 |
| ], |
| [ |
| 2551, |
| 2557 |
| ], |
| [ |
| 2626, |
| 2642 |
| ], |
| [ |
| 2652, |
| 2666 |
| ], |
| [ |
| 2686, |
| 2697 |
| ], |
| [ |
| 2705, |
| 2720 |
| ], |
| [ |
| 2762, |
| 2768 |
| ], |
| [ |
| 3146, |
| 3152 |
| ], |
| [ |
| 3165, |
| 3171 |
| ], |
| [ |
| 3197, |
| 3211 |
| ], |
| [ |
| 3224, |
| 3230 |
| ], |
| [ |
| 3263, |
| 3301 |
| ], |
| [ |
| 3340, |
| 3346 |
| ], |
| [ |
| 3532, |
| 3558 |
| ], |
| [ |
| 3563, |
| 3574 |
| ] |
| ], |
| "crates/router/src/core/disputes.rs": [ |
| [ |
| 211, |
| 217 |
| ] |
| ], |
| "crates/router/src/core/locker_migration.rs": [ |
| [ |
| 67, |
| 73 |
| ] |
| ], |
| "crates/router/src/core/payment_methods.rs": [ |
| [ |
| 4078, |
| 4084 |
| ] |
| ], |
| "crates/router/src/core/payment_methods/tokenize/card_executor.rs": [ |
| [ |
| 580, |
| 586 |
| ] |
| ], |
| "crates/router/src/core/payments.rs": [ |
| [ |
| 8562, |
| 8568 |
| ] |
| ], |
| "crates/router/src/core/payouts.rs": [ |
| [ |
| 1000, |
| 1006 |
| ] |
| ], |
| "crates/router/src/core/pm_auth.rs": [ |
| [ |
| 809, |
| 815 |
| ] |
| ], |
| "crates/router/src/core/recon.rs": [ |
| [ |
| 147, |
| 167 |
| ], |
| [ |
| 177, |
| 183 |
| ] |
| ], |
| "crates/router/src/core/refunds.rs": [ |
| [ |
| 1585, |
| 1591 |
| ], |
| [ |
| 1868, |
| 1874 |
| ], |
| [ |
| 1985, |
| 1991 |
| ] |
| ], |
| "crates/router/src/core/revenue_recovery.rs": [ |
| [ |
| 582, |
| 588 |
| ], |
| [ |
| 1129, |
| 1135 |
| ] |
| ], |
| "crates/router/src/core/revenue_recovery/api.rs": [ |
| [ |
| 45, |
| 51 |
| ], |
| [ |
| 112, |
| 118 |
| ], |
| [ |
| 164, |
| 170 |
| ], |
| [ |
| 227, |
| 233 |
| ] |
| ], |
| "crates/router/src/core/tokenization.rs": [ |
| [ |
| 33, |
| 39 |
| ], |
| [ |
| 66, |
| 72 |
| ], |
| [ |
| 77, |
| 83 |
| ] |
| ], |
| "crates/router/src/core/user.rs": [ |
| [ |
| 3888, |
| 3900 |
| ] |
| ], |
| "crates/router/src/core/verification/utils.rs": [ |
| [ |
| 8, |
| 14 |
| ], |
| [ |
| 130, |
| 137 |
| ], |
| [ |
| 140, |
| 157 |
| ] |
| ], |
| "crates/router/src/core/webhooks/network_tokenization_incoming.rs": [ |
| [ |
| 436, |
| 442 |
| ] |
| ], |
| "crates/router/src/db/events.rs": [ |
| [ |
| 1329, |
| 1335 |
| ] |
| ], |
| "crates/router/src/routes/admin.rs": [ |
| [ |
| 522, |
| 533 |
| ], |
| [ |
| 559, |
| 565 |
| ], |
| [ |
| 601, |
| 608 |
| ], |
| [ |
| 641, |
| 647 |
| ], |
| [ |
| 670, |
| 681 |
| ], |
| [ |
| 708, |
| 714 |
| ], |
| [ |
| 744, |
| 751 |
| ], |
| [ |
| 786, |
| 793 |
| ], |
| [ |
| 898, |
| 904 |
| ] |
| ], |
| "crates/router/src/routes/api_keys.rs": [ |
| [ |
| 25, |
| 33 |
| ] |
| ], |
| "crates/router/src/routes/authentication.rs": [ |
| [ |
| 29, |
| 35 |
| ], |
| [ |
| 66, |
| 74 |
| ], |
| [ |
| 107, |
| 117 |
| ], |
| [ |
| 148, |
| 158 |
| ], |
| [ |
| 178, |
| 187 |
| ], |
| [ |
| 223, |
| 233 |
| ], |
| [ |
| 256, |
| 262 |
| ], |
| [ |
| 293, |
| 299 |
| ] |
| ], |
| "crates/router/src/routes/blocklist.rs": [ |
| [ |
| 33, |
| 39 |
| ], |
| [ |
| 74, |
| 80 |
| ], |
| [ |
| 130, |
| 136 |
| ], |
| [ |
| 170, |
| 176 |
| ] |
| ], |
| "crates/router/src/routes/cards_info.rs": [ |
| [ |
| 52, |
| 58 |
| ] |
| ], |
| "crates/router/src/routes/customers.rs": [ |
| [ |
| 6, |
| 12 |
| ], |
| [ |
| 22, |
| 28 |
| ], |
| [ |
| 52, |
| 58 |
| ], |
| [ |
| 101, |
| 111 |
| ], |
| [ |
| 152, |
| 158 |
| ], |
| [ |
| 175, |
| 181 |
| ], |
| [ |
| 207, |
| 213 |
| ], |
| [ |
| 240, |
| 246 |
| ], |
| [ |
| 272, |
| 278 |
| ], |
| [ |
| 311, |
| 321 |
| ], |
| [ |
| 351, |
| 361 |
| ], |
| [ |
| 388, |
| 394 |
| ], |
| [ |
| 421, |
| 427 |
| ], |
| [ |
| 454, |
| 460 |
| ] |
| ], |
| "crates/router/src/routes/disputes.rs": [ |
| [ |
| 48, |
| 55 |
| ], |
| [ |
| 84, |
| 90 |
| ], |
| [ |
| 139, |
| 145 |
| ], |
| [ |
| 195, |
| 204 |
| ], |
| [ |
| 238, |
| 244 |
| ], |
| [ |
| 279, |
| 288 |
| ], |
| [ |
| 332, |
| 339 |
| ], |
| [ |
| 377, |
| 384 |
| ], |
| [ |
| 429, |
| 436 |
| ], |
| [ |
| 479, |
| 486 |
| ], |
| [ |
| 525, |
| 531 |
| ], |
| [ |
| 557, |
| 563 |
| ], |
| [ |
| 590, |
| 599 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10746, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10746", |
| "original_title": "refactor(auth): restructure authentication to use unified Platform model with initiator tracking", |
| "merged_at": "2026-01-02T12:48:26Z", |
| "merge_commit_sha": "d4b19d8e99018a01d0177ffcb4e5e7512c9112df", |
| "base_sha": "b27fe0fd88cba5c4fc4514e0365b0e9bf5cab546", |
| "head_sha": "fa2f485cc8d35d6a186c0236340ce963ead40c39", |
| "total_lines_changed": 967, |
| "query_index": 1, |
| "num_queries": 4 |
| } |
| }, |
| { |
| "query": "Which files implement the core logic for refactor(auth): restructure authenticati?", |
| "ground_truth_files": [ |
| "crates/router/src/compatibility/stripe/setup_intents.rs", |
| "crates/router/src/core/user.rs", |
| "crates/router/src/routes/authentication.rs", |
| "crates/router/src/routes/blocklist.rs", |
| "crates/router/src/routes/api_keys.rs", |
| "crates/router/src/core/locker_migration.rs", |
| "crates/router/src/core/tokenization.rs", |
| "crates/router/src/core/verification/utils.rs", |
| "crates/router/src/routes/disputes.rs", |
| "crates/router/src/analytics.rs", |
| "crates/router/src/compatibility/stripe/customers.rs", |
| "crates/hyperswitch_domain_models/src/platform.rs", |
| "crates/router/src/db/events.rs", |
| "crates/router/src/compatibility/stripe/payment_intents.rs", |
| "crates/router/src/core/revenue_recovery.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/compatibility/stripe/setup_intents.rs": [ |
| [ |
| 59, |
| 64 |
| ], |
| [ |
| 69, |
| 75 |
| ], |
| [ |
| 138, |
| 143 |
| ], |
| [ |
| 148, |
| 154 |
| ], |
| [ |
| 219, |
| 224 |
| ], |
| [ |
| 229, |
| 235 |
| ], |
| [ |
| 301, |
| 306 |
| ], |
| [ |
| 311, |
| 317 |
| ] |
| ], |
| "crates/router/src/core/user.rs": [ |
| [ |
| 3888, |
| 3900 |
| ] |
| ], |
| "crates/router/src/routes/authentication.rs": [ |
| [ |
| 29, |
| 35 |
| ], |
| [ |
| 66, |
| 74 |
| ], |
| [ |
| 107, |
| 117 |
| ], |
| [ |
| 148, |
| 158 |
| ], |
| [ |
| 178, |
| 187 |
| ], |
| [ |
| 223, |
| 233 |
| ], |
| [ |
| 256, |
| 262 |
| ], |
| [ |
| 293, |
| 299 |
| ] |
| ], |
| "crates/router/src/routes/blocklist.rs": [ |
| [ |
| 33, |
| 39 |
| ], |
| [ |
| 74, |
| 80 |
| ], |
| [ |
| 130, |
| 136 |
| ], |
| [ |
| 170, |
| 176 |
| ] |
| ], |
| "crates/router/src/routes/api_keys.rs": [ |
| [ |
| 25, |
| 33 |
| ] |
| ], |
| "crates/router/src/core/locker_migration.rs": [ |
| [ |
| 67, |
| 73 |
| ] |
| ], |
| "crates/router/src/core/tokenization.rs": [ |
| [ |
| 33, |
| 39 |
| ], |
| [ |
| 66, |
| 72 |
| ], |
| [ |
| 77, |
| 83 |
| ] |
| ], |
| "crates/router/src/core/verification/utils.rs": [ |
| [ |
| 8, |
| 14 |
| ], |
| [ |
| 130, |
| 137 |
| ], |
| [ |
| 140, |
| 157 |
| ] |
| ], |
| "crates/router/src/routes/disputes.rs": [ |
| [ |
| 48, |
| 55 |
| ], |
| [ |
| 84, |
| 90 |
| ], |
| [ |
| 139, |
| 145 |
| ], |
| [ |
| 195, |
| 204 |
| ], |
| [ |
| 238, |
| 244 |
| ], |
| [ |
| 279, |
| 288 |
| ], |
| [ |
| 332, |
| 339 |
| ], |
| [ |
| 377, |
| 384 |
| ], |
| [ |
| 429, |
| 436 |
| ], |
| [ |
| 479, |
| 486 |
| ], |
| [ |
| 525, |
| 531 |
| ], |
| [ |
| 557, |
| 563 |
| ], |
| [ |
| 590, |
| 599 |
| ] |
| ], |
| "crates/router/src/analytics.rs": [ |
| [ |
| 515, |
| 522 |
| ], |
| [ |
| 565, |
| 571 |
| ], |
| [ |
| 621, |
| 634 |
| ], |
| [ |
| 678, |
| 685 |
| ], |
| [ |
| 729, |
| 735 |
| ], |
| [ |
| 785, |
| 798 |
| ], |
| [ |
| 842, |
| 849 |
| ], |
| [ |
| 893, |
| 899 |
| ], |
| [ |
| 949, |
| 962 |
| ], |
| [ |
| 1006, |
| 1018 |
| ], |
| [ |
| 1047, |
| 1053 |
| ], |
| [ |
| 1086, |
| 1093 |
| ], |
| [ |
| 1124, |
| 1131 |
| ], |
| [ |
| 1166, |
| 1179 |
| ], |
| [ |
| 1214, |
| 1220 |
| ], |
| [ |
| 1249, |
| 1256 |
| ], |
| [ |
| 1279, |
| 1286 |
| ], |
| [ |
| 1311, |
| 1317 |
| ], |
| [ |
| 1348, |
| 1361 |
| ], |
| [ |
| 1386, |
| 1392 |
| ], |
| [ |
| 1422, |
| 1435 |
| ], |
| [ |
| 1463, |
| 1469 |
| ], |
| [ |
| 1495, |
| 1502 |
| ], |
| [ |
| 1526, |
| 1532 |
| ], |
| [ |
| 1562, |
| 1575 |
| ], |
| [ |
| 1599, |
| 1611 |
| ], |
| [ |
| 1631, |
| 1637 |
| ], |
| [ |
| 1661, |
| 1686 |
| ], |
| [ |
| 1704, |
| 1728 |
| ], |
| [ |
| 1745, |
| 1766 |
| ], |
| [ |
| 1791, |
| 1798 |
| ], |
| [ |
| 1842, |
| 1848 |
| ], |
| [ |
| 1891, |
| 1904 |
| ], |
| [ |
| 1948, |
| 1955 |
| ], |
| [ |
| 1998, |
| 2004 |
| ], |
| [ |
| 2047, |
| 2060 |
| ], |
| [ |
| 2105, |
| 2112 |
| ], |
| [ |
| 2156, |
| 2162 |
| ], |
| [ |
| 2204, |
| 2217 |
| ], |
| [ |
| 2262, |
| 2269 |
| ], |
| [ |
| 2313, |
| 2319 |
| ], |
| [ |
| 2361, |
| 2374 |
| ], |
| [ |
| 2419, |
| 2426 |
| ], |
| [ |
| 2470, |
| 2476 |
| ], |
| [ |
| 2518, |
| 2531 |
| ], |
| [ |
| 2579, |
| 2585 |
| ], |
| [ |
| 2605, |
| 2617 |
| ], |
| [ |
| 2633, |
| 2657 |
| ], |
| [ |
| 2673, |
| 2697 |
| ], |
| [ |
| 3017, |
| 3024 |
| ], |
| [ |
| 3048, |
| 3061 |
| ], |
| [ |
| 3086, |
| 3092 |
| ], |
| [ |
| 3131, |
| 3138 |
| ], |
| [ |
| 3172, |
| 3185 |
| ], |
| [ |
| 3220, |
| 3226 |
| ], |
| [ |
| 3256, |
| 3263 |
| ], |
| [ |
| 3287, |
| 3294 |
| ], |
| [ |
| 3319, |
| 3325 |
| ], |
| [ |
| 3356, |
| 3369 |
| ], |
| [ |
| 3395, |
| 3401 |
| ], |
| [ |
| 3432, |
| 3445 |
| ] |
| ], |
| "crates/router/src/compatibility/stripe/customers.rs": [ |
| [ |
| 14, |
| 20 |
| ], |
| [ |
| 50, |
| 56 |
| ], |
| [ |
| 87, |
| 98 |
| ], |
| [ |
| 143, |
| 153 |
| ], |
| [ |
| 184, |
| 190 |
| ], |
| [ |
| 222, |
| 230 |
| ] |
| ], |
| "crates/hyperswitch_domain_models/src/platform.rs": [ |
| [ |
| 49, |
| 75 |
| ], |
| [ |
| 81, |
| 94 |
| ], |
| [ |
| 101, |
| 110 |
| ] |
| ], |
| "crates/router/src/db/events.rs": [ |
| [ |
| 1329, |
| 1335 |
| ] |
| ], |
| "crates/router/src/compatibility/stripe/payment_intents.rs": [ |
| [ |
| 72, |
| 77 |
| ], |
| [ |
| 83, |
| 89 |
| ], |
| [ |
| 152, |
| 157 |
| ], |
| [ |
| 162, |
| 168 |
| ], |
| [ |
| 236, |
| 241 |
| ], |
| [ |
| 246, |
| 252 |
| ], |
| [ |
| 316, |
| 321 |
| ], |
| [ |
| 327, |
| 333 |
| ], |
| [ |
| 406, |
| 411 |
| ], |
| [ |
| 417, |
| 423 |
| ], |
| [ |
| 478, |
| 483 |
| ], |
| [ |
| 488, |
| 494 |
| ], |
| [ |
| 561, |
| 566 |
| ], |
| [ |
| 571, |
| 577 |
| ], |
| [ |
| 615, |
| 621 |
| ] |
| ], |
| "crates/router/src/core/revenue_recovery.rs": [ |
| [ |
| 582, |
| 588 |
| ], |
| [ |
| 1129, |
| 1135 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10746, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10746", |
| "original_title": "refactor(auth): restructure authentication to use unified Platform model with initiator tracking", |
| "merged_at": "2026-01-02T12:48:26Z", |
| "merge_commit_sha": "d4b19d8e99018a01d0177ffcb4e5e7512c9112df", |
| "base_sha": "b27fe0fd88cba5c4fc4514e0365b0e9bf5cab546", |
| "head_sha": "fa2f485cc8d35d6a186c0236340ce963ead40c39", |
| "total_lines_changed": 967, |
| "query_index": 2, |
| "num_queries": 4 |
| } |
| }, |
| { |
| "query": "Which files implement the core logic for refactor(auth): restructure authenticati?", |
| "ground_truth_files": [ |
| "crates/router/src/core/webhooks/network_tokenization_incoming.rs", |
| "crates/router/src/routes/customers.rs", |
| "crates/router/src/core/locker_migration.rs", |
| "crates/router/src/core/payment_methods.rs", |
| "crates/router/src/analytics.rs", |
| "crates/router/src/core/revenue_recovery.rs", |
| "crates/router/src/core/tokenization.rs", |
| "crates/router/src/routes/cards_info.rs", |
| "crates/router/src/routes/disputes.rs", |
| "crates/router/src/compatibility/stripe/refunds.rs", |
| "crates/router/src/core/payments.rs", |
| "crates/router/src/core/payment_methods/tokenize/card_executor.rs", |
| "crates/router/src/core/payouts.rs", |
| "crates/router/src/routes/admin.rs", |
| "crates/router/src/compatibility/stripe/customers.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/webhooks/network_tokenization_incoming.rs": [ |
| [ |
| 436, |
| 442 |
| ] |
| ], |
| "crates/router/src/routes/customers.rs": [ |
| [ |
| 6, |
| 12 |
| ], |
| [ |
| 22, |
| 28 |
| ], |
| [ |
| 52, |
| 58 |
| ], |
| [ |
| 101, |
| 111 |
| ], |
| [ |
| 152, |
| 158 |
| ], |
| [ |
| 175, |
| 181 |
| ], |
| [ |
| 207, |
| 213 |
| ], |
| [ |
| 240, |
| 246 |
| ], |
| [ |
| 272, |
| 278 |
| ], |
| [ |
| 311, |
| 321 |
| ], |
| [ |
| 351, |
| 361 |
| ], |
| [ |
| 388, |
| 394 |
| ], |
| [ |
| 421, |
| 427 |
| ], |
| [ |
| 454, |
| 460 |
| ] |
| ], |
| "crates/router/src/core/locker_migration.rs": [ |
| [ |
| 67, |
| 73 |
| ] |
| ], |
| "crates/router/src/core/payment_methods.rs": [ |
| [ |
| 4078, |
| 4084 |
| ] |
| ], |
| "crates/router/src/analytics.rs": [ |
| [ |
| 515, |
| 522 |
| ], |
| [ |
| 565, |
| 571 |
| ], |
| [ |
| 621, |
| 634 |
| ], |
| [ |
| 678, |
| 685 |
| ], |
| [ |
| 729, |
| 735 |
| ], |
| [ |
| 785, |
| 798 |
| ], |
| [ |
| 842, |
| 849 |
| ], |
| [ |
| 893, |
| 899 |
| ], |
| [ |
| 949, |
| 962 |
| ], |
| [ |
| 1006, |
| 1018 |
| ], |
| [ |
| 1047, |
| 1053 |
| ], |
| [ |
| 1086, |
| 1093 |
| ], |
| [ |
| 1124, |
| 1131 |
| ], |
| [ |
| 1166, |
| 1179 |
| ], |
| [ |
| 1214, |
| 1220 |
| ], |
| [ |
| 1249, |
| 1256 |
| ], |
| [ |
| 1279, |
| 1286 |
| ], |
| [ |
| 1311, |
| 1317 |
| ], |
| [ |
| 1348, |
| 1361 |
| ], |
| [ |
| 1386, |
| 1392 |
| ], |
| [ |
| 1422, |
| 1435 |
| ], |
| [ |
| 1463, |
| 1469 |
| ], |
| [ |
| 1495, |
| 1502 |
| ], |
| [ |
| 1526, |
| 1532 |
| ], |
| [ |
| 1562, |
| 1575 |
| ], |
| [ |
| 1599, |
| 1611 |
| ], |
| [ |
| 1631, |
| 1637 |
| ], |
| [ |
| 1661, |
| 1686 |
| ], |
| [ |
| 1704, |
| 1728 |
| ], |
| [ |
| 1745, |
| 1766 |
| ], |
| [ |
| 1791, |
| 1798 |
| ], |
| [ |
| 1842, |
| 1848 |
| ], |
| [ |
| 1891, |
| 1904 |
| ], |
| [ |
| 1948, |
| 1955 |
| ], |
| [ |
| 1998, |
| 2004 |
| ], |
| [ |
| 2047, |
| 2060 |
| ], |
| [ |
| 2105, |
| 2112 |
| ], |
| [ |
| 2156, |
| 2162 |
| ], |
| [ |
| 2204, |
| 2217 |
| ], |
| [ |
| 2262, |
| 2269 |
| ], |
| [ |
| 2313, |
| 2319 |
| ], |
| [ |
| 2361, |
| 2374 |
| ], |
| [ |
| 2419, |
| 2426 |
| ], |
| [ |
| 2470, |
| 2476 |
| ], |
| [ |
| 2518, |
| 2531 |
| ], |
| [ |
| 2579, |
| 2585 |
| ], |
| [ |
| 2605, |
| 2617 |
| ], |
| [ |
| 2633, |
| 2657 |
| ], |
| [ |
| 2673, |
| 2697 |
| ], |
| [ |
| 3017, |
| 3024 |
| ], |
| [ |
| 3048, |
| 3061 |
| ], |
| [ |
| 3086, |
| 3092 |
| ], |
| [ |
| 3131, |
| 3138 |
| ], |
| [ |
| 3172, |
| 3185 |
| ], |
| [ |
| 3220, |
| 3226 |
| ], |
| [ |
| 3256, |
| 3263 |
| ], |
| [ |
| 3287, |
| 3294 |
| ], |
| [ |
| 3319, |
| 3325 |
| ], |
| [ |
| 3356, |
| 3369 |
| ], |
| [ |
| 3395, |
| 3401 |
| ], |
| [ |
| 3432, |
| 3445 |
| ] |
| ], |
| "crates/router/src/core/revenue_recovery.rs": [ |
| [ |
| 582, |
| 588 |
| ], |
| [ |
| 1129, |
| 1135 |
| ] |
| ], |
| "crates/router/src/core/tokenization.rs": [ |
| [ |
| 33, |
| 39 |
| ], |
| [ |
| 66, |
| 72 |
| ], |
| [ |
| 77, |
| 83 |
| ] |
| ], |
| "crates/router/src/routes/cards_info.rs": [ |
| [ |
| 52, |
| 58 |
| ] |
| ], |
| "crates/router/src/routes/disputes.rs": [ |
| [ |
| 48, |
| 55 |
| ], |
| [ |
| 84, |
| 90 |
| ], |
| [ |
| 139, |
| 145 |
| ], |
| [ |
| 195, |
| 204 |
| ], |
| [ |
| 238, |
| 244 |
| ], |
| [ |
| 279, |
| 288 |
| ], |
| [ |
| 332, |
| 339 |
| ], |
| [ |
| 377, |
| 384 |
| ], |
| [ |
| 429, |
| 436 |
| ], |
| [ |
| 479, |
| 486 |
| ], |
| [ |
| 525, |
| 531 |
| ], |
| [ |
| 557, |
| 563 |
| ], |
| [ |
| 590, |
| 599 |
| ] |
| ], |
| "crates/router/src/compatibility/stripe/refunds.rs": [ |
| [ |
| 50, |
| 56 |
| ], |
| [ |
| 97, |
| 105 |
| ], |
| [ |
| 143, |
| 151 |
| ], |
| [ |
| 186, |
| 192 |
| ] |
| ], |
| "crates/router/src/core/payments.rs": [ |
| [ |
| 8562, |
| 8568 |
| ] |
| ], |
| "crates/router/src/core/payment_methods/tokenize/card_executor.rs": [ |
| [ |
| 580, |
| 586 |
| ] |
| ], |
| "crates/router/src/core/payouts.rs": [ |
| [ |
| 1000, |
| 1006 |
| ] |
| ], |
| "crates/router/src/routes/admin.rs": [ |
| [ |
| 522, |
| 533 |
| ], |
| [ |
| 559, |
| 565 |
| ], |
| [ |
| 601, |
| 608 |
| ], |
| [ |
| 641, |
| 647 |
| ], |
| [ |
| 670, |
| 681 |
| ], |
| [ |
| 708, |
| 714 |
| ], |
| [ |
| 744, |
| 751 |
| ], |
| [ |
| 786, |
| 793 |
| ], |
| [ |
| 898, |
| 904 |
| ] |
| ], |
| "crates/router/src/compatibility/stripe/customers.rs": [ |
| [ |
| 14, |
| 20 |
| ], |
| [ |
| 50, |
| 56 |
| ], |
| [ |
| 87, |
| 98 |
| ], |
| [ |
| 143, |
| 153 |
| ], |
| [ |
| 184, |
| 190 |
| ], |
| [ |
| 222, |
| 230 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10746, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10746", |
| "original_title": "refactor(auth): restructure authentication to use unified Platform model with initiator tracking", |
| "merged_at": "2026-01-02T12:48:26Z", |
| "merge_commit_sha": "d4b19d8e99018a01d0177ffcb4e5e7512c9112df", |
| "base_sha": "b27fe0fd88cba5c4fc4514e0365b0e9bf5cab546", |
| "head_sha": "fa2f485cc8d35d6a186c0236340ce963ead40c39", |
| "total_lines_changed": 967, |
| "query_index": 3, |
| "num_queries": 4 |
| } |
| }, |
| { |
| "query": "Where is support get customer for platform in payments. implemented?", |
| "ground_truth_files": [ |
| "crates/router/src/core/payments.rs", |
| "crates/router/src/core/payments/helpers.rs", |
| "crates/router/src/core/payments/operations.rs", |
| "crates/router/src/core/payments/operations/payment_cancel_post_capture.rs", |
| "crates/router/src/core/payments/operations/payment_complete_authorize.rs", |
| "crates/router/src/core/payments/operations/payment_confirm.rs", |
| "crates/router/src/core/payments/operations/payment_create.rs", |
| "crates/router/src/core/payments/operations/payment_post_session_tokens.rs", |
| "crates/router/src/core/payments/operations/payment_session.rs", |
| "crates/router/src/core/payments/operations/payment_start.rs", |
| "crates/router/src/core/payments/operations/payment_status.rs", |
| "crates/router/src/core/payments/operations/payment_update.rs", |
| "crates/router/src/core/payments/operations/payment_update_metadata.rs", |
| "crates/router/src/core/payments/operations/payments_extend_authorization.rs", |
| "crates/router/src/core/payments/operations/payments_incremental_authorization.rs", |
| "crates/router/src/core/payments/operations/tax_calculation.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/payments.rs": [ |
| [ |
| 614, |
| 639 |
| ], |
| [ |
| 1367, |
| 1391 |
| ] |
| ], |
| "crates/router/src/core/payments/helpers.rs": [ |
| [ |
| 1678, |
| 1697 |
| ], |
| [ |
| 1747, |
| 1755 |
| ], |
| [ |
| 1758, |
| 1796 |
| ], |
| [ |
| 1947, |
| 1980 |
| ] |
| ], |
| "crates/router/src/core/payments/operations.rs": [ |
| [ |
| 258, |
| 281 |
| ], |
| [ |
| 602, |
| 626 |
| ], |
| [ |
| 629, |
| 636 |
| ], |
| [ |
| 700, |
| 724 |
| ], |
| [ |
| 727, |
| 734 |
| ], |
| [ |
| 815, |
| 839 |
| ], |
| [ |
| 842, |
| 849 |
| ], |
| [ |
| 929, |
| 953 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_cancel_post_capture.rs": [ |
| [ |
| 215, |
| 238 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_complete_authorize.rs": [ |
| [ |
| 388, |
| 450 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_confirm.rs": [ |
| [ |
| 880, |
| 954 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_create.rs": [ |
| [ |
| 629, |
| 690 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_post_session_tokens.rs": [ |
| [ |
| 192, |
| 215 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_session.rs": [ |
| [ |
| 314, |
| 376 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_start.rs": [ |
| [ |
| 284, |
| 346 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_status.rs": [ |
| [ |
| 59, |
| 124 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_update.rs": [ |
| [ |
| 537, |
| 609 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_update_metadata.rs": [ |
| [ |
| 178, |
| 201 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payments_extend_authorization.rs": [ |
| [ |
| 220, |
| 243 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payments_incremental_authorization.rs": [ |
| [ |
| 318, |
| 341 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/tax_calculation.rs": [ |
| [ |
| 208, |
| 231 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10684, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10684", |
| "original_title": "feat(platform): support get customer for platform in payments", |
| "merged_at": "2026-01-02T12:39:02Z", |
| "merge_commit_sha": "eb130743afce946cb464fb8d749011ed2668fa9d", |
| "base_sha": "d9226b230e13162991499d71281ffe74479869a0", |
| "head_sha": "bebfadc860ce1d68a0499d18339df0ce9da81a0c", |
| "total_lines_changed": 719, |
| "query_index": 0, |
| "num_queries": 4 |
| } |
| }, |
| { |
| "query": "How does the router component handle feat(platform): support get customer for platform ?", |
| "ground_truth_files": [ |
| "crates/router/src/core/payments.rs", |
| "crates/router/src/core/payments/helpers.rs", |
| "crates/router/src/core/payments/operations.rs", |
| "crates/router/src/core/payments/operations/payment_cancel_post_capture.rs", |
| "crates/router/src/core/payments/operations/payment_complete_authorize.rs", |
| "crates/router/src/core/payments/operations/payment_confirm.rs", |
| "crates/router/src/core/payments/operations/payment_create.rs", |
| "crates/router/src/core/payments/operations/payment_post_session_tokens.rs", |
| "crates/router/src/core/payments/operations/payment_session.rs", |
| "crates/router/src/core/payments/operations/payment_start.rs", |
| "crates/router/src/core/payments/operations/payment_status.rs", |
| "crates/router/src/core/payments/operations/payment_update.rs", |
| "crates/router/src/core/payments/operations/payment_update_metadata.rs", |
| "crates/router/src/core/payments/operations/payments_extend_authorization.rs", |
| "crates/router/src/core/payments/operations/payments_incremental_authorization.rs", |
| "crates/router/src/core/payments/operations/tax_calculation.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/payments.rs": [ |
| [ |
| 614, |
| 639 |
| ], |
| [ |
| 1367, |
| 1391 |
| ] |
| ], |
| "crates/router/src/core/payments/helpers.rs": [ |
| [ |
| 1678, |
| 1697 |
| ], |
| [ |
| 1747, |
| 1755 |
| ], |
| [ |
| 1758, |
| 1796 |
| ], |
| [ |
| 1947, |
| 1980 |
| ] |
| ], |
| "crates/router/src/core/payments/operations.rs": [ |
| [ |
| 258, |
| 281 |
| ], |
| [ |
| 602, |
| 626 |
| ], |
| [ |
| 629, |
| 636 |
| ], |
| [ |
| 700, |
| 724 |
| ], |
| [ |
| 727, |
| 734 |
| ], |
| [ |
| 815, |
| 839 |
| ], |
| [ |
| 842, |
| 849 |
| ], |
| [ |
| 929, |
| 953 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_cancel_post_capture.rs": [ |
| [ |
| 215, |
| 238 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_complete_authorize.rs": [ |
| [ |
| 388, |
| 450 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_confirm.rs": [ |
| [ |
| 880, |
| 954 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_create.rs": [ |
| [ |
| 629, |
| 690 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_post_session_tokens.rs": [ |
| [ |
| 192, |
| 215 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_session.rs": [ |
| [ |
| 314, |
| 376 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_start.rs": [ |
| [ |
| 284, |
| 346 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_status.rs": [ |
| [ |
| 59, |
| 124 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_update.rs": [ |
| [ |
| 537, |
| 609 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_update_metadata.rs": [ |
| [ |
| 178, |
| 201 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payments_extend_authorization.rs": [ |
| [ |
| 220, |
| 243 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payments_incremental_authorization.rs": [ |
| [ |
| 318, |
| 341 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/tax_calculation.rs": [ |
| [ |
| 208, |
| 231 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10684, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10684", |
| "original_title": "feat(platform): support get customer for platform in payments", |
| "merged_at": "2026-01-02T12:39:02Z", |
| "merge_commit_sha": "eb130743afce946cb464fb8d749011ed2668fa9d", |
| "base_sha": "d9226b230e13162991499d71281ffe74479869a0", |
| "head_sha": "bebfadc860ce1d68a0499d18339df0ce9da81a0c", |
| "total_lines_changed": 719, |
| "query_index": 1, |
| "num_queries": 4 |
| } |
| }, |
| { |
| "query": "Where are the main changes for feat(platform): support get customer for?", |
| "ground_truth_files": [ |
| "crates/router/src/core/payments/operations/payment_complete_authorize.rs", |
| "crates/router/src/core/payments/operations/payment_session.rs", |
| "crates/router/src/core/payments/operations/payment_update.rs", |
| "crates/router/src/core/payments/operations/payments_incremental_authorization.rs", |
| "crates/router/src/core/payments/operations/payments_extend_authorization.rs", |
| "crates/router/src/core/payments/operations/payment_confirm.rs", |
| "crates/router/src/core/payments/operations/payment_cancel_post_capture.rs", |
| "crates/router/src/core/payments/helpers.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/payments/operations/payment_complete_authorize.rs": [ |
| [ |
| 388, |
| 450 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_session.rs": [ |
| [ |
| 314, |
| 376 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_update.rs": [ |
| [ |
| 537, |
| 609 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payments_incremental_authorization.rs": [ |
| [ |
| 318, |
| 341 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payments_extend_authorization.rs": [ |
| [ |
| 220, |
| 243 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_confirm.rs": [ |
| [ |
| 880, |
| 954 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_cancel_post_capture.rs": [ |
| [ |
| 215, |
| 238 |
| ] |
| ], |
| "crates/router/src/core/payments/helpers.rs": [ |
| [ |
| 1678, |
| 1697 |
| ], |
| [ |
| 1747, |
| 1755 |
| ], |
| [ |
| 1758, |
| 1796 |
| ], |
| [ |
| 1947, |
| 1980 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10684, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10684", |
| "original_title": "feat(platform): support get customer for platform in payments", |
| "merged_at": "2026-01-02T12:39:02Z", |
| "merge_commit_sha": "eb130743afce946cb464fb8d749011ed2668fa9d", |
| "base_sha": "d9226b230e13162991499d71281ffe74479869a0", |
| "head_sha": "bebfadc860ce1d68a0499d18339df0ce9da81a0c", |
| "total_lines_changed": 719, |
| "query_index": 2, |
| "num_queries": 4 |
| } |
| }, |
| { |
| "query": "What files are most important for understanding feat(platform): support get customer for?", |
| "ground_truth_files": [ |
| "crates/router/src/core/payments/operations/payment_update_metadata.rs", |
| "crates/router/src/core/payments/operations/payment_create.rs", |
| "crates/router/src/core/payments/operations/payment_post_session_tokens.rs", |
| "crates/router/src/core/payments/operations/tax_calculation.rs", |
| "crates/router/src/core/payments/operations/payments_incremental_authorization.rs", |
| "crates/router/src/core/payments/operations/payment_update.rs", |
| "crates/router/src/core/payments.rs", |
| "crates/router/src/core/payments/operations/payment_confirm.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/payments/operations/payment_update_metadata.rs": [ |
| [ |
| 178, |
| 201 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_create.rs": [ |
| [ |
| 629, |
| 690 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_post_session_tokens.rs": [ |
| [ |
| 192, |
| 215 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/tax_calculation.rs": [ |
| [ |
| 208, |
| 231 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payments_incremental_authorization.rs": [ |
| [ |
| 318, |
| 341 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_update.rs": [ |
| [ |
| 537, |
| 609 |
| ] |
| ], |
| "crates/router/src/core/payments.rs": [ |
| [ |
| 614, |
| 639 |
| ], |
| [ |
| 1367, |
| 1391 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_confirm.rs": [ |
| [ |
| 880, |
| 954 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10684, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10684", |
| "original_title": "feat(platform): support get customer for platform in payments", |
| "merged_at": "2026-01-02T12:39:02Z", |
| "merge_commit_sha": "eb130743afce946cb464fb8d749011ed2668fa9d", |
| "base_sha": "d9226b230e13162991499d71281ffe74479869a0", |
| "head_sha": "bebfadc860ce1d68a0499d18339df0ce9da81a0c", |
| "total_lines_changed": 719, |
| "query_index": 3, |
| "num_queries": 4 |
| } |
| }, |
| { |
| "query": "Where is Added CardDetailsForNetworkTransactionId & NetworkToken payments support for Hyperswitch<>UCS tunnel. implemented?", |
| "ground_truth_files": [ |
| "crates/router/src/core/payments.rs", |
| "crates/router/src/core/unified_connector_service.rs", |
| "crates/router/src/core/unified_connector_service/transformers.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/payments.rs": [ |
| [ |
| 5341, |
| 5384 |
| ], |
| [ |
| 5387, |
| 5393 |
| ], |
| [ |
| 5397, |
| 5403 |
| ], |
| [ |
| 5417, |
| 5427 |
| ], |
| [ |
| 5431, |
| 5437 |
| ], |
| [ |
| 5446, |
| 5452 |
| ], |
| [ |
| 5464, |
| 5470 |
| ] |
| ], |
| "crates/router/src/core/unified_connector_service.rs": [ |
| [ |
| 39, |
| 45 |
| ], |
| [ |
| 668, |
| 688 |
| ], |
| [ |
| 823, |
| 911 |
| ] |
| ], |
| "crates/router/src/core/unified_connector_service/transformers.rs": [ |
| [ |
| 731, |
| 749 |
| ], |
| [ |
| 1758, |
| 1809 |
| ], |
| [ |
| 1825, |
| 1857 |
| ], |
| [ |
| 1904, |
| 1910 |
| ], |
| [ |
| 2576, |
| 2582 |
| ], |
| [ |
| 4557, |
| 4563 |
| ], |
| [ |
| 4920, |
| 4927 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "easy", |
| "metadata": { |
| "pr_number": 10796, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10796", |
| "original_title": "feat(UCS): Added CardDetailsForNetworkTransactionId & NetworkToken payments support for Hyperswitch<>UCS tunnel", |
| "merged_at": "2025-12-31T08:52:19Z", |
| "merge_commit_sha": "39b43a428cb99fc4973152e6b81f732515772e19", |
| "base_sha": "d9226b230e13162991499d71281ffe74479869a0", |
| "head_sha": "2d69c64b053cc48711dd7b2e09fe74db9f1d5ada", |
| "total_lines_changed": 241, |
| "query_index": 0, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "How does the router component handle feat(UCS): Added CardDetailsForNetworkTransactionI?", |
| "ground_truth_files": [ |
| "crates/router/src/core/payments.rs", |
| "crates/router/src/core/unified_connector_service.rs", |
| "crates/router/src/core/unified_connector_service/transformers.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/payments.rs": [ |
| [ |
| 5341, |
| 5384 |
| ], |
| [ |
| 5387, |
| 5393 |
| ], |
| [ |
| 5397, |
| 5403 |
| ], |
| [ |
| 5417, |
| 5427 |
| ], |
| [ |
| 5431, |
| 5437 |
| ], |
| [ |
| 5446, |
| 5452 |
| ], |
| [ |
| 5464, |
| 5470 |
| ] |
| ], |
| "crates/router/src/core/unified_connector_service.rs": [ |
| [ |
| 39, |
| 45 |
| ], |
| [ |
| 668, |
| 688 |
| ], |
| [ |
| 823, |
| 911 |
| ] |
| ], |
| "crates/router/src/core/unified_connector_service/transformers.rs": [ |
| [ |
| 731, |
| 749 |
| ], |
| [ |
| 1758, |
| 1809 |
| ], |
| [ |
| 1825, |
| 1857 |
| ], |
| [ |
| 1904, |
| 1910 |
| ], |
| [ |
| 2576, |
| 2582 |
| ], |
| [ |
| 4557, |
| 4563 |
| ], |
| [ |
| 4920, |
| 4927 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "easy", |
| "metadata": { |
| "pr_number": 10796, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10796", |
| "original_title": "feat(UCS): Added CardDetailsForNetworkTransactionId & NetworkToken payments support for Hyperswitch<>UCS tunnel", |
| "merged_at": "2025-12-31T08:52:19Z", |
| "merge_commit_sha": "39b43a428cb99fc4973152e6b81f732515772e19", |
| "base_sha": "d9226b230e13162991499d71281ffe74479869a0", |
| "head_sha": "2d69c64b053cc48711dd7b2e09fe74db9f1d5ada", |
| "total_lines_changed": 241, |
| "query_index": 1, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "Which files are involved in Refactor create order interface to support redirection and SDK session tokens for Trustpay and Payme.?", |
| "ground_truth_files": [ |
| "crates/hyperswitch_connectors/src/connectors/payme.rs", |
| "crates/hyperswitch_connectors/src/connectors/trustpay.rs", |
| "crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs", |
| "crates/hyperswitch_connectors/src/default_implementations.rs", |
| "crates/hyperswitch_domain_models/src/router_request_types.rs", |
| "crates/hyperswitch_domain_models/src/router_response_types.rs", |
| "crates/hyperswitch_interfaces/src/api.rs", |
| "crates/hyperswitch_interfaces/src/connector_integration_interface.rs", |
| "crates/router/src/configs/settings.rs", |
| "crates/router/src/core/payments.rs", |
| "crates/router/src/core/payments/flows/authorize_flow.rs", |
| "crates/router/src/core/payments/flows/external_proxy_flow.rs", |
| "crates/router/src/types.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/hyperswitch_connectors/src/connectors/payme.rs": [ |
| [ |
| 1455, |
| 1472 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/trustpay.rs": [ |
| [ |
| 15, |
| 40 |
| ], |
| [ |
| 48, |
| 55 |
| ], |
| [ |
| 499, |
| 598 |
| ], |
| [ |
| 1447, |
| 1464 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs": [ |
| [ |
| 5, |
| 11 |
| ], |
| [ |
| 19, |
| 26 |
| ], |
| [ |
| 30, |
| 37 |
| ], |
| [ |
| 1210, |
| 1245 |
| ], |
| [ |
| 1373, |
| 1411 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/default_implementations.rs": [ |
| [ |
| 904, |
| 909 |
| ] |
| ], |
| "crates/hyperswitch_domain_models/src/router_request_types.rs": [ |
| [ |
| 542, |
| 548 |
| ], |
| [ |
| 566, |
| 572 |
| ], |
| [ |
| 584, |
| 590 |
| ] |
| ], |
| "crates/hyperswitch_domain_models/src/router_response_types.rs": [ |
| [ |
| 301, |
| 315 |
| ] |
| ], |
| "crates/hyperswitch_interfaces/src/api.rs": [ |
| [ |
| 436, |
| 445 |
| ] |
| ], |
| "crates/hyperswitch_interfaces/src/connector_integration_interface.rs": [ |
| [ |
| 532, |
| 543 |
| ] |
| ], |
| "crates/router/src/configs/settings.rs": [ |
| [ |
| 186, |
| 195 |
| ] |
| ], |
| "crates/router/src/core/payments.rs": [ |
| [ |
| 4122, |
| 4128 |
| ], |
| [ |
| 4214, |
| 4238 |
| ] |
| ], |
| "crates/router/src/core/payments/flows/authorize_flow.rs": [ |
| [ |
| 513, |
| 537 |
| ], |
| [ |
| 552, |
| 558 |
| ], |
| [ |
| 564, |
| 635 |
| ], |
| [ |
| 643, |
| 650 |
| ] |
| ], |
| "crates/router/src/core/payments/flows/external_proxy_flow.rs": [ |
| [ |
| 336, |
| 342 |
| ], |
| [ |
| 351, |
| 358 |
| ] |
| ], |
| "crates/router/src/types.rs": [ |
| [ |
| 722, |
| 728 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10779, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10779", |
| "original_title": "refactor: Refactor create order interface to support redirection and SDK session tokens for Trustpay and Payme", |
| "merged_at": "2025-12-30T13:34:13Z", |
| "merge_commit_sha": "01461cfc46fdfc4108cf7d237c781f25f44c5190", |
| "base_sha": "d9226b230e13162991499d71281ffe74479869a0", |
| "head_sha": "c36b8941f4cfd2ec223ce76863fb9b7e76599d20", |
| "total_lines_changed": 365, |
| "query_index": 0, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "Where in router is the code for refactor: Refactor create order interface to suppo?", |
| "ground_truth_files": [ |
| "crates/router/src/configs/settings.rs", |
| "crates/router/src/core/payments.rs", |
| "crates/router/src/core/payments/flows/authorize_flow.rs", |
| "crates/router/src/core/payments/flows/external_proxy_flow.rs", |
| "crates/router/src/types.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/configs/settings.rs": [ |
| [ |
| 186, |
| 195 |
| ] |
| ], |
| "crates/router/src/core/payments.rs": [ |
| [ |
| 4122, |
| 4128 |
| ], |
| [ |
| 4214, |
| 4238 |
| ] |
| ], |
| "crates/router/src/core/payments/flows/authorize_flow.rs": [ |
| [ |
| 513, |
| 537 |
| ], |
| [ |
| 552, |
| 558 |
| ], |
| [ |
| 564, |
| 635 |
| ], |
| [ |
| 643, |
| 650 |
| ] |
| ], |
| "crates/router/src/core/payments/flows/external_proxy_flow.rs": [ |
| [ |
| 336, |
| 342 |
| ], |
| [ |
| 351, |
| 358 |
| ] |
| ], |
| "crates/router/src/types.rs": [ |
| [ |
| 722, |
| 728 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10779, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10779", |
| "original_title": "refactor: Refactor create order interface to support redirection and SDK session tokens for Trustpay and Payme", |
| "merged_at": "2025-12-30T13:34:13Z", |
| "merge_commit_sha": "01461cfc46fdfc4108cf7d237c781f25f44c5190", |
| "base_sha": "d9226b230e13162991499d71281ffe74479869a0", |
| "head_sha": "c36b8941f4cfd2ec223ce76863fb9b7e76599d20", |
| "total_lines_changed": 365, |
| "query_index": 1, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "What changes are needed in hyperswitch_connectors for refactor: Refactor create order interface to suppo?", |
| "ground_truth_files": [ |
| "crates/hyperswitch_connectors/src/connectors/payme.rs", |
| "crates/hyperswitch_connectors/src/connectors/trustpay.rs", |
| "crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs", |
| "crates/hyperswitch_connectors/src/default_implementations.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/hyperswitch_connectors/src/connectors/payme.rs": [ |
| [ |
| 1455, |
| 1472 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/trustpay.rs": [ |
| [ |
| 15, |
| 40 |
| ], |
| [ |
| 48, |
| 55 |
| ], |
| [ |
| 499, |
| 598 |
| ], |
| [ |
| 1447, |
| 1464 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs": [ |
| [ |
| 5, |
| 11 |
| ], |
| [ |
| 19, |
| 26 |
| ], |
| [ |
| 30, |
| 37 |
| ], |
| [ |
| 1210, |
| 1245 |
| ], |
| [ |
| 1373, |
| 1411 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/default_implementations.rs": [ |
| [ |
| 904, |
| 909 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10779, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10779", |
| "original_title": "refactor: Refactor create order interface to support redirection and SDK session tokens for Trustpay and Payme", |
| "merged_at": "2025-12-30T13:34:13Z", |
| "merge_commit_sha": "01461cfc46fdfc4108cf7d237c781f25f44c5190", |
| "base_sha": "d9226b230e13162991499d71281ffe74479869a0", |
| "head_sha": "c36b8941f4cfd2ec223ce76863fb9b7e76599d20", |
| "total_lines_changed": 365, |
| "query_index": 2, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "Where is add structured error details to payment attempts. implemented?", |
| "ground_truth_files": [ |
| "crates/common_enums/src/enums.rs", |
| "crates/diesel_models/src/payment_attempt.rs", |
| "crates/diesel_models/src/schema.rs", |
| "crates/diesel_models/src/schema_v2.rs", |
| "crates/diesel_models/src/user/sample_data.rs", |
| "crates/hyperswitch_domain_models/src/payments/payment_attempt.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/common_enums/src/enums.rs": [ |
| [ |
| 343, |
| 378 |
| ] |
| ], |
| "crates/diesel_models/src/payment_attempt.rs": [ |
| [ |
| 47, |
| 95 |
| ], |
| [ |
| 161, |
| 167 |
| ], |
| [ |
| 290, |
| 296 |
| ], |
| [ |
| 441, |
| 447 |
| ], |
| [ |
| 532, |
| 538 |
| ], |
| [ |
| 672, |
| 678 |
| ], |
| [ |
| 684, |
| 690 |
| ], |
| [ |
| 707, |
| 713 |
| ], |
| [ |
| 1122, |
| 1128 |
| ], |
| [ |
| 1198, |
| 1204 |
| ], |
| [ |
| 1399, |
| 1405 |
| ], |
| [ |
| 1481, |
| 1487 |
| ], |
| [ |
| 2837, |
| 2843 |
| ], |
| [ |
| 2911, |
| 2917 |
| ], |
| [ |
| 3022, |
| 3028 |
| ], |
| [ |
| 3097, |
| 3103 |
| ], |
| [ |
| 3173, |
| 3179 |
| ], |
| [ |
| 3249, |
| 3255 |
| ], |
| [ |
| 3324, |
| 3330 |
| ], |
| [ |
| 3398, |
| 3404 |
| ], |
| [ |
| 3431, |
| 3439 |
| ], |
| [ |
| 3508, |
| 3514 |
| ], |
| [ |
| 3528, |
| 3536 |
| ], |
| [ |
| 3605, |
| 3611 |
| ], |
| [ |
| 3677, |
| 3683 |
| ], |
| [ |
| 3759, |
| 3765 |
| ], |
| [ |
| 3771, |
| 3779 |
| ], |
| [ |
| 3848, |
| 3854 |
| ], |
| [ |
| 3934, |
| 3940 |
| ], |
| [ |
| 4010, |
| 4016 |
| ], |
| [ |
| 4085, |
| 4091 |
| ], |
| [ |
| 4169, |
| 4175 |
| ], |
| [ |
| 4244, |
| 4250 |
| ], |
| [ |
| 4321, |
| 4327 |
| ], |
| [ |
| 4408, |
| 4414 |
| ], |
| [ |
| 4483, |
| 4489 |
| ] |
| ], |
| "crates/diesel_models/src/schema.rs": [ |
| [ |
| 1135, |
| 1141 |
| ] |
| ], |
| "crates/diesel_models/src/schema_v2.rs": [ |
| [ |
| 1077, |
| 1083 |
| ] |
| ], |
| "crates/diesel_models/src/user/sample_data.rs": [ |
| [ |
| 319, |
| 325 |
| ] |
| ], |
| "crates/hyperswitch_domain_models/src/payments/payment_attempt.rs": [ |
| [ |
| 1927, |
| 1933 |
| ], |
| [ |
| 1949, |
| 1955 |
| ], |
| [ |
| 1988, |
| 1994 |
| ], |
| [ |
| 2326, |
| 2332 |
| ], |
| [ |
| 2550, |
| 2556 |
| ], |
| [ |
| 2732, |
| 2738 |
| ], |
| [ |
| 3023, |
| 3029 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10646, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10646", |
| "original_title": "feat(payments): add structured error details to payment attempts", |
| "merged_at": "2025-12-30T12:16:34Z", |
| "merge_commit_sha": "fff565e8fbcf03a0fa87976b8745062606ec8d3b", |
| "base_sha": "d9226b230e13162991499d71281ffe74479869a0", |
| "head_sha": "7024934567a67643a9dda3711b48360bfcc1b274", |
| "total_lines_changed": 121, |
| "query_index": 0, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "Where in diesel_models is the code for feat(payments): add structured error details to pa?", |
| "ground_truth_files": [ |
| "crates/diesel_models/src/payment_attempt.rs", |
| "crates/diesel_models/src/schema.rs", |
| "crates/diesel_models/src/schema_v2.rs", |
| "crates/diesel_models/src/user/sample_data.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/diesel_models/src/payment_attempt.rs": [ |
| [ |
| 47, |
| 95 |
| ], |
| [ |
| 161, |
| 167 |
| ], |
| [ |
| 290, |
| 296 |
| ], |
| [ |
| 441, |
| 447 |
| ], |
| [ |
| 532, |
| 538 |
| ], |
| [ |
| 672, |
| 678 |
| ], |
| [ |
| 684, |
| 690 |
| ], |
| [ |
| 707, |
| 713 |
| ], |
| [ |
| 1122, |
| 1128 |
| ], |
| [ |
| 1198, |
| 1204 |
| ], |
| [ |
| 1399, |
| 1405 |
| ], |
| [ |
| 1481, |
| 1487 |
| ], |
| [ |
| 2837, |
| 2843 |
| ], |
| [ |
| 2911, |
| 2917 |
| ], |
| [ |
| 3022, |
| 3028 |
| ], |
| [ |
| 3097, |
| 3103 |
| ], |
| [ |
| 3173, |
| 3179 |
| ], |
| [ |
| 3249, |
| 3255 |
| ], |
| [ |
| 3324, |
| 3330 |
| ], |
| [ |
| 3398, |
| 3404 |
| ], |
| [ |
| 3431, |
| 3439 |
| ], |
| [ |
| 3508, |
| 3514 |
| ], |
| [ |
| 3528, |
| 3536 |
| ], |
| [ |
| 3605, |
| 3611 |
| ], |
| [ |
| 3677, |
| 3683 |
| ], |
| [ |
| 3759, |
| 3765 |
| ], |
| [ |
| 3771, |
| 3779 |
| ], |
| [ |
| 3848, |
| 3854 |
| ], |
| [ |
| 3934, |
| 3940 |
| ], |
| [ |
| 4010, |
| 4016 |
| ], |
| [ |
| 4085, |
| 4091 |
| ], |
| [ |
| 4169, |
| 4175 |
| ], |
| [ |
| 4244, |
| 4250 |
| ], |
| [ |
| 4321, |
| 4327 |
| ], |
| [ |
| 4408, |
| 4414 |
| ], |
| [ |
| 4483, |
| 4489 |
| ] |
| ], |
| "crates/diesel_models/src/schema.rs": [ |
| [ |
| 1135, |
| 1141 |
| ] |
| ], |
| "crates/diesel_models/src/schema_v2.rs": [ |
| [ |
| 1077, |
| 1083 |
| ] |
| ], |
| "crates/diesel_models/src/user/sample_data.rs": [ |
| [ |
| 319, |
| 325 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10646, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10646", |
| "original_title": "feat(payments): add structured error details to payment attempts", |
| "merged_at": "2025-12-30T12:16:34Z", |
| "merge_commit_sha": "fff565e8fbcf03a0fa87976b8745062606ec8d3b", |
| "base_sha": "d9226b230e13162991499d71281ffe74479869a0", |
| "head_sha": "7024934567a67643a9dda3711b48360bfcc1b274", |
| "total_lines_changed": 121, |
| "query_index": 1, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "How does the codebase handle Add volatile payment method id support in proxy v2.?", |
| "ground_truth_files": [ |
| "crates/api_models/src/payment_methods.rs", |
| "crates/api_models/src/proxy.rs", |
| "crates/router/src/core/payment_methods.rs", |
| "crates/router/src/core/payment_methods/transformers.rs", |
| "crates/router/src/core/proxy.rs", |
| "crates/router/src/core/proxy/utils.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/api_models/src/payment_methods.rs": [ |
| [ |
| 108, |
| 114 |
| ] |
| ], |
| "crates/api_models/src/proxy.rs": [ |
| [ |
| 52, |
| 58 |
| ] |
| ], |
| "crates/router/src/core/payment_methods.rs": [ |
| [ |
| 28, |
| 34 |
| ], |
| [ |
| 43, |
| 50 |
| ], |
| [ |
| 1178, |
| 1184 |
| ], |
| [ |
| 1222, |
| 1229 |
| ], |
| [ |
| 1265, |
| 1276 |
| ], |
| [ |
| 1292, |
| 1316 |
| ], |
| [ |
| 1412, |
| 1423 |
| ], |
| [ |
| 1802, |
| 1813 |
| ], |
| [ |
| 2236, |
| 2248 |
| ], |
| [ |
| 2941, |
| 2952 |
| ], |
| [ |
| 3234, |
| 3240 |
| ], |
| [ |
| 3398, |
| 3404 |
| ] |
| ], |
| "crates/router/src/core/payment_methods/transformers.rs": [ |
| [ |
| 540, |
| 546 |
| ], |
| [ |
| 592, |
| 598 |
| ] |
| ], |
| "crates/router/src/core/proxy.rs": [ |
| [ |
| 19, |
| 26 |
| ] |
| ], |
| "crates/router/src/core/proxy/utils.rs": [ |
| [ |
| 1, |
| 13 |
| ], |
| [ |
| 19, |
| 25 |
| ], |
| [ |
| 28, |
| 34 |
| ], |
| [ |
| 78, |
| 127 |
| ], |
| [ |
| 155, |
| 185 |
| ], |
| [ |
| 191, |
| 206 |
| ], |
| [ |
| 213, |
| 225 |
| ], |
| [ |
| 230, |
| 275 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10597, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10597", |
| "original_title": "feat(payment-methods): Add volatile payment method id support in proxy v2", |
| "merged_at": "2025-12-30T12:02:08Z", |
| "merge_commit_sha": "48fbc4e4154996cc7be45d6c0238c62e3b6fe2e8", |
| "base_sha": "29cfa0bcaa2c5768bf0887ec57f6437ecac3fde5", |
| "head_sha": "eb31fb34955f409def442262e41775a6b1dbf30a", |
| "total_lines_changed": 218, |
| "query_index": 0, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "What changes are needed in router for feat(payment-methods): Add volatile payment method?", |
| "ground_truth_files": [ |
| "crates/router/src/core/payment_methods.rs", |
| "crates/router/src/core/payment_methods/transformers.rs", |
| "crates/router/src/core/proxy.rs", |
| "crates/router/src/core/proxy/utils.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/payment_methods.rs": [ |
| [ |
| 28, |
| 34 |
| ], |
| [ |
| 43, |
| 50 |
| ], |
| [ |
| 1178, |
| 1184 |
| ], |
| [ |
| 1222, |
| 1229 |
| ], |
| [ |
| 1265, |
| 1276 |
| ], |
| [ |
| 1292, |
| 1316 |
| ], |
| [ |
| 1412, |
| 1423 |
| ], |
| [ |
| 1802, |
| 1813 |
| ], |
| [ |
| 2236, |
| 2248 |
| ], |
| [ |
| 2941, |
| 2952 |
| ], |
| [ |
| 3234, |
| 3240 |
| ], |
| [ |
| 3398, |
| 3404 |
| ] |
| ], |
| "crates/router/src/core/payment_methods/transformers.rs": [ |
| [ |
| 540, |
| 546 |
| ], |
| [ |
| 592, |
| 598 |
| ] |
| ], |
| "crates/router/src/core/proxy.rs": [ |
| [ |
| 19, |
| 26 |
| ] |
| ], |
| "crates/router/src/core/proxy/utils.rs": [ |
| [ |
| 1, |
| 13 |
| ], |
| [ |
| 19, |
| 25 |
| ], |
| [ |
| 28, |
| 34 |
| ], |
| [ |
| 78, |
| 127 |
| ], |
| [ |
| 155, |
| 185 |
| ], |
| [ |
| 191, |
| 206 |
| ], |
| [ |
| 213, |
| 225 |
| ], |
| [ |
| 230, |
| 275 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10597, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10597", |
| "original_title": "feat(payment-methods): Add volatile payment method id support in proxy v2", |
| "merged_at": "2025-12-30T12:02:08Z", |
| "merge_commit_sha": "48fbc4e4154996cc7be45d6c0238c62e3b6fe2e8", |
| "base_sha": "29cfa0bcaa2c5768bf0887ec57f6437ecac3fde5", |
| "head_sha": "eb31fb34955f409def442262e41775a6b1dbf30a", |
| "total_lines_changed": 218, |
| "query_index": 1, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "How does propagate payout_id in connector events. work in this codebase?", |
| "ground_truth_files": [ |
| "crates/common_utils/src/events.rs", |
| "crates/hyperswitch_connectors/src/utils.rs", |
| "crates/hyperswitch_domain_models/src/router_data.rs", |
| "crates/hyperswitch_interfaces/src/api_client.rs", |
| "crates/hyperswitch_interfaces/src/conversion_impls.rs", |
| "crates/hyperswitch_interfaces/src/events/connector_api_logs.rs", |
| "crates/router/src/core/authentication/transformers.rs", |
| "crates/router/src/core/fraud_check/flows/checkout_flow.rs", |
| "crates/router/src/core/fraud_check/flows/fulfillment_flow.rs", |
| "crates/router/src/core/fraud_check/flows/record_return.rs", |
| "crates/router/src/core/fraud_check/flows/sale_flow.rs", |
| "crates/router/src/core/fraud_check/flows/transaction_flow.rs", |
| "crates/router/src/core/mandate/utils.rs", |
| "crates/router/src/core/payment_methods.rs", |
| "crates/router/src/core/payments/helpers.rs", |
| "crates/router/src/core/payments/transformers.rs", |
| "crates/router/src/core/relay/utils.rs", |
| "crates/router/src/core/unified_authentication_service/utils.rs", |
| "crates/router/src/core/unified_connector_service.rs", |
| "crates/router/src/core/utils.rs", |
| "crates/router/src/core/webhooks/utils.rs", |
| "crates/router/src/types.rs", |
| "crates/router/src/types/api/verify_connector.rs", |
| "crates/router/tests/connectors/utils.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/common_utils/src/events.rs": [ |
| [ |
| 142, |
| 184 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/utils.rs": [ |
| [ |
| 7157, |
| 7163 |
| ] |
| ], |
| "crates/hyperswitch_domain_models/src/router_data.rs": [ |
| [ |
| 85, |
| 91 |
| ] |
| ], |
| "crates/hyperswitch_interfaces/src/api_client.rs": [ |
| [ |
| 295, |
| 301 |
| ] |
| ], |
| "crates/hyperswitch_interfaces/src/conversion_impls.rs": [ |
| [ |
| 78, |
| 84 |
| ] |
| ], |
| "crates/hyperswitch_interfaces/src/events/connector_api_logs.rs": [ |
| [ |
| 17, |
| 30 |
| ], |
| [ |
| 43, |
| 54 |
| ], |
| [ |
| 62, |
| 75 |
| ] |
| ], |
| "crates/router/src/core/authentication/transformers.rs": [ |
| [ |
| 199, |
| 205 |
| ] |
| ], |
| "crates/router/src/core/fraud_check/flows/checkout_flow.rs": [ |
| [ |
| 154, |
| 160 |
| ] |
| ], |
| "crates/router/src/core/fraud_check/flows/fulfillment_flow.rs": [ |
| [ |
| 125, |
| 131 |
| ] |
| ], |
| "crates/router/src/core/fraud_check/flows/record_return.rs": [ |
| [ |
| 125, |
| 131 |
| ] |
| ], |
| "crates/router/src/core/fraud_check/flows/sale_flow.rs": [ |
| [ |
| 133, |
| 139 |
| ] |
| ], |
| "crates/router/src/core/fraud_check/flows/transaction_flow.rs": [ |
| [ |
| 143, |
| 149 |
| ] |
| ], |
| "crates/router/src/core/mandate/utils.rs": [ |
| [ |
| 79, |
| 85 |
| ] |
| ], |
| "crates/router/src/core/payment_methods.rs": [ |
| [ |
| 3890, |
| 3896 |
| ] |
| ], |
| "crates/router/src/core/payments/helpers.rs": [ |
| [ |
| 4545, |
| 4551 |
| ] |
| ], |
| "crates/router/src/core/payments/transformers.rs": [ |
| [ |
| 191, |
| 197 |
| ], |
| [ |
| 542, |
| 548 |
| ], |
| [ |
| 891, |
| 897 |
| ], |
| [ |
| 1025, |
| 1031 |
| ], |
| [ |
| 1392, |
| 1398 |
| ], |
| [ |
| 1624, |
| 1630 |
| ], |
| [ |
| 1926, |
| 1932 |
| ], |
| [ |
| 2125, |
| 2131 |
| ] |
| ], |
| "crates/router/src/core/relay/utils.rs": [ |
| [ |
| 137, |
| 143 |
| ] |
| ], |
| "crates/router/src/core/unified_authentication_service/utils.rs": [ |
| [ |
| 126, |
| 132 |
| ] |
| ], |
| "crates/router/src/core/unified_connector_service.rs": [ |
| [ |
| 1571, |
| 1577 |
| ], |
| [ |
| 1643, |
| 1649 |
| ], |
| [ |
| 1710, |
| 1716 |
| ], |
| [ |
| 1778, |
| 1784 |
| ] |
| ], |
| "crates/router/src/core/utils.rs": [ |
| [ |
| 225, |
| 231 |
| ], |
| [ |
| 401, |
| 407 |
| ], |
| [ |
| 593, |
| 599 |
| ], |
| [ |
| 1039, |
| 1045 |
| ], |
| [ |
| 1146, |
| 1152 |
| ], |
| [ |
| 1262, |
| 1268 |
| ], |
| [ |
| 1337, |
| 1343 |
| ], |
| [ |
| 1447, |
| 1453 |
| ], |
| [ |
| 1576, |
| 1582 |
| ], |
| [ |
| 1688, |
| 1694 |
| ], |
| [ |
| 1791, |
| 1797 |
| ] |
| ], |
| "crates/router/src/core/webhooks/utils.rs": [ |
| [ |
| 133, |
| 139 |
| ] |
| ], |
| "crates/router/src/types.rs": [ |
| [ |
| 1384, |
| 1390 |
| ], |
| [ |
| 1459, |
| 1465 |
| ] |
| ], |
| "crates/router/src/types/api/verify_connector.rs": [ |
| [ |
| 128, |
| 134 |
| ] |
| ], |
| "crates/router/tests/connectors/utils.rs": [ |
| [ |
| 553, |
| 559 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10518, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10518", |
| "original_title": "feat(payouts): propagate payout_id in connector events", |
| "merged_at": "2025-12-30T08:22:19Z", |
| "merge_commit_sha": "56260f90fcff004cb3fa56933dffc71c0b23fd4b", |
| "base_sha": "063ae4c0ede39f712b8760f1b2da55e81f56d434", |
| "head_sha": "bebb9a7ccf4f6e8ad0bdbf53a0f25b75753e9cee", |
| "total_lines_changed": 93, |
| "query_index": 0, |
| "num_queries": 1 |
| } |
| }, |
| { |
| "query": "How does the codebase handle Add Zift connector test.?", |
| "ground_truth_files": [ |
| "cypress-tests/cypress/e2e/configs/Payment/Utils.js", |
| "cypress-tests/cypress/e2e/configs/Payment/Zift.js" |
| ], |
| "ground_truth_lines": { |
| "cypress-tests/cypress/e2e/configs/Payment/Utils.js": [ |
| [ |
| 67, |
| 73 |
| ], |
| [ |
| 134, |
| 140 |
| ], |
| [ |
| 413, |
| 419 |
| ] |
| ], |
| "cypress-tests/cypress/e2e/configs/Payment/Zift.js": [ |
| [ |
| 1, |
| 743 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "easy", |
| "metadata": { |
| "pr_number": 10666, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10666", |
| "original_title": "ci(cypress): Add Zift connector test", |
| "merged_at": "2025-12-30T07:53:40Z", |
| "merge_commit_sha": "c484d8f7d802d1c458e27ec0dda55bb32a1e7960", |
| "base_sha": "a3142e492954cf9872d09d5a637fed326faff3dd", |
| "head_sha": "73ead0c73a1ea89295126c863abbf414b92401f3", |
| "total_lines_changed": 746, |
| "query_index": 0, |
| "num_queries": 4 |
| } |
| }, |
| { |
| "query": "How does the cypress component handle ci(cypress): Add Zift connector test?", |
| "ground_truth_files": [ |
| "cypress-tests/cypress/e2e/configs/Payment/Utils.js", |
| "cypress-tests/cypress/e2e/configs/Payment/Zift.js" |
| ], |
| "ground_truth_lines": { |
| "cypress-tests/cypress/e2e/configs/Payment/Utils.js": [ |
| [ |
| 67, |
| 73 |
| ], |
| [ |
| 134, |
| 140 |
| ], |
| [ |
| 413, |
| 419 |
| ] |
| ], |
| "cypress-tests/cypress/e2e/configs/Payment/Zift.js": [ |
| [ |
| 1, |
| 743 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "easy", |
| "metadata": { |
| "pr_number": 10666, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10666", |
| "original_title": "ci(cypress): Add Zift connector test", |
| "merged_at": "2025-12-30T07:53:40Z", |
| "merge_commit_sha": "c484d8f7d802d1c458e27ec0dda55bb32a1e7960", |
| "base_sha": "a3142e492954cf9872d09d5a637fed326faff3dd", |
| "head_sha": "73ead0c73a1ea89295126c863abbf414b92401f3", |
| "total_lines_changed": 746, |
| "query_index": 1, |
| "num_queries": 4 |
| } |
| }, |
| { |
| "query": "Where is the code that handles Invoking Granular flow instead of Preprocessing.?", |
| "ground_truth_files": [ |
| "crates/hyperswitch_connectors/src/connectors/nexixpay.rs", |
| "crates/hyperswitch_connectors/src/connectors/redsys.rs", |
| "crates/router/src/core/payments/flows/authorize_flow.rs", |
| "crates/router/src/core/payments/flows/complete_authorize_flow.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/hyperswitch_connectors/src/connectors/nexixpay.rs": [ |
| [ |
| 1238, |
| 1260 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/redsys.rs": [ |
| [ |
| 980, |
| 994 |
| ] |
| ], |
| "crates/router/src/core/payments/flows/authorize_flow.rs": [ |
| [ |
| 5, |
| 11 |
| ], |
| [ |
| 372, |
| 397 |
| ] |
| ], |
| "crates/router/src/core/payments/flows/complete_authorize_flow.rs": [ |
| [ |
| 391, |
| 407 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10778, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10778", |
| "original_title": "refactor: Invoking Granular flow instead of Preprocessing", |
| "merged_at": "2025-12-29T15:41:49Z", |
| "merge_commit_sha": "c084b7705a8d404bc09959cd4a552bea44103b50", |
| "base_sha": "d2802ac93eeafe4cdb8000492183f48008b73388", |
| "head_sha": "0b4793f8546a57fef00baf814c70403cbb230205", |
| "total_lines_changed": 60, |
| "query_index": 0, |
| "num_queries": 1 |
| } |
| }, |
| { |
| "query": "Where should I look for Simplify payment processing flow and unify gateway context handling v2.?", |
| "ground_truth_files": [ |
| "crates/router/src/core/payments.rs", |
| "crates/router/src/core/payments/flows.rs", |
| "crates/router/src/core/payments/flows/authorize_flow.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/payments.rs": [ |
| [ |
| 5020, |
| 5064 |
| ], |
| [ |
| 5075, |
| 5101 |
| ] |
| ], |
| "crates/router/src/core/payments/flows.rs": [ |
| [ |
| 256, |
| 261 |
| ] |
| ], |
| "crates/router/src/core/payments/flows/authorize_flow.rs": [ |
| [ |
| 588, |
| 593 |
| ], |
| [ |
| 875, |
| 880 |
| ], |
| [ |
| 1065, |
| 1067 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "easy", |
| "metadata": { |
| "pr_number": 10774, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10774", |
| "original_title": "refactor: Simplify payment processing flow and unify gateway context handling v2", |
| "merged_at": "2025-12-24T16:32:57Z", |
| "merge_commit_sha": "45b7d287163e8db3ac8ef93f554038c97c02fc2b", |
| "base_sha": "d2802ac93eeafe4cdb8000492183f48008b73388", |
| "head_sha": "ed2d012dec3bb0722bc3c3077a54964ac302de81", |
| "total_lines_changed": 554, |
| "query_index": 0, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "What changes are needed in router for refactor: Simplify payment processing flow and uni?", |
| "ground_truth_files": [ |
| "crates/router/src/core/payments.rs", |
| "crates/router/src/core/payments/flows.rs", |
| "crates/router/src/core/payments/flows/authorize_flow.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/payments.rs": [ |
| [ |
| 5020, |
| 5064 |
| ], |
| [ |
| 5075, |
| 5101 |
| ] |
| ], |
| "crates/router/src/core/payments/flows.rs": [ |
| [ |
| 256, |
| 261 |
| ] |
| ], |
| "crates/router/src/core/payments/flows/authorize_flow.rs": [ |
| [ |
| 588, |
| 593 |
| ], |
| [ |
| 875, |
| 880 |
| ], |
| [ |
| 1065, |
| 1067 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "easy", |
| "metadata": { |
| "pr_number": 10774, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10774", |
| "original_title": "refactor: Simplify payment processing flow and unify gateway context handling v2", |
| "merged_at": "2025-12-24T16:32:57Z", |
| "merge_commit_sha": "45b7d287163e8db3ac8ef93f554038c97c02fc2b", |
| "base_sha": "d2802ac93eeafe4cdb8000492183f48008b73388", |
| "head_sha": "ed2d012dec3bb0722bc3c3077a54964ac302de81", |
| "total_lines_changed": 554, |
| "query_index": 1, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "How does [FINIX] webhook + statement descriptor. work in this codebase?", |
| "ground_truth_files": [ |
| "crates/hyperswitch_connectors/src/connectors/finix.rs", |
| "crates/hyperswitch_connectors/src/connectors/finix/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/finix/transformers/request.rs", |
| "crates/hyperswitch_connectors/src/connectors/finix/transformers/response.rs", |
| "crates/payment_methods/src/configs/payment_connector_required_fields.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/hyperswitch_connectors/src/connectors/finix.rs": [ |
| [ |
| 1, |
| 21 |
| ], |
| [ |
| 45, |
| 51 |
| ], |
| [ |
| 55, |
| 61 |
| ], |
| [ |
| 64, |
| 77 |
| ], |
| [ |
| 610, |
| 621 |
| ], |
| [ |
| 883, |
| 893 |
| ], |
| [ |
| 982, |
| 987 |
| ], |
| [ |
| 1055, |
| 1060 |
| ], |
| [ |
| 1090, |
| 1218 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/finix/transformers.rs": [ |
| [ |
| 1, |
| 14 |
| ], |
| [ |
| 27, |
| 33 |
| ], |
| [ |
| 36, |
| 42 |
| ], |
| [ |
| 192, |
| 203 |
| ], |
| [ |
| 206, |
| 212 |
| ], |
| [ |
| 647, |
| 778 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/finix/transformers/request.rs": [ |
| [ |
| 16, |
| 22 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/finix/transformers/response.rs": [ |
| [ |
| 3, |
| 10 |
| ], |
| [ |
| 28, |
| 55 |
| ], |
| [ |
| 98, |
| 168 |
| ] |
| ], |
| "crates/payment_methods/src/configs/payment_connector_required_fields.rs": [ |
| [ |
| 1411, |
| 1417 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10758, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10758", |
| "original_title": "feat(connector): [FINIX] webhook + statement descriptor", |
| "merged_at": "2025-12-24T10:32:11Z", |
| "merge_commit_sha": "761183bb198a65a53703a7e817d2ba63fef445ec", |
| "base_sha": "ec13d7d5a0e460b3e0fd929c472b86508f6c9a62", |
| "head_sha": "9a50d3f375d29cfa44dfae01540b3d8330a24a74", |
| "total_lines_changed": 429, |
| "query_index": 0, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "How does the hyperswitch_connectors component handle feat(connector): [FINIX] webhook + statement descr?", |
| "ground_truth_files": [ |
| "crates/hyperswitch_connectors/src/connectors/finix.rs", |
| "crates/hyperswitch_connectors/src/connectors/finix/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/finix/transformers/request.rs", |
| "crates/hyperswitch_connectors/src/connectors/finix/transformers/response.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/hyperswitch_connectors/src/connectors/finix.rs": [ |
| [ |
| 1, |
| 21 |
| ], |
| [ |
| 45, |
| 51 |
| ], |
| [ |
| 55, |
| 61 |
| ], |
| [ |
| 64, |
| 77 |
| ], |
| [ |
| 610, |
| 621 |
| ], |
| [ |
| 883, |
| 893 |
| ], |
| [ |
| 982, |
| 987 |
| ], |
| [ |
| 1055, |
| 1060 |
| ], |
| [ |
| 1090, |
| 1218 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/finix/transformers.rs": [ |
| [ |
| 1, |
| 14 |
| ], |
| [ |
| 27, |
| 33 |
| ], |
| [ |
| 36, |
| 42 |
| ], |
| [ |
| 192, |
| 203 |
| ], |
| [ |
| 206, |
| 212 |
| ], |
| [ |
| 647, |
| 778 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/finix/transformers/request.rs": [ |
| [ |
| 16, |
| 22 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/finix/transformers/response.rs": [ |
| [ |
| 3, |
| 10 |
| ], |
| [ |
| 28, |
| 55 |
| ], |
| [ |
| 98, |
| 168 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10758, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10758", |
| "original_title": "feat(connector): [FINIX] webhook + statement descriptor", |
| "merged_at": "2025-12-24T10:32:11Z", |
| "merge_commit_sha": "761183bb198a65a53703a7e817d2ba63fef445ec", |
| "base_sha": "ec13d7d5a0e460b3e0fd929c472b86508f6c9a62", |
| "head_sha": "9a50d3f375d29cfa44dfae01540b3d8330a24a74", |
| "total_lines_changed": 429, |
| "query_index": 1, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "Which files implement the core logic for feat(connector): [FINIX] webhook + state?", |
| "ground_truth_files": [ |
| "crates/hyperswitch_connectors/src/connectors/finix.rs", |
| "crates/payment_methods/src/configs/payment_connector_required_fields.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/hyperswitch_connectors/src/connectors/finix.rs": [ |
| [ |
| 1, |
| 21 |
| ], |
| [ |
| 45, |
| 51 |
| ], |
| [ |
| 55, |
| 61 |
| ], |
| [ |
| 64, |
| 77 |
| ], |
| [ |
| 610, |
| 621 |
| ], |
| [ |
| 883, |
| 893 |
| ], |
| [ |
| 982, |
| 987 |
| ], |
| [ |
| 1055, |
| 1060 |
| ], |
| [ |
| 1090, |
| 1218 |
| ] |
| ], |
| "crates/payment_methods/src/configs/payment_connector_required_fields.rs": [ |
| [ |
| 1411, |
| 1417 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10758, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10758", |
| "original_title": "feat(connector): [FINIX] webhook + statement descriptor", |
| "merged_at": "2025-12-24T10:32:11Z", |
| "merge_commit_sha": "761183bb198a65a53703a7e817d2ba63fef445ec", |
| "base_sha": "ec13d7d5a0e460b3e0fd929c472b86508f6c9a62", |
| "head_sha": "9a50d3f375d29cfa44dfae01540b3d8330a24a74", |
| "total_lines_changed": 429, |
| "query_index": 2, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "How does the codebase handle add manual update api for payouts.?", |
| "ground_truth_files": [ |
| "crates/api_models/src/events/payouts.rs", |
| "crates/api_models/src/payouts.rs", |
| "crates/diesel_models/src/payout_attempt.rs", |
| "crates/diesel_models/src/payouts.rs", |
| "crates/hyperswitch_domain_models/src/payouts/payout_attempt.rs", |
| "crates/hyperswitch_domain_models/src/payouts/payouts.rs", |
| "crates/router/src/core/payouts.rs", |
| "crates/router/src/routes/app.rs", |
| "crates/router/src/routes/lock_utils.rs", |
| "crates/router/src/routes/payouts.rs", |
| "crates/router/src/types/api/payouts.rs", |
| "crates/router_env/src/logger/types.rs", |
| "crates/storage_impl/src/payouts/payout_attempt.rs", |
| "crates/storage_impl/src/payouts/payouts.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/api_models/src/events/payouts.rs": [ |
| [ |
| 4, |
| 10 |
| ], |
| [ |
| 82, |
| 100 |
| ] |
| ], |
| "crates/api_models/src/payouts.rs": [ |
| [ |
| 1124, |
| 1177 |
| ] |
| ], |
| "crates/diesel_models/src/payout_attempt.rs": [ |
| [ |
| 111, |
| 124 |
| ], |
| [ |
| 226, |
| 247 |
| ] |
| ], |
| "crates/diesel_models/src/payouts.rs": [ |
| [ |
| 113, |
| 121 |
| ], |
| [ |
| 219, |
| 228 |
| ] |
| ], |
| "crates/hyperswitch_domain_models/src/payouts/payout_attempt.rs": [ |
| [ |
| 153, |
| 166 |
| ], |
| [ |
| 239, |
| 260 |
| ] |
| ], |
| "crates/hyperswitch_domain_models/src/payouts/payouts.rs": [ |
| [ |
| 188, |
| 196 |
| ], |
| [ |
| 267, |
| 276 |
| ] |
| ], |
| "crates/router/src/core/payouts.rs": [ |
| [ |
| 39, |
| 46 |
| ], |
| [ |
| 3474, |
| 3616 |
| ] |
| ], |
| "crates/router/src/routes/app.rs": [ |
| [ |
| 1536, |
| 1545 |
| ] |
| ], |
| "crates/router/src/routes/lock_utils.rs": [ |
| [ |
| 187, |
| 193 |
| ] |
| ], |
| "crates/router/src/routes/payouts.rs": [ |
| [ |
| 12, |
| 24 |
| ], |
| [ |
| 625, |
| 674 |
| ] |
| ], |
| "crates/router/src/types/api/payouts.rs": [ |
| [ |
| 5, |
| 12 |
| ] |
| ], |
| "crates/router_env/src/logger/types.rs": [ |
| [ |
| 601, |
| 609 |
| ] |
| ], |
| "crates/storage_impl/src/payouts/payout_attempt.rs": [ |
| [ |
| 720, |
| 740 |
| ] |
| ], |
| "crates/storage_impl/src/payouts/payouts.rs": [ |
| [ |
| 1124, |
| 1130 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10539, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10539", |
| "original_title": "feat(payouts): add manual update api for payouts", |
| "merged_at": "2025-12-24T09:56:42Z", |
| "merge_commit_sha": "0e85d50e65b8ef1f07606858b14e16ed5479fca8", |
| "base_sha": "902a660e1abb39242dc040706216e57cd4f1a798", |
| "head_sha": "9d5d7060c7a2937ed6a6de3234d992e9940158e1", |
| "total_lines_changed": 354, |
| "query_index": 0, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "How does the router component handle feat(payouts): add manual update api for payouts?", |
| "ground_truth_files": [ |
| "crates/router/src/core/payouts.rs", |
| "crates/router/src/routes/app.rs", |
| "crates/router/src/routes/lock_utils.rs", |
| "crates/router/src/routes/payouts.rs", |
| "crates/router/src/types/api/payouts.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/payouts.rs": [ |
| [ |
| 39, |
| 46 |
| ], |
| [ |
| 3474, |
| 3616 |
| ] |
| ], |
| "crates/router/src/routes/app.rs": [ |
| [ |
| 1536, |
| 1545 |
| ] |
| ], |
| "crates/router/src/routes/lock_utils.rs": [ |
| [ |
| 187, |
| 193 |
| ] |
| ], |
| "crates/router/src/routes/payouts.rs": [ |
| [ |
| 12, |
| 24 |
| ], |
| [ |
| 625, |
| 674 |
| ] |
| ], |
| "crates/router/src/types/api/payouts.rs": [ |
| [ |
| 5, |
| 12 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10539, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10539", |
| "original_title": "feat(payouts): add manual update api for payouts", |
| "merged_at": "2025-12-24T09:56:42Z", |
| "merge_commit_sha": "0e85d50e65b8ef1f07606858b14e16ed5479fca8", |
| "base_sha": "902a660e1abb39242dc040706216e57cd4f1a798", |
| "head_sha": "9d5d7060c7a2937ed6a6de3234d992e9940158e1", |
| "total_lines_changed": 354, |
| "query_index": 1, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "Where in api_models is the code for feat(payouts): add manual update api for payouts?", |
| "ground_truth_files": [ |
| "crates/api_models/src/events/payouts.rs", |
| "crates/api_models/src/payouts.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/api_models/src/events/payouts.rs": [ |
| [ |
| 4, |
| 10 |
| ], |
| [ |
| 82, |
| 100 |
| ] |
| ], |
| "crates/api_models/src/payouts.rs": [ |
| [ |
| 1124, |
| 1177 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10539, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10539", |
| "original_title": "feat(payouts): add manual update api for payouts", |
| "merged_at": "2025-12-24T09:56:42Z", |
| "merge_commit_sha": "0e85d50e65b8ef1f07606858b14e16ed5479fca8", |
| "base_sha": "902a660e1abb39242dc040706216e57cd4f1a798", |
| "head_sha": "9d5d7060c7a2937ed6a6de3234d992e9940158e1", |
| "total_lines_changed": 354, |
| "query_index": 2, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "How does the codebase handle support update tracker for platform in payments.?", |
| "ground_truth_files": [ |
| "crates/router/src/core/payments.rs", |
| "crates/router/src/core/payments/operations.rs", |
| "crates/router/src/core/payments/operations/external_vault_proxy_payment_intent.rs", |
| "crates/router/src/core/payments/operations/payment_approve.rs", |
| "crates/router/src/core/payments/operations/payment_attempt_list.rs", |
| "crates/router/src/core/payments/operations/payment_attempt_record.rs", |
| "crates/router/src/core/payments/operations/payment_cancel.rs", |
| "crates/router/src/core/payments/operations/payment_cancel_post_capture.rs", |
| "crates/router/src/core/payments/operations/payment_cancel_v2.rs", |
| "crates/router/src/core/payments/operations/payment_capture.rs", |
| "crates/router/src/core/payments/operations/payment_capture_v2.rs", |
| "crates/router/src/core/payments/operations/payment_complete_authorize.rs", |
| "crates/router/src/core/payments/operations/payment_confirm.rs", |
| "crates/router/src/core/payments/operations/payment_confirm_intent.rs", |
| "crates/router/src/core/payments/operations/payment_create.rs", |
| "crates/router/src/core/payments/operations/payment_create_intent.rs", |
| "crates/router/src/core/payments/operations/payment_get.rs", |
| "crates/router/src/core/payments/operations/payment_get_intent.rs", |
| "crates/router/src/core/payments/operations/payment_post_session_tokens.rs", |
| "crates/router/src/core/payments/operations/payment_reject.rs", |
| "crates/router/src/core/payments/operations/payment_session.rs", |
| "crates/router/src/core/payments/operations/payment_session_intent.rs", |
| "crates/router/src/core/payments/operations/payment_start.rs", |
| "crates/router/src/core/payments/operations/payment_status.rs", |
| "crates/router/src/core/payments/operations/payment_update.rs", |
| "crates/router/src/core/payments/operations/payment_update_intent.rs", |
| "crates/router/src/core/payments/operations/payment_update_metadata.rs", |
| "crates/router/src/core/payments/operations/payments_extend_authorization.rs", |
| "crates/router/src/core/payments/operations/payments_incremental_authorization.rs", |
| "crates/router/src/core/payments/operations/proxy_payments_intent.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/payments.rs": [ |
| [ |
| 1160, |
| 1168 |
| ], |
| [ |
| 1194, |
| 1202 |
| ], |
| [ |
| 1741, |
| 1749 |
| ], |
| [ |
| 1817, |
| 1825 |
| ], |
| [ |
| 2525, |
| 2533 |
| ], |
| [ |
| 4267, |
| 4293 |
| ], |
| [ |
| 4680, |
| 4706 |
| ], |
| [ |
| 5080, |
| 5088 |
| ], |
| [ |
| 5268, |
| 5276 |
| ], |
| [ |
| 5446, |
| 5461 |
| ], |
| [ |
| 5586, |
| 5594 |
| ], |
| [ |
| 5704, |
| 5712 |
| ] |
| ], |
| "crates/router/src/core/payments/operations.rs": [ |
| [ |
| 279, |
| 296 |
| ], |
| [ |
| 502, |
| 510 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/external_vault_proxy_payment_intent.rs": [ |
| [ |
| 479, |
| 496 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_approve.rs": [ |
| [ |
| 17, |
| 23 |
| ], |
| [ |
| 225, |
| 242 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_attempt_list.rs": [ |
| [ |
| 123, |
| 131 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_attempt_record.rs": [ |
| [ |
| 244, |
| 252 |
| ], |
| [ |
| 256, |
| 263 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_cancel.rs": [ |
| [ |
| 237, |
| 254 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_cancel_post_capture.rs": [ |
| [ |
| 281, |
| 289 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_cancel_v2.rs": [ |
| [ |
| 200, |
| 208 |
| ], |
| [ |
| 213, |
| 220 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_capture.rs": [ |
| [ |
| 293, |
| 310 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_capture_v2.rs": [ |
| [ |
| 295, |
| 311 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_complete_authorize.rs": [ |
| [ |
| 482, |
| 499 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_confirm.rs": [ |
| [ |
| 904, |
| 936 |
| ], |
| [ |
| 1802, |
| 1810 |
| ], |
| [ |
| 1826, |
| 1834 |
| ], |
| [ |
| 1838, |
| 1845 |
| ], |
| [ |
| 2224, |
| 2232 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_confirm_intent.rs": [ |
| [ |
| 441, |
| 473 |
| ], |
| [ |
| 750, |
| 768 |
| ], |
| [ |
| 864, |
| 869 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_create.rs": [ |
| [ |
| 814, |
| 830 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_create_intent.rs": [ |
| [ |
| 197, |
| 205 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_get.rs": [ |
| [ |
| 369, |
| 377 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_get_intent.rs": [ |
| [ |
| 125, |
| 133 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_post_session_tokens.rs": [ |
| [ |
| 258, |
| 266 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_reject.rs": [ |
| [ |
| 222, |
| 239 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_session.rs": [ |
| [ |
| 248, |
| 265 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_session_intent.rs": [ |
| [ |
| 166, |
| 174 |
| ], |
| [ |
| 178, |
| 185 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_start.rs": [ |
| [ |
| 233, |
| 241 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_status.rs": [ |
| [ |
| 142, |
| 150 |
| ], |
| [ |
| 172, |
| 180 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_update.rs": [ |
| [ |
| 722, |
| 731 |
| ], |
| [ |
| 741, |
| 757 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_update_intent.rs": [ |
| [ |
| 329, |
| 337 |
| ], |
| [ |
| 342, |
| 349 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_update_metadata.rs": [ |
| [ |
| 244, |
| 252 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payments_extend_authorization.rs": [ |
| [ |
| 286, |
| 294 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payments_incremental_authorization.rs": [ |
| [ |
| 205, |
| 213 |
| ], |
| [ |
| 217, |
| 224 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/proxy_payments_intent.rs": [ |
| [ |
| 364, |
| 381 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10691, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10691", |
| "original_title": "feat(platform): support update tracker for platform in payments", |
| "merged_at": "2025-12-24T08:15:40Z", |
| "merge_commit_sha": "0ae859227e0aa26e3dc7a97db3b6460ef86bc181", |
| "base_sha": "a3142e492954cf9872d09d5a637fed326faff3dd", |
| "head_sha": "1c1142ad58ccb2daadab326a2a63eea8a8ae5d04", |
| "total_lines_changed": 384, |
| "query_index": 0, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "How does the router component handle feat(platform): support update tracker for platfo?", |
| "ground_truth_files": [ |
| "crates/router/src/core/payments.rs", |
| "crates/router/src/core/payments/operations.rs", |
| "crates/router/src/core/payments/operations/external_vault_proxy_payment_intent.rs", |
| "crates/router/src/core/payments/operations/payment_approve.rs", |
| "crates/router/src/core/payments/operations/payment_attempt_list.rs", |
| "crates/router/src/core/payments/operations/payment_attempt_record.rs", |
| "crates/router/src/core/payments/operations/payment_cancel.rs", |
| "crates/router/src/core/payments/operations/payment_cancel_post_capture.rs", |
| "crates/router/src/core/payments/operations/payment_cancel_v2.rs", |
| "crates/router/src/core/payments/operations/payment_capture.rs", |
| "crates/router/src/core/payments/operations/payment_capture_v2.rs", |
| "crates/router/src/core/payments/operations/payment_complete_authorize.rs", |
| "crates/router/src/core/payments/operations/payment_confirm.rs", |
| "crates/router/src/core/payments/operations/payment_confirm_intent.rs", |
| "crates/router/src/core/payments/operations/payment_create.rs", |
| "crates/router/src/core/payments/operations/payment_create_intent.rs", |
| "crates/router/src/core/payments/operations/payment_get.rs", |
| "crates/router/src/core/payments/operations/payment_get_intent.rs", |
| "crates/router/src/core/payments/operations/payment_post_session_tokens.rs", |
| "crates/router/src/core/payments/operations/payment_reject.rs", |
| "crates/router/src/core/payments/operations/payment_session.rs", |
| "crates/router/src/core/payments/operations/payment_session_intent.rs", |
| "crates/router/src/core/payments/operations/payment_start.rs", |
| "crates/router/src/core/payments/operations/payment_status.rs", |
| "crates/router/src/core/payments/operations/payment_update.rs", |
| "crates/router/src/core/payments/operations/payment_update_intent.rs", |
| "crates/router/src/core/payments/operations/payment_update_metadata.rs", |
| "crates/router/src/core/payments/operations/payments_extend_authorization.rs", |
| "crates/router/src/core/payments/operations/payments_incremental_authorization.rs", |
| "crates/router/src/core/payments/operations/proxy_payments_intent.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/payments.rs": [ |
| [ |
| 1160, |
| 1168 |
| ], |
| [ |
| 1194, |
| 1202 |
| ], |
| [ |
| 1741, |
| 1749 |
| ], |
| [ |
| 1817, |
| 1825 |
| ], |
| [ |
| 2525, |
| 2533 |
| ], |
| [ |
| 4267, |
| 4293 |
| ], |
| [ |
| 4680, |
| 4706 |
| ], |
| [ |
| 5080, |
| 5088 |
| ], |
| [ |
| 5268, |
| 5276 |
| ], |
| [ |
| 5446, |
| 5461 |
| ], |
| [ |
| 5586, |
| 5594 |
| ], |
| [ |
| 5704, |
| 5712 |
| ] |
| ], |
| "crates/router/src/core/payments/operations.rs": [ |
| [ |
| 279, |
| 296 |
| ], |
| [ |
| 502, |
| 510 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/external_vault_proxy_payment_intent.rs": [ |
| [ |
| 479, |
| 496 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_approve.rs": [ |
| [ |
| 17, |
| 23 |
| ], |
| [ |
| 225, |
| 242 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_attempt_list.rs": [ |
| [ |
| 123, |
| 131 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_attempt_record.rs": [ |
| [ |
| 244, |
| 252 |
| ], |
| [ |
| 256, |
| 263 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_cancel.rs": [ |
| [ |
| 237, |
| 254 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_cancel_post_capture.rs": [ |
| [ |
| 281, |
| 289 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_cancel_v2.rs": [ |
| [ |
| 200, |
| 208 |
| ], |
| [ |
| 213, |
| 220 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_capture.rs": [ |
| [ |
| 293, |
| 310 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_capture_v2.rs": [ |
| [ |
| 295, |
| 311 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_complete_authorize.rs": [ |
| [ |
| 482, |
| 499 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_confirm.rs": [ |
| [ |
| 904, |
| 936 |
| ], |
| [ |
| 1802, |
| 1810 |
| ], |
| [ |
| 1826, |
| 1834 |
| ], |
| [ |
| 1838, |
| 1845 |
| ], |
| [ |
| 2224, |
| 2232 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_confirm_intent.rs": [ |
| [ |
| 441, |
| 473 |
| ], |
| [ |
| 750, |
| 768 |
| ], |
| [ |
| 864, |
| 869 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_create.rs": [ |
| [ |
| 814, |
| 830 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_create_intent.rs": [ |
| [ |
| 197, |
| 205 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_get.rs": [ |
| [ |
| 369, |
| 377 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_get_intent.rs": [ |
| [ |
| 125, |
| 133 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_post_session_tokens.rs": [ |
| [ |
| 258, |
| 266 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_reject.rs": [ |
| [ |
| 222, |
| 239 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_session.rs": [ |
| [ |
| 248, |
| 265 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_session_intent.rs": [ |
| [ |
| 166, |
| 174 |
| ], |
| [ |
| 178, |
| 185 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_start.rs": [ |
| [ |
| 233, |
| 241 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_status.rs": [ |
| [ |
| 142, |
| 150 |
| ], |
| [ |
| 172, |
| 180 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_update.rs": [ |
| [ |
| 722, |
| 731 |
| ], |
| [ |
| 741, |
| 757 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_update_intent.rs": [ |
| [ |
| 329, |
| 337 |
| ], |
| [ |
| 342, |
| 349 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_update_metadata.rs": [ |
| [ |
| 244, |
| 252 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payments_extend_authorization.rs": [ |
| [ |
| 286, |
| 294 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payments_incremental_authorization.rs": [ |
| [ |
| 205, |
| 213 |
| ], |
| [ |
| 217, |
| 224 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/proxy_payments_intent.rs": [ |
| [ |
| 364, |
| 381 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10691, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10691", |
| "original_title": "feat(platform): support update tracker for platform in payments", |
| "merged_at": "2025-12-24T08:15:40Z", |
| "merge_commit_sha": "0ae859227e0aa26e3dc7a97db3b6460ef86bc181", |
| "base_sha": "a3142e492954cf9872d09d5a637fed326faff3dd", |
| "head_sha": "1c1142ad58ccb2daadab326a2a63eea8a8ae5d04", |
| "total_lines_changed": 384, |
| "query_index": 1, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "What files are most important for understanding feat(platform): support update tracker ?", |
| "ground_truth_files": [ |
| "crates/router/src/core/payments/operations/payment_capture_v2.rs", |
| "crates/router/src/core/payments/operations/payment_reject.rs", |
| "crates/router/src/core/payments/operations/payment_attempt_list.rs", |
| "crates/router/src/core/payments/operations/payment_update_intent.rs", |
| "crates/router/src/core/payments/operations/payment_update.rs", |
| "crates/router/src/core/payments/operations/payment_attempt_record.rs", |
| "crates/router/src/core/payments/operations/payments_extend_authorization.rs", |
| "crates/router/src/core/payments/operations/payment_session_intent.rs", |
| "crates/router/src/core/payments.rs", |
| "crates/router/src/core/payments/operations/payment_get_intent.rs", |
| "crates/router/src/core/payments/operations/payment_status.rs", |
| "crates/router/src/core/payments/operations/payments_incremental_authorization.rs", |
| "crates/router/src/core/payments/operations/payment_post_session_tokens.rs", |
| "crates/router/src/core/payments/operations/payment_complete_authorize.rs", |
| "crates/router/src/core/payments/operations/payment_cancel_v2.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/payments/operations/payment_capture_v2.rs": [ |
| [ |
| 295, |
| 311 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_reject.rs": [ |
| [ |
| 222, |
| 239 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_attempt_list.rs": [ |
| [ |
| 123, |
| 131 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_update_intent.rs": [ |
| [ |
| 329, |
| 337 |
| ], |
| [ |
| 342, |
| 349 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_update.rs": [ |
| [ |
| 722, |
| 731 |
| ], |
| [ |
| 741, |
| 757 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_attempt_record.rs": [ |
| [ |
| 244, |
| 252 |
| ], |
| [ |
| 256, |
| 263 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payments_extend_authorization.rs": [ |
| [ |
| 286, |
| 294 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_session_intent.rs": [ |
| [ |
| 166, |
| 174 |
| ], |
| [ |
| 178, |
| 185 |
| ] |
| ], |
| "crates/router/src/core/payments.rs": [ |
| [ |
| 1160, |
| 1168 |
| ], |
| [ |
| 1194, |
| 1202 |
| ], |
| [ |
| 1741, |
| 1749 |
| ], |
| [ |
| 1817, |
| 1825 |
| ], |
| [ |
| 2525, |
| 2533 |
| ], |
| [ |
| 4267, |
| 4293 |
| ], |
| [ |
| 4680, |
| 4706 |
| ], |
| [ |
| 5080, |
| 5088 |
| ], |
| [ |
| 5268, |
| 5276 |
| ], |
| [ |
| 5446, |
| 5461 |
| ], |
| [ |
| 5586, |
| 5594 |
| ], |
| [ |
| 5704, |
| 5712 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_get_intent.rs": [ |
| [ |
| 125, |
| 133 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_status.rs": [ |
| [ |
| 142, |
| 150 |
| ], |
| [ |
| 172, |
| 180 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payments_incremental_authorization.rs": [ |
| [ |
| 205, |
| 213 |
| ], |
| [ |
| 217, |
| 224 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_post_session_tokens.rs": [ |
| [ |
| 258, |
| 266 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_complete_authorize.rs": [ |
| [ |
| 482, |
| 499 |
| ] |
| ], |
| "crates/router/src/core/payments/operations/payment_cancel_v2.rs": [ |
| [ |
| 200, |
| 208 |
| ], |
| [ |
| 213, |
| 220 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10691, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10691", |
| "original_title": "feat(platform): support update tracker for platform in payments", |
| "merged_at": "2025-12-24T08:15:40Z", |
| "merge_commit_sha": "0ae859227e0aa26e3dc7a97db3b6460ef86bc181", |
| "base_sha": "a3142e492954cf9872d09d5a637fed326faff3dd", |
| "head_sha": "1c1142ad58ccb2daadab326a2a63eea8a8ae5d04", |
| "total_lines_changed": 384, |
| "query_index": 2, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "How does the codebase handle Added new headers for comparison service HS<>UCS.?", |
| "ground_truth_files": [ |
| "crates/common_utils/src/consts.rs", |
| "crates/hyperswitch_interfaces/src/helpers.rs", |
| "crates/router/src/core/refunds.rs", |
| "crates/router/src/core/unified_connector_service.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/common_utils/src/consts.rs": [ |
| [ |
| 166, |
| 174 |
| ] |
| ], |
| "crates/hyperswitch_interfaces/src/helpers.rs": [ |
| [ |
| 1, |
| 7 |
| ], |
| [ |
| 47, |
| 55 |
| ], |
| [ |
| 73, |
| 80 |
| ], |
| [ |
| 89, |
| 96 |
| ], |
| [ |
| 101, |
| 112 |
| ] |
| ], |
| "crates/router/src/core/refunds.rs": [ |
| [ |
| 81, |
| 87 |
| ], |
| [ |
| 98, |
| 104 |
| ], |
| [ |
| 108, |
| 115 |
| ], |
| [ |
| 376, |
| 382 |
| ], |
| [ |
| 403, |
| 409 |
| ], |
| [ |
| 593, |
| 640 |
| ], |
| [ |
| 752, |
| 758 |
| ], |
| [ |
| 770, |
| 776 |
| ], |
| [ |
| 975, |
| 981 |
| ], |
| [ |
| 1113, |
| 1159 |
| ], |
| [ |
| 1235, |
| 1252 |
| ], |
| [ |
| 1265, |
| 1271 |
| ], |
| [ |
| 1740, |
| 1765 |
| ], |
| [ |
| 1778, |
| 1798 |
| ], |
| [ |
| 1805, |
| 1823 |
| ], |
| [ |
| 1831, |
| 1837 |
| ], |
| [ |
| 1891, |
| 1897 |
| ], |
| [ |
| 2066, |
| 2072 |
| ] |
| ], |
| "crates/router/src/core/unified_connector_service.rs": [ |
| [ |
| 10, |
| 16 |
| ], |
| [ |
| 1731, |
| 1739 |
| ], |
| [ |
| 1753, |
| 1759 |
| ], |
| [ |
| 1765, |
| 1772 |
| ], |
| [ |
| 1786, |
| 1798 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10770, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10770", |
| "original_title": "refactor: Added new headers for comparison service HS<>UCS", |
| "merged_at": "2025-12-23T16:38:29Z", |
| "merge_commit_sha": "35c15e9922a1fea303a76859af2c7228176ca944", |
| "base_sha": "b352414bed7ce486764d1ceae54a81d1b18d1738", |
| "head_sha": "2e25a5861574fb231bf9ca0e7ef44322a4b8cd7e", |
| "total_lines_changed": 284, |
| "query_index": 0, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "What changes are needed in router for refactor: Added new headers for comparison service?", |
| "ground_truth_files": [ |
| "crates/router/src/core/refunds.rs", |
| "crates/router/src/core/unified_connector_service.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/refunds.rs": [ |
| [ |
| 81, |
| 87 |
| ], |
| [ |
| 98, |
| 104 |
| ], |
| [ |
| 108, |
| 115 |
| ], |
| [ |
| 376, |
| 382 |
| ], |
| [ |
| 403, |
| 409 |
| ], |
| [ |
| 593, |
| 640 |
| ], |
| [ |
| 752, |
| 758 |
| ], |
| [ |
| 770, |
| 776 |
| ], |
| [ |
| 975, |
| 981 |
| ], |
| [ |
| 1113, |
| 1159 |
| ], |
| [ |
| 1235, |
| 1252 |
| ], |
| [ |
| 1265, |
| 1271 |
| ], |
| [ |
| 1740, |
| 1765 |
| ], |
| [ |
| 1778, |
| 1798 |
| ], |
| [ |
| 1805, |
| 1823 |
| ], |
| [ |
| 1831, |
| 1837 |
| ], |
| [ |
| 1891, |
| 1897 |
| ], |
| [ |
| 2066, |
| 2072 |
| ] |
| ], |
| "crates/router/src/core/unified_connector_service.rs": [ |
| [ |
| 10, |
| 16 |
| ], |
| [ |
| 1731, |
| 1739 |
| ], |
| [ |
| 1753, |
| 1759 |
| ], |
| [ |
| 1765, |
| 1772 |
| ], |
| [ |
| 1786, |
| 1798 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10770, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10770", |
| "original_title": "refactor: Added new headers for comparison service HS<>UCS", |
| "merged_at": "2025-12-23T16:38:29Z", |
| "merge_commit_sha": "35c15e9922a1fea303a76859af2c7228176ca944", |
| "base_sha": "b352414bed7ce486764d1ceae54a81d1b18d1738", |
| "head_sha": "2e25a5861574fb231bf9ca0e7ef44322a4b8cd7e", |
| "total_lines_changed": 284, |
| "query_index": 1, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "How does the codebase handle [Gigadat] store intearc customer_info in additional data.?", |
| "ground_truth_files": [ |
| "crates/api_models/src/payments.rs", |
| "crates/common_types/src/payments.rs", |
| "crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/loonio/transformers.rs", |
| "crates/hyperswitch_domain_models/src/router_data.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/api_models/src/payments.rs": [ |
| [ |
| 3986, |
| 3992 |
| ] |
| ], |
| "crates/common_types/src/payments.rs": [ |
| [ |
| 1053, |
| 1075 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs": [ |
| [ |
| 14, |
| 23 |
| ], |
| [ |
| 284, |
| 298 |
| ], |
| [ |
| 341, |
| 358 |
| ], |
| [ |
| 365, |
| 389 |
| ], |
| [ |
| 671, |
| 677 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/loonio/transformers.rs": [ |
| [ |
| 4, |
| 10 |
| ], |
| [ |
| 211, |
| 217 |
| ], |
| [ |
| 243, |
| 258 |
| ], |
| [ |
| 278, |
| 288 |
| ], |
| [ |
| 309, |
| 326 |
| ], |
| [ |
| 430, |
| 445 |
| ] |
| ], |
| "crates/hyperswitch_domain_models/src/router_data.rs": [ |
| [ |
| 707, |
| 713 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10749, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10749", |
| "original_title": "feat(connector): [Gigadat] store intearc customer_info in additional data", |
| "merged_at": "2025-12-23T11:56:51Z", |
| "merge_commit_sha": "d2802ac93eeafe4cdb8000492183f48008b73388", |
| "base_sha": "056c555a66335d6588b15b0e6c0aa41a7037ddde", |
| "head_sha": "fb02ba6a402956429f28c2b66b027c5a0104f434", |
| "total_lines_changed": 120, |
| "query_index": 0, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "What changes are needed in hyperswitch_connectors for feat(connector): [Gigadat] store intearc customer_?", |
| "ground_truth_files": [ |
| "crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs", |
| "crates/hyperswitch_connectors/src/connectors/loonio/transformers.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs": [ |
| [ |
| 14, |
| 23 |
| ], |
| [ |
| 284, |
| 298 |
| ], |
| [ |
| 341, |
| 358 |
| ], |
| [ |
| 365, |
| 389 |
| ], |
| [ |
| 671, |
| 677 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/loonio/transformers.rs": [ |
| [ |
| 4, |
| 10 |
| ], |
| [ |
| 211, |
| 217 |
| ], |
| [ |
| 243, |
| 258 |
| ], |
| [ |
| 278, |
| 288 |
| ], |
| [ |
| 309, |
| 326 |
| ], |
| [ |
| 430, |
| 445 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10749, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10749", |
| "original_title": "feat(connector): [Gigadat] store intearc customer_info in additional data", |
| "merged_at": "2025-12-23T11:56:51Z", |
| "merge_commit_sha": "d2802ac93eeafe4cdb8000492183f48008b73388", |
| "base_sha": "056c555a66335d6588b15b0e6c0aa41a7037ddde", |
| "head_sha": "fb02ba6a402956429f28c2b66b027c5a0104f434", |
| "total_lines_changed": 120, |
| "query_index": 1, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "Which files are involved in Added PostAuth Flow for Nexixpay HS<>UCS.?", |
| "ground_truth_files": [ |
| "crates/hyperswitch_connectors/src/connectors/nexixpay.rs", |
| "crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs", |
| "crates/hyperswitch_connectors/src/default_implementations.rs", |
| "crates/hyperswitch_connectors/src/types.rs", |
| "crates/hyperswitch_connectors/src/utils.rs", |
| "crates/hyperswitch_domain_models/src/router_request_types.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/hyperswitch_connectors/src/connectors/nexixpay.rs": [ |
| [ |
| 19, |
| 41 |
| ], |
| [ |
| 88, |
| 94 |
| ], |
| [ |
| 321, |
| 411 |
| ], |
| [ |
| 437, |
| 443 |
| ], |
| [ |
| 469, |
| 477 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs": [ |
| [ |
| 18, |
| 34 |
| ], |
| [ |
| 39, |
| 54 |
| ], |
| [ |
| 379, |
| 385 |
| ], |
| [ |
| 585, |
| 591 |
| ], |
| [ |
| 640, |
| 646 |
| ], |
| [ |
| 667, |
| 798 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/default_implementations.rs": [ |
| [ |
| 2315, |
| 2320 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/types.rs": [ |
| [ |
| 8, |
| 14 |
| ], |
| [ |
| 21, |
| 29 |
| ], |
| [ |
| 52, |
| 59 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/utils.rs": [ |
| [ |
| 66, |
| 74 |
| ], |
| [ |
| 2091, |
| 2114 |
| ] |
| ], |
| "crates/hyperswitch_domain_models/src/router_request_types.rs": [ |
| [ |
| 718, |
| 730 |
| ], |
| [ |
| 738, |
| 748 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10706, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10706", |
| "original_title": "fix: Added PostAuth Flow for Nexixpay HS<>UCS", |
| "merged_at": "2025-12-23T10:59:42Z", |
| "merge_commit_sha": "98f2a8ef71b658642a2be9cf6807779b79614d27", |
| "base_sha": "1440776a0a97973afc971f82e2e693834456c9ff", |
| "head_sha": "9cc01e52222d8a899a37d2a643eb566f44d84f97", |
| "total_lines_changed": 340, |
| "query_index": 0, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "What changes are needed in hyperswitch_connectors for fix: Added PostAuth Flow for Nexixpay HS<>UCS?", |
| "ground_truth_files": [ |
| "crates/hyperswitch_connectors/src/connectors/nexixpay.rs", |
| "crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs", |
| "crates/hyperswitch_connectors/src/default_implementations.rs", |
| "crates/hyperswitch_connectors/src/types.rs", |
| "crates/hyperswitch_connectors/src/utils.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/hyperswitch_connectors/src/connectors/nexixpay.rs": [ |
| [ |
| 19, |
| 41 |
| ], |
| [ |
| 88, |
| 94 |
| ], |
| [ |
| 321, |
| 411 |
| ], |
| [ |
| 437, |
| 443 |
| ], |
| [ |
| 469, |
| 477 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs": [ |
| [ |
| 18, |
| 34 |
| ], |
| [ |
| 39, |
| 54 |
| ], |
| [ |
| 379, |
| 385 |
| ], |
| [ |
| 585, |
| 591 |
| ], |
| [ |
| 640, |
| 646 |
| ], |
| [ |
| 667, |
| 798 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/default_implementations.rs": [ |
| [ |
| 2315, |
| 2320 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/types.rs": [ |
| [ |
| 8, |
| 14 |
| ], |
| [ |
| 21, |
| 29 |
| ], |
| [ |
| 52, |
| 59 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/utils.rs": [ |
| [ |
| 66, |
| 74 |
| ], |
| [ |
| 2091, |
| 2114 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10706, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10706", |
| "original_title": "fix: Added PostAuth Flow for Nexixpay HS<>UCS", |
| "merged_at": "2025-12-23T10:59:42Z", |
| "merge_commit_sha": "98f2a8ef71b658642a2be9cf6807779b79614d27", |
| "base_sha": "1440776a0a97973afc971f82e2e693834456c9ff", |
| "head_sha": "9cc01e52222d8a899a37d2a643eb566f44d84f97", |
| "total_lines_changed": 340, |
| "query_index": 1, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "What files are most important for understanding fix: Added PostAuth Flow for Nexixpay HS?", |
| "ground_truth_files": [ |
| "crates/hyperswitch_domain_models/src/router_request_types.rs", |
| "crates/hyperswitch_connectors/src/utils.rs", |
| "crates/hyperswitch_connectors/src/types.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/hyperswitch_domain_models/src/router_request_types.rs": [ |
| [ |
| 718, |
| 730 |
| ], |
| [ |
| 738, |
| 748 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/utils.rs": [ |
| [ |
| 66, |
| 74 |
| ], |
| [ |
| 2091, |
| 2114 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/types.rs": [ |
| [ |
| 8, |
| 14 |
| ], |
| [ |
| 21, |
| 29 |
| ], |
| [ |
| 52, |
| 59 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "medium", |
| "metadata": { |
| "pr_number": 10706, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10706", |
| "original_title": "fix: Added PostAuth Flow for Nexixpay HS<>UCS", |
| "merged_at": "2025-12-23T10:59:42Z", |
| "merge_commit_sha": "98f2a8ef71b658642a2be9cf6807779b79614d27", |
| "base_sha": "1440776a0a97973afc971f82e2e693834456c9ff", |
| "head_sha": "9cc01e52222d8a899a37d2a643eb566f44d84f97", |
| "total_lines_changed": 340, |
| "query_index": 2, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "What files are related to propagate metadata from locker response to payment method response.?", |
| "ground_truth_files": [ |
| "crates/api_models/src/payment_methods.rs", |
| "crates/common_utils/src/lib.rs", |
| "crates/hyperswitch_domain_models/src/payment_methods.rs", |
| "crates/router/src/core/locker_migration.rs", |
| "crates/router/src/core/payment_methods/cards.rs", |
| "crates/router/src/core/payment_methods/transformers.rs", |
| "crates/router/src/core/payments/helpers.rs", |
| "crates/router/src/core/payouts/helpers.rs", |
| "crates/router/src/core/webhooks/network_tokenization_incoming.rs", |
| "crates/router/src/types/api/mandates.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/api_models/src/payment_methods.rs": [ |
| [ |
| 1315, |
| 1340 |
| ] |
| ], |
| "crates/common_utils/src/lib.rs": [ |
| [ |
| 1, |
| 7 |
| ], |
| [ |
| 329, |
| 366 |
| ] |
| ], |
| "crates/hyperswitch_domain_models/src/payment_methods.rs": [ |
| [ |
| 281, |
| 294 |
| ] |
| ], |
| "crates/router/src/core/locker_migration.rs": [ |
| [ |
| 121, |
| 127 |
| ] |
| ], |
| "crates/router/src/core/payment_methods/cards.rs": [ |
| [ |
| 17, |
| 25 |
| ], |
| [ |
| 907, |
| 941 |
| ], |
| [ |
| 946, |
| 953 |
| ], |
| [ |
| 1685, |
| 1691 |
| ], |
| [ |
| 1694, |
| 1701 |
| ], |
| [ |
| 1810, |
| 1816 |
| ], |
| [ |
| 1828, |
| 1834 |
| ], |
| [ |
| 1848, |
| 1855 |
| ], |
| [ |
| 1983, |
| 1989 |
| ], |
| [ |
| 2285, |
| 2291 |
| ], |
| [ |
| 2313, |
| 2334 |
| ], |
| [ |
| 4657, |
| 4664 |
| ], |
| [ |
| 5225, |
| 5232 |
| ] |
| ], |
| "crates/router/src/core/payment_methods/transformers.rs": [ |
| [ |
| 6, |
| 12 |
| ], |
| [ |
| 111, |
| 118 |
| ] |
| ], |
| "crates/router/src/core/payments/helpers.rs": [ |
| [ |
| 2595, |
| 2602 |
| ], |
| [ |
| 2715, |
| 2722 |
| ], |
| [ |
| 2762, |
| 2769 |
| ] |
| ], |
| "crates/router/src/core/payouts/helpers.rs": [ |
| [ |
| 146, |
| 153 |
| ] |
| ], |
| "crates/router/src/core/webhooks/network_tokenization_incoming.rs": [ |
| [ |
| 266, |
| 273 |
| ] |
| ], |
| "crates/router/src/types/api/mandates.rs": [ |
| [ |
| 70, |
| 77 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10645, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10645", |
| "original_title": "feat(core): propagate metadata from locker response to payment method response", |
| "merged_at": "2025-12-23T08:43:13Z", |
| "merge_commit_sha": "a9aecaa5bd761647f0d7e2951f50567e61b1dc40", |
| "base_sha": "a738f7e5c788f7d3d405d5c3cec144be573a6049", |
| "head_sha": "3f7d3a7e63a326d18bce110798c1ed45e5594ba5", |
| "total_lines_changed": 180, |
| "query_index": 0, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "What changes are needed in router for feat(core): propagate metadata from locker respons?", |
| "ground_truth_files": [ |
| "crates/router/src/core/locker_migration.rs", |
| "crates/router/src/core/payment_methods/cards.rs", |
| "crates/router/src/core/payment_methods/transformers.rs", |
| "crates/router/src/core/payments/helpers.rs", |
| "crates/router/src/core/payouts/helpers.rs", |
| "crates/router/src/core/webhooks/network_tokenization_incoming.rs", |
| "crates/router/src/types/api/mandates.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/locker_migration.rs": [ |
| [ |
| 121, |
| 127 |
| ] |
| ], |
| "crates/router/src/core/payment_methods/cards.rs": [ |
| [ |
| 17, |
| 25 |
| ], |
| [ |
| 907, |
| 941 |
| ], |
| [ |
| 946, |
| 953 |
| ], |
| [ |
| 1685, |
| 1691 |
| ], |
| [ |
| 1694, |
| 1701 |
| ], |
| [ |
| 1810, |
| 1816 |
| ], |
| [ |
| 1828, |
| 1834 |
| ], |
| [ |
| 1848, |
| 1855 |
| ], |
| [ |
| 1983, |
| 1989 |
| ], |
| [ |
| 2285, |
| 2291 |
| ], |
| [ |
| 2313, |
| 2334 |
| ], |
| [ |
| 4657, |
| 4664 |
| ], |
| [ |
| 5225, |
| 5232 |
| ] |
| ], |
| "crates/router/src/core/payment_methods/transformers.rs": [ |
| [ |
| 6, |
| 12 |
| ], |
| [ |
| 111, |
| 118 |
| ] |
| ], |
| "crates/router/src/core/payments/helpers.rs": [ |
| [ |
| 2595, |
| 2602 |
| ], |
| [ |
| 2715, |
| 2722 |
| ], |
| [ |
| 2762, |
| 2769 |
| ] |
| ], |
| "crates/router/src/core/payouts/helpers.rs": [ |
| [ |
| 146, |
| 153 |
| ] |
| ], |
| "crates/router/src/core/webhooks/network_tokenization_incoming.rs": [ |
| [ |
| 266, |
| 273 |
| ] |
| ], |
| "crates/router/src/types/api/mandates.rs": [ |
| [ |
| 70, |
| 77 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10645, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10645", |
| "original_title": "feat(core): propagate metadata from locker response to payment method response", |
| "merged_at": "2025-12-23T08:43:13Z", |
| "merge_commit_sha": "a9aecaa5bd761647f0d7e2951f50567e61b1dc40", |
| "base_sha": "a738f7e5c788f7d3d405d5c3cec144be573a6049", |
| "head_sha": "3f7d3a7e63a326d18bce110798c1ed45e5594ba5", |
| "total_lines_changed": 180, |
| "query_index": 1, |
| "num_queries": 2 |
| } |
| }, |
| { |
| "query": "How does the codebase handle add batch payment method data retrieval endpoint.?", |
| "ground_truth_files": [ |
| "crates/api_models/src/payment_methods.rs", |
| "crates/diesel_models/src/query/payment_method.rs", |
| "crates/hyperswitch_domain_models/src/payment_methods.rs", |
| "crates/router/src/core/payment_methods.rs", |
| "crates/router/src/core/payment_methods/batch_retrieve.rs", |
| "crates/router/src/db/kafka_store.rs", |
| "crates/router/src/routes/app.rs", |
| "crates/router/src/routes/lock_utils.rs", |
| "crates/router/src/routes/payment_methods.rs", |
| "crates/router_env/src/logger/types.rs", |
| "crates/storage_impl/src/payment_method.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/api_models/src/payment_methods.rs": [ |
| [ |
| 2829, |
| 2859 |
| ] |
| ], |
| "crates/diesel_models/src/query/payment_method.rs": [ |
| [ |
| 106, |
| 132 |
| ] |
| ], |
| "crates/hyperswitch_domain_models/src/payment_methods.rs": [ |
| [ |
| 870, |
| 884 |
| ] |
| ], |
| "crates/router/src/core/payment_methods.rs": [ |
| [ |
| 1, |
| 6 |
| ] |
| ], |
| "crates/router/src/core/payment_methods/batch_retrieve.rs": [ |
| [ |
| 1, |
| 146 |
| ] |
| ], |
| "crates/router/src/db/kafka_store.rs": [ |
| [ |
| 2203, |
| 2226 |
| ] |
| ], |
| "crates/router/src/routes/app.rs": [ |
| [ |
| 1640, |
| 1649 |
| ] |
| ], |
| "crates/router/src/routes/lock_utils.rs": [ |
| [ |
| 125, |
| 131 |
| ] |
| ], |
| "crates/router/src/routes/payment_methods.rs": [ |
| [ |
| 1, |
| 6 |
| ], |
| [ |
| 19, |
| 28 |
| ], |
| [ |
| 357, |
| 363 |
| ], |
| [ |
| 457, |
| 530 |
| ] |
| ], |
| "crates/router_env/src/logger/types.rs": [ |
| [ |
| 120, |
| 127 |
| ] |
| ], |
| "crates/storage_impl/src/payment_method.rs": [ |
| [ |
| 4, |
| 12 |
| ], |
| [ |
| 95, |
| 119 |
| ], |
| [ |
| 445, |
| 472 |
| ], |
| [ |
| 755, |
| 782 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10663, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10663", |
| "original_title": "feat(payment_methods): add batch payment method data retrieval endpoint", |
| "merged_at": "2025-12-23T08:41:17Z", |
| "merge_commit_sha": "d241c0bdc7220d601db6e73f0032b9ad9a30dbe1", |
| "base_sha": "a407bdab56c20bfb2884b1f017290ed273d3cbee", |
| "head_sha": "5354b316527d3ea394c4b5dbfe536614419d5365", |
| "total_lines_changed": 372, |
| "query_index": 0, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "How does the router component handle feat(payment_methods): add batch payment method da?", |
| "ground_truth_files": [ |
| "crates/router/src/core/payment_methods.rs", |
| "crates/router/src/core/payment_methods/batch_retrieve.rs", |
| "crates/router/src/db/kafka_store.rs", |
| "crates/router/src/routes/app.rs", |
| "crates/router/src/routes/lock_utils.rs", |
| "crates/router/src/routes/payment_methods.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router/src/core/payment_methods.rs": [ |
| [ |
| 1, |
| 6 |
| ] |
| ], |
| "crates/router/src/core/payment_methods/batch_retrieve.rs": [ |
| [ |
| 1, |
| 146 |
| ] |
| ], |
| "crates/router/src/db/kafka_store.rs": [ |
| [ |
| 2203, |
| 2226 |
| ] |
| ], |
| "crates/router/src/routes/app.rs": [ |
| [ |
| 1640, |
| 1649 |
| ] |
| ], |
| "crates/router/src/routes/lock_utils.rs": [ |
| [ |
| 125, |
| 131 |
| ] |
| ], |
| "crates/router/src/routes/payment_methods.rs": [ |
| [ |
| 1, |
| 6 |
| ], |
| [ |
| 19, |
| 28 |
| ], |
| [ |
| 357, |
| 363 |
| ], |
| [ |
| 457, |
| 530 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10663, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10663", |
| "original_title": "feat(payment_methods): add batch payment method data retrieval endpoint", |
| "merged_at": "2025-12-23T08:41:17Z", |
| "merge_commit_sha": "d241c0bdc7220d601db6e73f0032b9ad9a30dbe1", |
| "base_sha": "a407bdab56c20bfb2884b1f017290ed273d3cbee", |
| "head_sha": "5354b316527d3ea394c4b5dbfe536614419d5365", |
| "total_lines_changed": 372, |
| "query_index": 1, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "What files are most important for understanding feat(payment_methods): add batch payment?", |
| "ground_truth_files": [ |
| "crates/router_env/src/logger/types.rs", |
| "crates/api_models/src/payment_methods.rs", |
| "crates/router/src/db/kafka_store.rs", |
| "crates/router/src/core/payment_methods.rs", |
| "crates/router/src/routes/payment_methods.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/router_env/src/logger/types.rs": [ |
| [ |
| 120, |
| 127 |
| ] |
| ], |
| "crates/api_models/src/payment_methods.rs": [ |
| [ |
| 2829, |
| 2859 |
| ] |
| ], |
| "crates/router/src/db/kafka_store.rs": [ |
| [ |
| 2203, |
| 2226 |
| ] |
| ], |
| "crates/router/src/core/payment_methods.rs": [ |
| [ |
| 1, |
| 6 |
| ] |
| ], |
| "crates/router/src/routes/payment_methods.rs": [ |
| [ |
| 1, |
| 6 |
| ], |
| [ |
| 19, |
| 28 |
| ], |
| [ |
| 357, |
| 363 |
| ], |
| [ |
| 457, |
| 530 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "hard", |
| "metadata": { |
| "pr_number": 10663, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10663", |
| "original_title": "feat(payment_methods): add batch payment method data retrieval endpoint", |
| "merged_at": "2025-12-23T08:41:17Z", |
| "merge_commit_sha": "d241c0bdc7220d601db6e73f0032b9ad9a30dbe1", |
| "base_sha": "a407bdab56c20bfb2884b1f017290ed273d3cbee", |
| "head_sha": "5354b316527d3ea394c4b5dbfe536614419d5365", |
| "total_lines_changed": 372, |
| "query_index": 2, |
| "num_queries": 3 |
| } |
| }, |
| { |
| "query": "How do I handle issuer error codes in the Shift4 connector's error mapping?", |
| "ground_truth_files": [ |
| "crates/hyperswitch_connectors/src/connectors/shift4.rs", |
| "crates/hyperswitch_connectors/src/connectors/shift4/transformers.rs" |
| ], |
| "ground_truth_lines": { |
| "crates/hyperswitch_connectors/src/connectors/shift4.rs": [ |
| [ |
| 144, |
| 153 |
| ] |
| ], |
| "crates/hyperswitch_connectors/src/connectors/shift4/transformers.rs": [ |
| [ |
| 1101, |
| 1114 |
| ] |
| ] |
| }, |
| "repo": "juspay/hyperswitch", |
| "source": "pr", |
| "difficulty": "easy", |
| "metadata": { |
| "pr_number": 10748, |
| "pr_url": "https://github.com/juspay/hyperswitch/pull/10748", |
| "original_title": "feat(connector): [Shift4] Enhance error mapping to support issuer error codes", |
| "merged_at": "2025-12-23T08:39:43Z", |
| "merge_commit_sha": "644762d0ee7e788153e8aaf5c6fc52a222192078", |
| "base_sha": "fd1b730c774eab9bfedebf8775dbd9607acd9044", |
| "head_sha": "88d3f3c2a86571243e2cd5f3cfae952d9eb17aa7", |
| "total_lines_changed": 13, |
| "query_index": 0, |
| "num_queries": 1 |
| } |
| } |
| ] |