prompt
stringlengths
24
70.5k
response
stringlengths
271
16.7k
metadata
stringlengths
145
152
Gift Card Balance check API for split payments We need to add an API to check balance for gift card. This API will be called by the SDK and based on the gift card balance and transaction amount, we will collect either only gift card details or gift card details + another payment method
<think> PR Context: - Title: feat(router): Add gift card balance check endpoint (v2) - Merged: 2025-09-17T07:50:47Z - Files changed: 29 files - Commits: 25 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refact...
{"issue_number": 9101, "pr_number": 9102, "commits_count": 1, "files_changed": 29, "response_length": 5096, "file_count": 28, "needs_breakdown": true}
[CYPRESS] Fix Cypress connector failures Wise Elavon Paybox Datatrans Facilitapay Itaubank
<think> PR Context: - Title: fix(cypress): fix itaubank, datatrans and facilitapay - Merged: 2025-06-10T10:26:47Z - Files changed: 4 files - Commits: 9 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactorin...
{"issue_number": 8230, "pr_number": 8229, "commits_count": 0, "files_changed": 4, "response_length": 783, "file_count": 0, "needs_breakdown": false}
[BUG] [NOON] 3ds payment have `next_action` as `null` 3ds card payments in noon connector receive `next_action` as `null`. this can be resolved by unifying both the responses (paypal and card) into one and use it else where.
<think> PR Context: - Title: fix(connector): [noon] address `next_action_url` being `null` for cards in 3ds payment - Merged: 2025-04-21T11:05:17Z - Files changed: 21 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature -...
{"issue_number": 7831, "pr_number": 7856, "commits_count": 1, "files_changed": 21, "response_length": 2940, "file_count": 23, "needs_breakdown": true}