BA-1101: Remove Billink authorize/capture flow#238
Merged
vildanbina merged 1 commit intodevelopfrom Dec 17, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR removes the authorize/capture flow for the Billink payment method, simplifying it to use only a direct payment (combined) flow. The changes eliminate code that supported a two-step payment process where authorization and capture were separate operations.
Key changes:
- Removed authorize, capture, and cancelAuthorize methods from the Billink payment class
- Deleted the Capture model class that was specific to the capture operation
- Removed associated test cases for authorize/capture flows
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/PaymentMethods/Billink/Billink.php | Removed authorize(), capture(), and cancelAuthorize() methods and the Capture model import |
| src/PaymentMethods/Billink/Models/Capture.php | Deleted entire Capture model class file |
| example/transactions/billink.php | Removed example code demonstrating authorize, capture, and cancelAuthorize operations; added clarifying comment for pay method |
| tests/Buckaroo/Payments/BillinkTest.php | Removed test cases for authorize and capture operations |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ShuCh3n
approved these changes
Dec 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.