Stripe Uses Logged In User For Payment
By default Stripe will user the current logged in user to charge a customer via the processpayment() function. I'd like a filter added to enable me ot change the user id passed to the function preparesource() in class-wc-gateway-stripe.php This will enable me to place orders on behalf of customers via the front end.
3
votes

You can use user switching plugins for that.