So I'm using the Smart Paypal Button in my React application and I've noticed the following warning
A cookie associated with a cross-site resource at http://paypal.com/ was set without the
SameSite
attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set withSameSite=None
andSecure
.
The button is working right now but I'm worried the functionality will break in the near future. Is there anything I can do about this warning? Or is it up to Paypal to fix this server-side?