Bug: Immediate EOT via Payflow API #873
Closed
Comments
jaswrks
pushed a commit
to wpsharks/s2member-pro
that referenced
this issue
Feb 9, 2016
Short-Term Fix
|
Next Release Changelog:
|
A customer confirms this fix resolves the problem for them. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Under some conditions, the EOT behavior in s2Member Pro will immediately terminate access whenever a customer's subscription naturally expires. Recent versions of the Payflow system set the status to
EXPIRED
, and this is currently handled as an immediate EOT instead of as a delayed EOT that is subject to date calculations to determine the correct date on which a customer should lose access; i.e., based on what they have already paid for.Referencing: https://github.com/websharks/s2member-pro/blob/150722/s2member-pro/includes/classes/gateways/paypal/paypal-payflow-poll.inc.php#L90
Next Actions
expired
status should be treated as if it were a cancellation instead.The text was updated successfully, but these errors were encountered: