Things don't appear to be working at the moment. Please try again later.

patchgilll
Contributor
Contributor

Hi There,

I am having an issue on my site which has been working previously.

 

When posting the date to Paypal I now receive :-

 

"Things don't appear to be working at the moment. Please try again later."

 

However if I change the 'business' variable it works fine to my other account. It seems to break when I set the business to a certain account. The webscr post is below :-

"cmd" => "_xclick",
"return" => Url::$curr->data["curr"].Url::$curr->data["curr_ext"]."?done=1",
"cbt" => "(business name)",
"cancel_return" => Url::$curr->data["curr"].Url::$curr->data["curr_ext"],
"business" => "(account)",
"item_name" => "Payment for invoice ref: {$invoice_ref}",
"rm" => "2",
"currency_code" => "GBP",
"amount" => number_format( $amount * 1.035, 2 ),
"no_shipping" => "1",
"charset" => "utf-8",

 

I am unsure what the issue might be?

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.