How to make a subscribe button directly ?

ngatsejacques 惻

Jun 28th, 2022 03:06 PM

Hi i have a free trial. But iā€™d like to make a buton that people would register by paying directly. How can i do that ? Thanks

bobbyiliev 惻

Jun 29th, 2022 01:40 AM

Hi there,

This is actually how Wave works already, you can take a look at the method handling this here:

Wave Paddle Controller

On line 110, there is an if statement that checks if the user exists already, if not it would be automatically created/registered.

Hope that this helps!