> See I don't have HTTPS so I cannot use the cURL. I am using fgets and > fputs, but your example does still help.
I don't have https but cURL has worked fine, at least in sandbox mode. > And you are using the complete method to save all pertinent Paypal > returned values into a table. Are you doing any checking of the txn_id > or verifying amounts? yes, all the amounts etc are saved in the complete method, though it's not live and still requires some additional checks security wise (I'm also new to paypal, so not sure of all the possible hacks!). I might add some extra common vars to the component, like $orderTotal etc, which I can check either after or before checking with paypal that things are ok, that way the component is self contained. sorry for not saying the code wasn't complete ! jon -- jon bennett t: +44 (0) 1225 341 039 w: http://www.jben.net/ iChat (AIM): jbendotnet Skype: jon-bennett --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
