Skip to content

BA-1101: Remove Billink authorize/capture flow#238

Merged
vildanbina merged 1 commit intodevelopfrom
BA-1101-remove-billink-authorize-capture-flow
Dec 17, 2025
Merged

BA-1101: Remove Billink authorize/capture flow#238
vildanbina merged 1 commit intodevelopfrom
BA-1101-remove-billink-authorize-capture-flow

Conversation

@vildanbina
Copy link
Copy Markdown
Collaborator

No description provided.

@vildanbina vildanbina requested a review from Copilot December 17, 2025 09:00
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread example/transactions/billink.php
@vildanbina vildanbina merged commit 404c4de into develop Dec 17, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants