I am done with the payment by using Paypal sandbox..
but i am wondering whether can i change the statement of return (default: Return to gahhon@hotmail.com - according to my email address)?

            string paypalURL = "https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_xclick&business=" + email + "&item_name=Olympia Open College Tuition Fees + " + programmeName + "+" + courseName + "+" + semester + "&amount=" + dblTotalAmount + "&return=" + return_URL;
            Response.Redirect(paypalURL);
Member Avatar for LastMitch

but i am wondering whether can i change the statement of return (default: Return to gahhon@hotmail.com - according to my email address)?

No, it should be in the database. You don't put the email address in the URL. The email should be in the database.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.