Skip to content

Commit

Permalink
filter deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
frosso committed Nov 7, 2024
1 parent 8b9fc81 commit d64fe96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-wc-payments-order-success-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
);
Expand Down

0 comments on commit d64fe96

Please sign in to comment.