// en/checkout_mock
export const checkout_mock = {
  card_label: 'Card number',
  expiry_label: 'Expiry (MM/YY)',
  cvv_label: 'CVV',
  pay_button: 'Pay (mock)',
  mock_notice: 'Mock payment form — no real charge',
} as const;
