Can some one tell me how this PIECE of line gets the OrderID??? The truth is... it is not retreiving the correct order ID thatz why I am getting that Foreign Key error?
Can Somebody from DashCommerce who wrote it please explain how this will even return the OrderID??? I am spending too much time on this mates....its getting serious.....
Dim sOrderID As String = Request.QueryString("cm").ToString()
[ This line of code is in ../PayPal/PDTHandler.aspx.vb ]