paypal error

Suggestions and comments should be left here.
Post Reply
User avatar
lu80
Posts: 20
Joined: Fri Oct 08, 2021 11:31 pm

paypal error

Post by lu80 »

Not sure if it's just me or if this is a bug, but i clicked on the pay for premium links and notice that i wasn't able to chose paypal.
So i took a closer look and found out that the request to paypal dies with an Error 400 Bad Request.
If i call that request myself i get
throw new Error("SDK Validation error: 'Disallowed query param: _'" );

/* Original Error:

Disallowed query param: _ (debug id: f339157ebc406)

*/
Which i think refers to https://www.paypal.com/sdk/js?client-id=[...]&currency=USD&_=1635712951036
Don't know if that's just a temporary bug, but i thought i let you guys know.

Edit: Looks to me like the jQuery cache prevention is interfering with the paypal call.
admin
Site Admin
Posts: 87
Joined: Tue Aug 31, 2021 2:21 pm

Re: paypal error

Post by admin »

Hello Lu,

Thank you for reporting this. We will fix it ASAP
Post Reply