We are using c# AIM method for our website's payment integration to authorize.net. We have an issue with Purchase order number in authorize.net. PO number is not being displayed in any of the transaction's detailed page.
Following is the variable assignment , where both are strings
data.PoNum = SessionManager.CurrentOrder.PurchaseOrderNumber;
If we make an assignment like
data.PoNum = "12345" ; -- This is being shown in transaction detail page but when we are sending dynamic varaibles , those are not being shown.
We have checked by printing po number to a text file at our end and we can confirm that we are successfully sending PO number to authorize.net Server. Please suggest us a possible solution for this issue .
Solved! Go to Solution.
โ02-25-2013 09:46 AM
We got the problem, it was solved. Thanks for your support.
โ02-28-2013 01:05 AM