Mirco Babini
Mirco Babini
> Do the upgrading the version to latest or paid version will solve problem or not ! Nope. You can try this workaround though: https://gist.github.com/mircobabini/13c083d7a2b312848f97496126d2aff2 Let us know if you...
That issue is a full report of the investigation. Still useful but not really a solution.
I'm sorry but this is not the right place to get general support unrelated to a bug. Feel free to reach us on Slack or open a support ticket on...
> Maybe we should allow admins to kick this off. Yes. > Maybe we should just check for changes to the TOS page No. Because TOS page can be an...
This work may conflict with the "subs table" work we are doing. We should revisit after the subs table work is ready.
Thanks I'm on this since yesterday, already have a PR to push today/tomorrow. Gonna convert all jQuery deprecated shorthands to the .on and .trigger equivalent which are also faster and...
Thanks for sharing your ideas. I would slightly change the action names to be more consistent, but I think this is useful to place your settings the way you want.
Mh, what if we save the session data on a custom table? `wp_pmpro_memberships_sessions` with: ID, session_id, data (serialized) Thanks to the gateway response I know the order_id, then I know...
CASE 4) "We actually just had a case on our own site last night where it just looks like someone checked out on PayPal then waited a few hours before...
Just created a FALLBACK FIX for this [here](https://gist.github.com/mircobabini/13c083d7a2b312848f97496126d2aff2). Of course it's a fallback. If session is lost OR if the wp_insert_user fails are two different cases and should be handled...