diff --git a/includes/class-wc-payments-order-success-page.php b/includes/class-wc-payments-order-success-page.php index a1292f25b1e..24e99e81eb0 100644 --- a/includes/class-wc-payments-order-success-page.php +++ b/includes/class-wc-payments-order-success-page.php @@ -128,7 +128,7 @@ public function show_woopay_payment_method_name( $order ) { */ public function show_lpm_payment_method_name( $gateway, $payment_method ) { $method_logo_url = apply_filters( - 'wc_payments_thank_you_page_bnpl_payment_method_logo_url', + 'wc_payments_thank_you_page_lpm_payment_method_logo_url', $payment_method->get_payment_method_icon_for_location( 'checkout', false, $gateway->get_account_country() ), $payment_method->get_id() );