Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | 3x 3x 3x 3x 3x 3x 3x 3x 3x 3x 3x 3x 3x | export const ALL_MERCHANTS_TITLE = "All Merchants"; export const ALL_MERCHANTS_DESCRIPTION = "Manage the security controls that apply across all merchant accounts."; export const REQUIRE_PURCHASE_VERIFICATION_TITLE = "Require Purchase Verification"; export const REQUIRE_PURCHASE_VERIFICATION_DESCRIPTION = "When enabled, customers confirm each purchase with a one-time passcode (OTP) before payment is captured. Purchases that aren’t confirmed in time are not processed."; export const REQUIRE_EMAIL_VERIFICATION_TITLE = "Require Email Verification"; export const REQUIRE_EMAIL_VERIFICATION_DESCRIPTION = "When enabled, a customer’s email address is verified before their purchase can be completed."; export const SECURITY_FORM_NAME = "all-merchants-security-form"; export const SAVE_LABEL = "Save"; export const DISCARD_CHANGES_LABEL = "Discard Changes"; export const SAVE_SUCCESS_MESSAGE = "Security controls updated for all merchants"; export const SAVE_ERROR_MESSAGE = "Failed to update the security controls"; export const SECTION_NAME = "the security controls"; export const LOAD_ERROR_MESSAGE = "The security controls could not be loaded. Refresh the page to try again."; |