|
|
|
Rank: Starting Member
Groups: Registered
Joined: 11/23/2004 Posts: 1 Location: ,
|
Okay everybody, here's the magic answer to your problems with the IPN CF Code:
The posted tutorial code includes
"<!-- post back to PayPal system to validate -->
<CFHTTP URL="https://www.paypal.com/cgi-bin/webscr?#str#" METHOD="GET" RESOLVEURL="false">
</CFHTTP>"
The problem is, the CFHTTP tag SHOULD NOT CLOSE. Remove it to read
"<!-- post back to PayPal system to validate -->
<CFHTTP URL="https://www.paypal.com/cgi-bin/webscr?#str#" METHOD="GET" RESOLVEURL="false">"
and your code will post right.
:)
|
|
|
|
|
|
|
|
|
Rank: Starting Member
Groups: Registered
Joined: 9/16/2002 Posts: 2,960 Location: ,
|
Thanks for posting that but I'm confused. We got the code straight from Macromedia: http://livedocs.macromed...1/htmldocs/tags-p58.htm
Do you know if there is some sort of bug? Patrick Breitenbach PayPal, Inc. Dev Net: https://www.paypal.com/pdn
|
|
|
|
Rank: Starting Member
Groups: Registered
Joined: 1/27/2005 Posts: 3 Location: ,
|
The closing </cfhttp> tag is only required if using cfhttpparam tags in the body of the tag. Courtney WebOxygen http://www.weboxygen.net
|
|
|
|
Rank: Starting Member
Groups: Registered
Joined: 1/28/2005 Posts: 3 Location: ,
|
I tried removing the </CFHTTP> but it still didn't work. I am getting the CFHTTP.FileContent = 'Invalid' still and I'm stuck. I'm not sure where this is coming from and I don't know why it's needed. Can you provide any more info?
|
|
|
|
Guest
|
YAFVision Theme by Jaben Cargman (Tiny Gecko)Powered by YAF |
YAF © 2003-2009, Yet Another Forum.NETThis page was generated in 0.296 seconds.