Skip to content
This repository was archived by the owner on Oct 1, 2019. It is now read-only.

Commit 6e9eb22

Browse files
author
Amine Mouafik
authored
Fix test by updating credit card expiration date
1 parent 31b6ae5 commit 6e9eb22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/createSubscription.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe('create subscription', function () {
3131
.withCreditCardNumber('4111111111111111')
3232
.withCvv2('123')
3333
.withExpirationMonth('01')
34-
.withExpirationYear('2018');
34+
.withExpirationYear('2020');
3535

3636
var prospect = new Prospect()
3737
.withBillingFirstName(casual.first_name)
@@ -57,7 +57,7 @@ describe('create subscription', function () {
5757
.withCreditCardNumber('4111111111111111')
5858
.withCvv2('123')
5959
.withExpirationMonth('01')
60-
.withExpirationYear('2018');
60+
.withExpirationYear('2020');
6161

6262
var prospect = new Prospect()
6363
.withBillingLastName(casual.last_name)

0 commit comments

Comments
 (0)