• Resolved Denis Stetsenko

    (@mstrdh)


    Hi!

    Any reason why you disabled default Payment options here rcp-mollie-addon/inc/helpers/mollie-rcp-helpers.php ?

    I have to comment out Stipe to have this option together with Mollie IDEA.

    //unset($gateways['stripe']);
    //unset($gateways['stripe_checkout']);

    Maybe you’ll add some filter or option to choose which payment methods to have?

    Thanks in advance!

    ~
    Denys

Viewing 2 replies - 1 through 2 (of 2 total)
  • Same issue here. The following lines cause a PHP Fatal Error.
    Uncomment these lines to fix the problem.

    unset($gateways[‘stripe’]);
    unset($gateways[‘stripe_checkout’]);

    PHP Fatal error: Uncaught Error: Call to undefined function rcp_is_stripe_subscriber()

    Sander de Wijs, could you look into this and fix the issue?

    Thanks in advance.

    Plugin Author SdeWijs

    (@sdewijs)

    Hi Guys,
    I missed your support request, but this issue was fixed in the latest version. The reason the Stripe and Paypal were initially disabled was that they caused a conflict with the loader that handled the Mollie gateways. This was not an ideal solution obviously and has been replaced with a better solution allowing all gateways.
    Regards,
    Sander

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Default Payment Getaways’ is closed to new replies.