Trying to install this on 3.0.3, and am having trouble finding some of the code....
Instructions call to find -
Code:
function construct_payment($method, $cost, $currency, $subscriptionid, $title, $userid)
{
global $vboptions;
But all I can find is this -
Code:
function construct_payment($method, $cost, $currency, $subscriptionid, $title, $userinfo)
{
global $vboptions;
What to do?