Reputation: 67
I have an IPN and subscription button working properly. I have a custom variable being sent with the Paypal subscription button form.
I use the custom variable to update the membership expiry date, the custom variable is the members id.
My question:
Before I test the IPN over the span of the next couple of days, are custom variables included in the recurring billing cycles?
If not, I'll have to rethink how to automatically update the users membership expiry date
Upvotes: 1
Views: 693
Reputation: 67
There's definitely quicker ways, but I forgot about this problem and the demo recurring billing just incurred the other day.
The custom variable is included in the ipn on the recurring billing cycle in the future.
Upvotes: 1
Reputation: 873
If you passed a custom
variable in your transaction, it should be return in IPN. See here for the list of variable that will be return in IPN for a transaction.
Upvotes: 0