Subscription button not creating a subscription

I am a bit at loss here. I have one customer who had her recurring subscription accidentally cancelled when she made a one-time purchase. It was my fault as the code was set incorrectly.

She wanted to restart a subscription, and i created a button on a hidden page for her. However, it behaved like a one-time purchase only and not a subscription. Not sure what happened, i thought i had put the wrong code or such, so on the following month, i re-created the button code again, double-checking everything, but it still did the exact same thing: a one-time purchase and not recurring payment.

Here is the code:
[s2Member-PayPal-Button level="*" ccaps=“lab,lab201602,wm201602,gold” desc=“Gold membership” ps=“paypal” lc="" cc=“USD” dg=“0” ns=“1” custom=“scrapbookcampus.com” ta=“0” tp=“0” tt=“D” ra=“15” rp=“1” rt=“M” rr=“1” rrt="" rra=“1” /]

What am i missing? Why doesn’t it create a monthly recurring payment of $15??

That is because no level is set. No level - no subscription.

but if the member already has a level, shouldn’t it be “*”?

Yes, button must be “modification” type (must have ‘modify=“1”’ in the shortcode), and the new level must be set.

OK i`ll try that. Thanks.