You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am take a look on the github repo i don't see any migration! wow!
> https://github.com/azmenak/react-stripe-checkout
All is good but there are warnings how to fix it (PLEASE HELP ME) ?
Those warnings are very ugly! it's kill me! :(
```
checkout.js:3 You’re using the legacy version of Stripe Checkout.
I wonder if this is getting maintenance, just to know if I will have to look for another option before it starts breaking because of that Chrome update.
I want to use 'react-stripe-checkout' without warnings!
i am take a look on the github repo i don't see any migration! wow! > https://github.com/azmenak/react-stripe-checkout
All is good but there are warnings how to fix it (PLEASE HELP ME) ? Those warnings are very ugly! it's kill me! :(
``` checkout.js:3 You’re using the legacy version of Stripe Checkout.
We released a new version of Checkout in April 2019, which supports mobile wallets and other payment methods:
https://stripe.com/docs/payments/checkout
Learn how to upgrade to the new version:
https://stripe.com/docs/payments/checkout/migration
A cookie associated with a cross-site resource at http://checkout.stripe.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
. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.<StripeCheckout
amount={999}
stripeKey="pk_test_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
token={res => this.onTokenCall(res, createOrderOnCall)}
>
{this.props.children}
The text was updated successfully, but these errors were encountered: