You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* 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`;
|