YetAnotherForum
Welcome Guest Search | Active Topics | Log In | Register

notify_url - subscribe works buy now doesn't? Options
pags
#1 Posted : Thursday, August 18, 2011 9:49:24 PM
Rank: Starting Member

Groups: Registered

Joined: 8/18/2011
Posts: 3
Hi Guys,

I have subscribe button with the notify_url works, I changed it to a buy now button and the notify_url stops working?

The only difference in the button code is:

<input type="image" src="https://www.paypal.com/en_AU/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online.">

<input type="image" src="https://www.paypalobjects.com/en_AU/i/btn/btn_paynowCC_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">

Buy now code:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="idhere........takenout">
<input type="hidden" name="notify_url" value="websitehere.......takenout">
<input type="image" src="https://www.paypalobjects.com/en_AU/i/btn/btn_paynowCC_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypalobjects.com/en_AU/i/scr/pixel.gif" width="1" height="1">
</form>
Sponsor  
 
pags
#2 Posted : Thursday, August 18, 2011 10:25:16 PM
Rank: Starting Member

Groups: Registered

Joined: 8/18/2011
Posts: 3
My bad it is work but what is different is in my php script it has this:


$txn_type = $_POST['txn_type'];

So what is the post back for buy now buttons I need something like complete or successful?

pags
#3 Posted : Thursday, August 18, 2011 10:43:38 PM
Rank: Starting Member

Groups: Registered

Joined: 8/18/2011
Posts: 3
This seams to work:
$txn_type = $_POST['txn_type'];

if ($txn_type=='web_accept')
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAFVision Theme by Jaben Cargman (Tiny Gecko)
Powered by YAF | YAF © 2003-2009, Yet Another Forum.NET
This page was generated in 0.166 seconds.