You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add shared iDEAL payment method and reuse images (#251)
* Add shared iDEAL payment method and reuse images
Introduce a single $payment_method_ideal instance with name, description and image paths and register it earlier in Plugin::init. Reuse its images for the direct-debit-ideal payment method instead of duplicating the image array, and remove the later duplicate iDEAL block. This deduplicates code and ensures consistent iDEAL/Wero branding assets while keeping existing behavior.
* Consolidate iDEAL rebranding block
Move the iDEAL logo rebranding conditional to immediately after creating $payment_method_ideal so the name/images are set before adding the payment method, and remove the duplicated block later in the file. This ensures the iDEAL branding (effective 2026-01-29) is applied once and avoids redundant assignments.
0 commit comments