we can set up two separate instances of the module.
the first instance, which we have now, we submit one time payments, and the previous page passes the amount, description, and item # via session variables.
we also want to set it up (with a second instance), that will handle recurring payments, so we need to be able to just as above send the recurring payment (you call it subcription) variables to that instance via session variables.
can this be done now? or is it something that can be added?
Thanks! Andrew |