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

Stopped receiving variables from Paypal since this week end Options
nadiag
#1 Posted : Tuesday, April 19, 2011 4:37:40 AM
Rank: Starting Member

Groups: Registered

Joined: 4/19/2011
Posts: 2
Location: london
Hi all.
I have a website that send customers to paypal to pay and send them back to the website to confirm their order and send an email (from my website).
It was working fine until sunday where i can't receive any variables from paypal. The interface of the landing page of paypal has also changed.
So I wanted to check if anyone had some similar problems recently. I haven't changed my script. We even put other/older script that used to work ans still nothing!!!
When the user was redirected to the website after payment we could see all variables in the url, now it's only success.php....
We had successful order on saturday but since sunday its not working anymore.
This is very frustrating as it is playing with our image!!!
So if anyone has an idea, may be it is something to changed in my paypal account, please please please get in touch!!

PLease HELP!!!!

Thank you.
Sponsor  
 
nadiag
#2 Posted : Monday, April 25, 2011 9:53:32 AM
Rank: Starting Member

Groups: Registered

Joined: 4/19/2011
Posts: 2
Location: london
Hi.
I still have the problem.
Could someone have a quick look at my config.inc.php script and let me know if there is anything wrong there:
$paypal[business]="xxxxxxxx";
$paypal[site_url]="http://www.airport-shuttle-one.com/";
$paypal[image_url]="";
$paypal[success_url]="iberia/paypal/success-es.php";
//$paypal[success_url]="php_paypal/ipn/ipn.php";
$paypal[cancel_url]="iberia/paypal/error-es.php";
$paypal[notify_url]="iberia/paypal/ipn/ipn.php";
$paypal[return_method]="1"; //1=GET 2=POST
$paypal[currency_code]="EUR"; //[USD,GBP,JPY,CAD,EUR]
$paypal[lc]="ES";

$paypal[url]="https://www.paypal.com/es/cgi-bin/webscr";
//$paypal[url]="https://www.paypal.com/cgi-bin/webscr";
//$paypal[url]="https://www.sandbox.paypal.com/cgi-bin/webscr";
$paypal[post_method]="fso"; //fso=fsockopen(); curl=curl command line libCurl=php compiled with libCurl support
$paypal[curl_location]="/usr/local/bin/curl";

$paypal[bn]="toolkit-php";
$paypal[cmd]="_xclick";
//$paypal[cmd]="_cart";



//Payment Page Settings
$paypal[display_comment]="0"; //0=yes 1=no
$paypal[comment_header]="Comments";
$paypal[continue_button_text]="Continue >>";
$paypal[background_color]=""; //""=white 1=black
$paypal[display_shipping_address]=""; //""=yes 1=no
$paypal[display_comment]="1"; //""=yes 1=no


//Product Settings
$paypal[item_name]="Airport Shuttle One - Reserva IBERIA - ES";
$paypal[item_number]="$_POST[item_number]";
$paypal[amount]="$_POST[amount]";
$paypal[on0]="$_POST[on0]";
$paypal[os0]="$_POST[os0]";
$paypal[on1]="$_POST[on1]";
$paypal[os1]="$_POST[os1]";
$paypal[quantity]="$_POST[quantity]";
$paypal[edit_quantity]="0"; //1=yes ""=no
$paypal[invoice]="$_POST[invoice]";
$paypal[tax]="$_POST[tax]";

//Shipping and Taxes
$paypal[shipping_amount]="$_POST[shipping_amount]";
$paypal[shipping_amount_per_item]="";
$paypal[handling_amount]="";
$paypal[custom_field]="";

//Customer Settings
$paypal[firstname]="$_POST[firstname]";
$paypal[lastname]="$_POST[lastname]";
$paypal[address1]="$_POST[address1]";
$paypal[address2]="$_POST[address2]";
$paypal[city]="$_POST[city]";
$paypal[state]="$_POST[state]";
$paypal[zip]="$_POST[zip]";
$paypal[email]="$_POST[email]";
$paypal[phone_1]="$_POST[phone1]";
$paypal[phone_2]="$_POST[phone2]";
$paypal[phone_3]="$_POST[phone3]";

Also, IPN is turned off in my paypal account...
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.131 seconds.