update the fraud_defense recipe

This commit is contained in:
Manoj Kumar
2026-06-07 17:53:59 +02:00
committed by Fabien Potencier
parent aeb5c014bd
commit 4340aa087f
@@ -1,10 +1,11 @@
fraud_defense:
project_id: '%env(FRAUD_DEFENSE_PROJECT_ID)%'
api_key: '%env(FRAUD_DEFENSE_API_KEY)%'
site_key: '%env(FRAUD_DEFENSE_SITE_KEY)%'
# At least one of site_key / checkbox_site_key is required.
site_key: '%env(FRAUD_DEFENSE_SITE_KEY)%'
# checkbox_site_key: '%env(FRAUD_DEFENSE_CHECKBOX_SITE_KEY)%'
min_score: 0.5
fail_on_api_error: true
# checkbox_site_key: '%env(FRAUD_DEFENSE_CHECKBOX_SITE_KEY)%'
# expected_hostname: 'www.example.com'
# transaction_defense:
# enabled: true