Brent Shepherd
Brent Shepherd
> The point is, these plugins are out there, and although its not consistent, the Action Scheduler is allowing in some cases for invalid actions to be scheduled. Action Scheduler...
@kmg-yrabelo I just added some notes on https://github.com/Prospress/woocommerce-subscriptions-importer/pull/125#issuecomment-231810904 to explain why that PR won't be merged, we'll try to come up with another solution in the next couple of days...
> > Can just confirm that the store is moving all their subscriptions to a different URL? > > The URL is not going to change Unfortunately, it still won't...
@alanpace yes unfortunately this is still the case. PayPal only send IPN messages to the URL used when the subscription was created, so there's nothing we can do. You could...
> My assumption (please correct me if I'm wrong, of course) is that the "custom" field is the one that Woo looks at for action: That's wrong. :) Subscriptions attempts...
> I guess the question is this: is there any way to have Subscriptions look at recurring_payment_id on the inbound request? It _should_ be doing that already. It falls back...
> To me the issue looks like it would be happening after this function. @phylaxis that's possible. Are you seeing any `Subscription IPN Error:` log entries to explain the IPN...
@DaveHamilton ah OK that makes sense. That's a much bigger, more painful issue. That means the IPN is for a Subscription using PayPal Express Checkout Recurring Payments, not PayPal Standard...
> even if we found an IPN handler for PayPal Express Checkout Recurring Payments that worked with WooCommerce how would we tie that in with WooSubscriptions? Or is that not...
> hooking it into WooCommerce Subscriptions be all that's required? Hooking into WooCommerce should be all that's required. As long as you can get the IPN to come to the...