Skip to content

Process order: Force customer creation no longer working #518

@townofdon

Description

@townofdon

Hi there!

I have a client who uses the Woocommerce Stripe plugin - their business model is unique in that they need to re-charge customers who purchase items on their Wordpress site, even if the customer does not create an account.

Previously, I was able to add the previous code to force customer creation to always happen:

add_filter( 'wc_stripe_force_customer_creation',  '__return_true' );

Unfortunately it looks like the 'wc_stripe_force_customer_creation' hook was removed and this is no longer possible. After looking through the code it wasn't immediately obvious if there was another hook.

Is there another way to force customer creation to always occur on payment_process?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions