The card input does not seem to work, the following JavaScript error is thrown:
The payment gateway itself works, I tried it through the Pay faster feature.
All AddOns were deactivated, the error still exists. Can someone reproduce with newest version?
We use Stripe payments on our Buy XenForo pages which seems to be working correctly.
I'm pretty sure I know from the output in the console where this is going wrong, but to make sure could you try adding the following to your src/config.php file:
PHP:
$config['development']['fullJs'] = true;
And then access the overlay again and provide the console details again?
I have no idea why this would be happening but it should help ensure we're looking in the right area.
I'd like to see a screenshot of the output regardless, please. The error will be roughly the same but the file, line numbers and function names should be slightly different.
That error would really only occur though if it's in a separate page. It is designed to be opened in an overlay and the lack of an overlay appears to be what is causing that error.
This leads me to believe the error might be different if it's loading in an overlay.
I think you just need to remove the ; from the end. That doesn't need to be there and it seems to be what is triggering Stripe into thinking it's an invalid value.