Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Issue with Paypal sandbox merchantpaymentweb: no style and JS errors

I've been using PHP REST API SDK to work on the Paypal sandbox for a few days the first 2 weeks of October (and everything worked great), but when I came back to work on this project today, I had problem with the redirect URL to confirm the payment.

HTML seems OK but there is no style or picture and the form is displayed in simple HTML blocks. The JS console also returns errors like:

ReferenceError: PAYPAL is not defined merchan...3e80dcc (ligne 21)
ReferenceError: YUD is not defined merchan...3e80dcc (ligne 23, col. 17)
ReferenceError: PAYPAL is not defined merchan...3e80dcc (ligne 46)
ReferenceError: s is not defined merchan...3e80dcc (ligne 52)    

Do you know if something change on this page? Requiring new parameters? Or is there a work in progress on this page?

like image 624
Sebastien C. Avatar asked Oct 24 '14 13:10

Sebastien C.


People also ask

How do I test failed transactions in the Paypal sandbox?

Go to the developer.paypal.com home page. Log into the Dashboard if you are not already and click the pull-down menu beneath your name to select Dashboard . Under the Sandbox heading in the left navigation column, click on Accounts . Locate the sandbox account for which you wish to enable negative testing.


1 Answers

I too have been seeing the same JS errors which I think are breaking the page. Sent a message off to PayPal support and will update when/if I get an answer.

like image 96
pevans Avatar answered Oct 02 '22 12:10

pevans