Quote:
Originally Posted by whitey06
Ok ive now just checked and the log is now showing as failure for the subscriptions that have been purchased.
When clicked on failure its giving me the transaction details with 3 different sub categories:
API:
VB error code - Invalid subscription ID
Get:
Method - Google Checkout
Post:
Shows all details of the transaction
My paid subscription is set up correctly as I use another method on them aswell which works 100% fine and have used many others.
|
I'm currently out of town on business travel, so my response time will be a noticeably slower the next few days.
The first thing I would check is to verify that your template is properly using all the variables, notably the $hash (which it is using to tie the checkout transaction to a user). My guess is that the variable is not properly registering in the template object, or there is a typo in the modified template (because I'm assuming you edited the code and template to support vb4).
When you are on the page that says "Order now using Google Checkout", go look at the source and verify that the form input item "item_merchant_id_1" (or something similar, this is off memory) is being set properly. It should look like some random numbers and letters with some dashes in there. If it is blank or something obviously incorrect, I would say that is your issue.