Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added missing payment link params #419

Merged
merged 3 commits into from
Mar 21, 2025
Merged

Conversation

janpaepke
Copy link
Collaborator

There were several missing types in payment links api.

This fixes #415

@janpaepke janpaepke added the API discrepancy Inconsistency between Mollie's REST API and this SDK. label Mar 20, 2025
@janpaepke janpaepke added this to the 4.3.0 milestone Mar 20, 2025
@janpaepke janpaepke requested a review from edorivai March 20, 2025 13:08
Copy link
Collaborator

@edorivai edorivai left a comment

Choose a reason for hiding this comment

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

LGTM, cross check documentation with these changes

TimmyGuy and others added 2 commits March 21, 2025 18:32
Introduce `update` and `delete` functionality to the `PaymentLinksBinder`. The `update` method allows modifying payment link details, while the `delete` method enables removal of payment links. Also, extend `parameters.ts` to include `UpdateParameters` for supporting these changes.
@janpaepke janpaepke merged commit c5c372c into master Mar 21, 2025
5 checks passed
@janpaepke janpaepke deleted the feat/add-payment-link-types branch March 21, 2025 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API discrepancy Inconsistency between Mollie's REST API and this SDK.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

minimumAmount on Payment Links API
3 participants