All files / src/components/Merchants/MerchantPreview constants.ts

100% Statements 4/4
100% Branches 0/0
100% Functions 0/0
100% Lines 4/4

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    57x   57x     57x     57x  
import { MAX_UPLOAD_SIZE } from "@hooks/upload-api/uploadHooks";
 
export const ATTACHMENT_TEXT = `Max. 1 file, up to ${MAX_UPLOAD_SIZE.label} each (.png, .jpg, .jpeg, .webp, .heic)`;
 
export const THIRTY_DAYS_IN_SECONDS = 30 * 24 * 60 * 60; // 2,592,000 seconds
 
export const AGREEMENT_CHECKBOX_PROVIDER =
  "By checking this box, I acknowledge that I have read, understand, and agree to the terms and conditions of the Provider Agreement, and confirm that our business adheres to all applicable Federal, State, and Local laws, as well as Acquirer rules and regulations.";
 
export const AGREEMENT_CHECKBOX_MERCHANT =
  "By checking this box, I acknowledge that I have read, understand, and agree to the terms and conditions of the Service Agreement, and confirm that our business adheres to all applicable Federal, State, and Local laws, as well as Card Brand rules and regulations.";