After submitting a test basket, I get the following message:
“Thank you for your payment of USD X.00 for the Demo Subscription 2 for demo using a Visa Credit Card. Your payment has been completed with transaction id 2ABC911458 and with subscription id 2238120.”
Here is the URL that is serving this page:
Code:
../index.php/profile/pluginclass?plugin=cbpaidsubscriptions&cbpgacctno=1&cbppdtback=fee5857d6fe51cc2286653a5e9f638fa&cbpbasket=2&result=paynow&cbpid=cbp531c9a22ce2c0166068312
I see that the subscription id is correct when I review it against the sandbox.authorize.net account. For some reason this value is not submitted to the demo joomla site’s database for ‘subscr_id’.
When I check the string in the language file I see “Your payment has been completed with subscription id %s.” This makes me think that the %s is a string built from one of the values posted in the URL. Is that correct? If so, how can I decrypt that value to pass through a custom “thank you” page form?