We're not hitting the code that calls CreateRecurringPaymentsProfile, presumably because the recurring flag isn't passed through to the response processor. We might have to include that in the return_url.
Description
Description
Details
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Add recurring flag to PayPal Return URL | mediawiki/extensions/DonationInterface | master | +8 -2 |
Event Timeline
Comment Actions
According to the docs, PayPal only appends the 'token' and 'PayerID' parameters:
https://developer.paypal.com/docs/integration/direct/payments/create-process-order/
So we just need to add recurring=1 to the return URL
Comment Actions
Change 336666 had a related patch set uploaded (by XenoRyet):
Add recurring flag to PayPal Return URL