• Resolved peter_l_p

    (@peterlarsenpan)


    Hi guys,

    hope you are doing fine.

    I add my own gateways using the filter woocommerce_payment_gateways. This works fine except when I activate your plugin.

    If I change in your class Settings line 10 from

    add_action( 'widgets_init', [$this, 'pluginOptions'], 9999999 );

    to

    add_action( 'init', [$this, 'pluginOptions'], 9999999 );

    everything works fine. Could you please check this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support mathdaniel

    (@mathdaniel)

    Hello @peterlarsenpan ,

    I hope you’re doing well.

    Thank you for informing us about the issue you’re experiencing. We’ll review it and conduct the necessary tests.

    Best regards, peace!

    Plugin Author Kleinmann

    (@kleinmannbrightvessel)

    Hello @peterlarsenpan,
    I hope you are well

    Thank you for your feedback,
    We have checked it, it works for most payment methods, but we will improve the choice of which hook to use for it, to avoid this problem.

    By the way init didn’t work for me

    – Best Regard

    Plugin Support mathdaniel

    (@mathdaniel)

    Hello,

    I hope you are well.

    As we haven’t received a response, I’ll mark this as resolved. Feel free to open a new topic if you continue encountering issues, or reopen this topic; we’d be happy to assist. Thank you!

    Best regards, peace!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.