Skip to content

Commit 1ea0cd3

Browse files
committed
Remove temporary iDEAL rebranding override
Delete the time-gated conditional that applied a pre-2026 iDEAL name and legacy images. The temporary fallback (active before 2026-01-29) is no longer needed, so the payment method now always uses the standard images provided by the image service.
1 parent 3701274 commit 1ea0cd3

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

src/Plugin.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -843,20 +843,6 @@ public function register_payment_methods(): void {
843843
'woocommerce' => $image_service->get_path( 'other/ideal-wero/method-ideal-wero-wc-51x32.svg' ),
844844
];
845845

846-
/**
847-
* The iDEAL logo rebranding takes effect on January 29, 2026.
848-
*
849-
* @link https://ideal.nl/en/ideal-wero-branding
850-
*/
851-
if ( \time() < \strtotime( '2026-01-29 00:00:00' ) ) {
852-
$payment_method_ideal->name = \__( 'iDEAL', 'pronamic_ideal' );
853-
854-
$payment_method_ideal->images = [
855-
'640x360' => $image_service->get_path( 'methods/ideal/method-ideal-640x360.svg' ),
856-
'woocommerce' => $image_service->get_path( 'methods/ideal/method-ideal-wc-51x32.svg' ),
857-
];
858-
}
859-
860846
$this->payment_methods->add( $payment_method_ideal );
861847

862848
// Direct debit.

0 commit comments

Comments
 (0)