Skip to content

Commit

Permalink
Merge pull request #321 from svera/LYNX-390
Browse files Browse the repository at this point in the history
LYNX-390: Added recatpcha information for resendConfirmationEmail
  • Loading branch information
keharper authored May 14, 2024
2 parents 00c8029 + 009cbfa commit f0378e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/graphql/usage/protected-mutations.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Share Wishlist Form | Not applicable

## reCAPTCHA

The following table lists the forms that can be configured to require reCAPTCHA. Go to **Stores** > **Configuration** > **Security** > **Google reCAPTCHA Storefront** > **Storefront** to enable or disable reCAPTCHA on these forms. If reCAPTCHA is enabled, unless an integration token is provided, always specify the HTTP `X-ReCaptcha` header and the value generated by the Google API.
The following table lists the forms and mutations that can be configured to require reCAPTCHA. Go to **Stores** > **Configuration** > **Security** > **Google reCAPTCHA Storefront** > **Storefront** to enable or disable reCAPTCHA on these forms and mutations. If reCAPTCHA is enabled, unless an integration token is provided, always specify the HTTP `X-ReCaptcha` header and the value generated by the Google API.

Field name | Mutation
--- | ---
Expand All @@ -56,6 +56,7 @@ Enable for PayPal PayflowPro payment form | `createPayflowProToken`
Enable for Braintree payment form | Not applicable
Enable for Checkout/Placing Order | `setPaymentMethodOnCart`, `setPaymentMethodAndPlaceOrder`
Enable for Coupon Codes | `applyCouponToCart`
Enable for Resend Confirmation Email | `resendConfirmationEmail`

## Related topics

Expand Down

0 comments on commit f0378e7

Please sign in to comment.