mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-11 10:10:25 +01:00
4 lines
301 B
TypeScript
4 lines
301 B
TypeScript
|
export const paymentsData = `type,account_name,account_holder,cc_number,code,expiration_month,expiration_year,routing_number,account_number,country,issuing_bank
|
||
|
bank,John's savings account,John Doe,,,,,routingNumber,accountNumber,US,US-ALLY
|
||
|
credit_card,John Doe,,41111111111111111,123,01,2023,,,US,`;
|