I bought this and enjoy it, however, the support kinda sucks. Figured I'd try here.
For PayPal payments, it is not automatically activating the subscription. I receive the payment into paypal, but it stays in "Unpaid" status. Is there something I am missing in my paypal set up?
=====
Speaking of PayPal, I did discover how to make payments recurring. Dunno if anyone else was needing this but wanting to share.
IN: src/WebBundle/Resources/views/Subscription/paypal.html.twig
ADD
<input type="hidden" name="src" value="100">
<input type="hidden" name="sra" value="5">
This sets recurring cycles at 100 and payment retries at 5.
------
Anyone know how to set up recurring in it for Stripe payments?