Skip to content

Commit 446c20b

Browse files
committed
Add cc form and a method for exp month
1 parent 6abdc12 commit 446c20b

File tree

4 files changed

+6157
-1
lines changed

4 files changed

+6157
-1
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"url": "http://127.0.0.1:8080/etsy_cc.html",
3+
"field_mapping": {
4+
"name": "f1cb6519-4fb3-4e1e-8286-12ddd1c8e237",
5+
"card_number": "f27252a3-c5aa-4062-b422-a879c746d772",
6+
"expiration_month": "fbf757ed-9628-48d1-8eb4-21486fec38fc",
7+
"expiration_year": "42841b42-61a2-4651-b9a4-33ae12a8243e",
8+
"cvv": "7f6eebc8-8281-4653-9940-5fd90ddd62c4"
9+
},
10+
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
11+
"fields": [
12+
"f1cb6519-4fb3-4e1e-8286-12ddd1c8e237",
13+
"f27252a3-c5aa-4062-b422-a879c746d772",
14+
"fbf757ed-9628-48d1-8eb4-21486fec38fc",
15+
"42841b42-61a2-4651-b9a4-33ae12a8243e",
16+
"7f6eebc8-8281-4653-9940-5fd90ddd62c4"
17+
]
18+
}

0 commit comments

Comments
 (0)