Skip to content

[UPMERGE] 2.2 -> 3.0 #225

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

Merged
merged 8 commits into from
May 27, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove deprecation of DirectDebit
  • Loading branch information
Wojdylak committed May 26, 2025
commit 43bf872ceee37db538b037308c4428fc8ac7c353
1 change: 0 additions & 1 deletion UPGRADE-2.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
- `Sylius\MolliePlugin\EventListener\ProductVariantRecurringOptionsListener`
- `Sylius\MolliePlugin\Form\Extension\CompleteTypeExtension`
- `Sylius\MolliePlugin\Form\Type\DirectDebitType`
- `Sylius\MolliePlugin\Model\PaymentMethod\DirectDebit`

1. Winzou State Machine deprecations

Expand Down
6 changes: 0 additions & 6 deletions src/Model/PaymentMethod/DirectDebit.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@
use Mollie\Api\Types\PaymentMethod;
use Sylius\MolliePlugin\Model\ApiType;

trigger_deprecation(
'sylius/mollie-plugin',
'2.2',
'The "%s" class is deprecated and will be removed in MolliePlugin 3.0.',
DirectDebit::class,
);
final class DirectDebit extends AbstractMethod
{
public function getMethodId(): string
Expand Down