Click here to Skip to main content
15,896,475 members

Comments by robroysd (Top 16 by date)

robroysd 25-Feb-15 14:13pm View    
Hi OriginalGriff,

Thank you for your advice. By integrating I mean, I have a backend service I have written to do the API calls myself. No third party software has been used for integration as you suggested, it might log transactions that are not secure.

I followed the tutorials for doing SetExpressCheckout and SetRecurringPaymentsProfile calls. My code also does other things like listen to IPN and process in the background.

Thanks again for the advice.
robroysd 25-Feb-15 14:10pm View    
Hi RyanDev,

Yes, I believe it was an issue with the account. Below are the things I did

1. Created a new sandbox test account (of type Personal-buyer account)
2. Tested the flow with this new account - ran into same problem
3. Tried with Chrome (I was using Internet Explorer before) and it worked.

I don't know why, but even after deleting cookies and data from IE, it kept filling in the "User Name" field when redirected to PayPal for payment.

But now it is fixed. It was a problem maybe with IE persisting data. But I still don't understand it completely as Sandbox was accepting credentials - skipping the Review amount to pay - and going directly to Sandbox account's home page.

Thanks for your tip.
robroysd 6-Aug-13 10:51am View    
P.S. Tried to attach source code for the above question, but I cant seem to find the link to attach files. I see that articles can include source code, but can anyone tell me how do I attach source code (if allowed) to this question?

Thanks.
robroysd 23-Jul-13 17:18pm View    
Yes, tried many versions of @Html.Raw but was not able to get it to work properly. The only way other than ActionLink (which works for internal application controllers) to compose such anchor tags were just directly using .. with place holders to support model fields.
robroysd 1-Jul-13 10:40am View    
Hi.. as I had mentioned before, we were using MapQuest api's for doing routing calls with their Proximity and Corridor search methods, which let you vary the radius around a route to search POI's for. With the above question, we tried to implement our own method for finding POI's but, getting way points in between Point A and Point B, proved to be difficult. Currently, we will be proceeding with MapQuest api's which already have been unit tested in our project. Maybe in the future, we can adapt our own scheme for doing routing calls and finding POI information from our custom database. Thanks again for all your advice and help.