Skip to content

feat: add filterAllowed on FeePlanList#239

Merged
Benjamin-Freoua-Alma merged 3 commits into
feature/3.0from
feature/ecom-3867-add-filter-in-feeplanlist-entity-to-get-only-feeplan-allowed
Apr 16, 2026
Merged

feat: add filterAllowed on FeePlanList#239
Benjamin-Freoua-Alma merged 3 commits into
feature/3.0from
feature/ecom-3867-add-filter-in-feeplanlist-entity-to-get-only-feeplan-allowed

Conversation

@joyet-simon
Copy link
Copy Markdown
Contributor

@joyet-simon joyet-simon commented Feb 24, 2026

Reason for change

Linear task

We need to get on fee plan allowed from FeePlanList

Code changes

Add function filterAllowed on FeePlanList and unit tests

How to test

As a reviewer, you are encouraged to test the PR locally.

Checklist for authors and reviewers

  • The title of the PR uses business wording, not technical jargon, for the changelog readers to understand it
  • The PR implements the changes asked in the referenced task / issue
  • The automated tests are compliant with the testing strategy
  • The tests are relevant, and cover the corner/error cases, not only the happy path
  • You understand the impact of this PR on existing code/features
  • The changes include adequate logging and Datadog traces
  • Documentation is updated (API, developer documentation, ADR, Notion...)

Non applicable

@joyet-simon joyet-simon requested a review from a team as a code owner February 24, 2026 14:42
throw new MerchantEndpointException($e->getMessage(), $request, $response);
}
$feePlanList->Add($feePlan);
$feePlanList->add($feePlan);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Split this fix in other PR

Comment thread .pre-commit-config.yaml Outdated
Comment on lines +3 to +5
default_language_version:
python: python3.11

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Split this fix in other PR

@Benjamin-Freoua-Alma Benjamin-Freoua-Alma merged commit f095065 into feature/3.0 Apr 16, 2026
5 of 10 checks passed
@Benjamin-Freoua-Alma Benjamin-Freoua-Alma deleted the feature/ecom-3867-add-filter-in-feeplanlist-entity-to-get-only-feeplan-allowed branch April 16, 2026 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants