[Plugin: Donate Plus] Recurring Payments not correctly implemented
-
Firstly I am using WP v2.9.1 and Donate Plus v1.6.
All is generally working well and I have not had any problem with the Paypal HTTPS redirect that others have had (Im still using Port 80).However, after examining the code I don’t think you have correctly implemented recurring payments. What you have done is implemented a one-off subscription payment. The Paypal documentation for website payments describes the ‘src’, ‘srt’, and ‘sra’ values which are required to implement recurring payments. These are not used at all in the code. I think you have correctly set ‘a3’, ‘p3’ and ‘t3’ values for subscriptions. You also need to set ‘src’ to indicate that a recurring payment should be initiated and the ‘srt’ value to the number of times the payment should recur. The ‘sra’ value is optional and determines whether Paypal should reattempt a failed recurring payment.
- The topic ‘[Plugin: Donate Plus] Recurring Payments not correctly implemented’ is closed to new replies.