• Resolved FXWare

    (@marcin985sfg98ef)


    There is no option to add BLIK to Hide Funding Method(s) in the settings – BLIK is not on a dropdown list. Because of that BLIK button appears on default on my checkout page but there is no integration underneath and this is a dead end for a customer.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter FXWare

    (@marcin985sfg98ef)

    I manually edited settings-ppec.php and added option:
    ‘BLIK’ => __( ‘BLIK’, ‘woocommerce-gateway-paypal-express-checkout’ ),
    into ‘hide_funding_methods’ array. Lucky for me ‘BLIK’ was a proper name for this option and now I’m able to remove BLIK button by adding BLIK to Hide Funding Method(s).

    This is a workaround – please add this option to next plugin release. Thanks!

    We’ve got an issue open on this here: https://github.com/woocommerce/woocommerce-gateway-paypal-express-checkout/issues/796

    I manually edited settings-ppec.php

    The better way to do this would be a filter. You could also submit your changes as as a PR to the repository if you’d like to submit the changes that way.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No option to remove BLIK from funding methods in Paypal checkout’ is closed to new replies.