cancel
Showing results for 
Search instead for 
Did you mean: 

How can we get line item details in response

Hi,

 

I am new to this. I am trying to use Server Integration Method (SIM) in my j2ee application. Everthing is fine I am able to get the relay response but can anyone suggest how can I get the item details submitted with response atleast the quantity of items.

 

There is another issue i am facing, for each transaction I am getting the transaction id as 0 in response. I am not submitting x_test_request with the form.

 

Please help.

 

Priyank

priyanksriva
Member
2 REPLIES 2

Your account could be set to test mode, go into your control panel and make sure it isn't. If that isn't the problem, please post the code you're using to submit your data, and also a var dump of the response on your relay response page (I use print_r() for PHP and log it to a file, don't know what the equivalent would be for your language). Post those in code boxes, fourth icon from the left if posting in Rich Text mode.

TJPride
Expert

Thanks...

 

Things are working for me now..