We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See GEWIS/sudosos-frontend-2023-09-07#7
These privacy concerns still exist, the reasoning as to why disabling is possible still applies, the mentioned references still work.
From https://stripe.com/docs/disputes/prevention/advanced-fraud-detection
import {loadStripe} from '@stripe/stripe-js/pure'; loadStripe.setLoadParameters({advancedFraudSignals: false}); const stripePromise = await loadStripe('pk_test_XXXXXXXXXXXX');
The text was updated successfully, but these errors were encountered:
PR has been opened #247
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
See GEWIS/sudosos-frontend-2023-09-07#7
These privacy concerns still exist, the reasoning as to why disabling is possible still applies, the mentioned references still work.
From https://stripe.com/docs/disputes/prevention/advanced-fraud-detection
The text was updated successfully, but these errors were encountered: