Hei Everyone..
Im having a problem in my application . I have a simple link to get redirect to a Liberty Reserve Merchant and the flow is after the success of the deposit in the LR, it supposed to come back in my asp code and save some details in the Database.
I dont have a problem with the deposit in the LR but it doesnt continue the flow. I dont understand why. Here is my sample code ( VB.net) code behind in the button
Response.Redirect("https://sci.libertyreserve.com/?lr_acc=U4667045&lr_amnt=10.55&lr_currency=LRUSD")
SaveIntoDb()
my function SaveIntoDB() is working properly but I don ...
Go to the complete details ...