mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-04 09:01:01 +01:00
4 lines
244 B
TypeScript
4 lines
244 B
TypeScript
/* eslint-disable */
|
|
export const userCreditCardData = `nickname,status,tags,cardNumber,cardName,exp_month,exp_year,cvv,additionalInfo
|
|
Visa test card,active,someTag,4111111111111111,Joe User,04,24,222,This is the additional information field`;
|