#mdubya
1 messages ยท Page 1 of 1 (latest)
Hello, what errors are you getting here specifically? And where do you have GPay disabled?
Gpay disabled in account settings.
basically copy/paste html from checkout.html in that reference
all works as expected. just annoying to see that many errors when i feel like google shouldnt be communicating in any capacity sinces its turned off.
Stepping in as Pompey needs to step away
You are using Payment Element and not Stripe Checkout, correct?
correct
and stripe's own website renders a ton of those "unsafe-eval" errors. which is a newer development but annoying to look at none the less.
Gotcha, in that case Google Pay isn't controlled via your account settings, but instead based on how you create your Payment Element: https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-wallets
You want to set googlePay: 'never' in this case
If you don't want to support it
rgr that. figured it was dynamic.
any thoughts on all those "unsafe-eval" errors? show up on both chrome/firefox dev consoles..
on my site as well as stripes.
think it has something to do w/ recent industry CSPs that have been rolled out.
on same reference page i sent above.
Hmm I don't see it there
Maybe that's cause I have a card in my GPay wallet though
You are seeing it from using the "Preview"?
well. could have sworn the unsafe-evals were rendering on firefox and chrome. only seeing them on chrome at the moment.
think they showed up w/ chrome update 3-4 releases ago.
Ah what version of Chrome are you on?
105.0.5195.127
Pretty sure I started noticing them around .124
Hmm okay I'll flag this internally just to make sure it isn't causing any issues, but you should be fine to ignore the errors for now.
thx
yessir
This seems like it may be caused due to an Extension
Are you seeing the same in Incognito?