Skip to content

Commit

Permalink
E2E: Update expiry year for test cards to a future date (#8318) (#8322)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinksi committed Mar 28, 2024
1 parent be2eee9 commit d0fed4b
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions tests/e2e/config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"number": "4242424242424242",
"expires": {
"month": "02",
"year": "24"
"year": "45"
},
"cvc": "424",
"label": "Visa ending in 4242"
Expand All @@ -146,7 +146,7 @@
"number": "4111111111111111",
"expires": {
"month": "11",
"year": "25"
"year": "45"
},
"cvc": "123",
"label": "Visa ending in 1111"
Expand All @@ -155,7 +155,7 @@
"number": "378282246310005",
"expires": {
"month": "11",
"year": "30"
"year": "45"
},
"cvc": "1234",
"label": "Amex ending in 0005"
Expand All @@ -164,7 +164,7 @@
"number": "4000002760003184",
"expires": {
"month": "03",
"year": "25"
"year": "45"
},
"cvc": "525",
"label": "Visa ending in 3184"
Expand All @@ -173,7 +173,7 @@
"number": "4000002500003155",
"expires": {
"month": "04",
"year": "36"
"year": "45"
},
"cvc": "626",
"label": "Visa ending in 3155"
Expand All @@ -182,7 +182,7 @@
"number": "4000000000003220",
"expires": {
"month": "04",
"year": "36"
"year": "45"
},
"cvc": "626",
"label": "Visa ending in 3220"
Expand All @@ -191,7 +191,7 @@
"number": "4000000000000259",
"expires": {
"month": "05",
"year": "25"
"year": "45"
},
"cvc": "525",
"label": "Visa ending in 0259"
Expand All @@ -200,7 +200,7 @@
"number": "4000000000002685",
"expires": {
"month": "06",
"year": "25"
"year": "45"
},
"cvc": "626",
"label": "Visa ending in 2685"
Expand All @@ -209,7 +209,7 @@
"number": "4000000000000002",
"expires": {
"month": "06",
"year": "25"
"year": "45"
},
"cvc": "626",
"label": "Visa ending in 0002"
Expand All @@ -218,7 +218,7 @@
"number": "4000000000009995",
"expires": {
"month": "06",
"year": "25"
"year": "45"
},
"cvc": "626",
"label": "Visa ending in 9995"
Expand All @@ -227,7 +227,7 @@
"number": "4242424242424241",
"expires": {
"month": "06",
"year": "25"
"year": "45"
},
"cvc": "626",
"label": "Visa ending in 4241"
Expand All @@ -245,7 +245,7 @@
"number": "4000000000000127",
"expires": {
"month": "06",
"year": "25"
"year": "45"
},
"cvc": "626",
"label": "Visa ending in 0127"
Expand All @@ -254,7 +254,7 @@
"number": "4000000000000119",
"expires": {
"month": "06",
"year": "25"
"year": "45"
},
"cvc": "626",
"label": "Visa ending in 0119"
Expand All @@ -263,7 +263,7 @@
"number": "4000008400001629",
"expires": {
"month": "06",
"year": "25"
"year": "45"
},
"cvc": "626",
"label": "Visa ending in 1629"
Expand All @@ -281,7 +281,7 @@
"number": "4242424242424242",
"expires": {
"month": "06",
"year": "24"
"year": "45"
},
"cvc": "11",
"label": "Visa ending in 4242"
Expand All @@ -299,4 +299,4 @@
"shippingmethod": "Free shipping"
}
}
}
}

0 comments on commit d0fed4b

Please sign in to comment.