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

Commit 6ca1db3

Browse files
author
Amine Mouafik
authored
Fix test by updating credit card expiration date - again
1 parent 9800981 commit 6ca1db3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/gateway.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ describe('Payflow service', function () {
144144
it('should perform a refund', function (done) {
145145
var cc = {
146146
creditCardNumber: '4111111111111111',
147-
expirationYear: '18',
147+
expirationYear: '21',
148148
expirationMonth: '01',
149149
cvv: '000'
150150
};
@@ -162,7 +162,7 @@ describe('Payflow service', function () {
162162
it('should support partial refund', function (done) {
163163
var cc = {
164164
creditCardNumber: '4111111111111111',
165-
expirationYear: '18',
165+
expirationYear: '21',
166166
expirationMonth: '01',
167167
cvv: '000'
168168
};
@@ -195,7 +195,7 @@ describe('Payflow service', function () {
195195
it('should void a non settled transaction', function (done) {
196196
var cc = {
197197
creditCardNumber: '4111111111111111',
198-
expirationYear: '18',
198+
expirationYear: '21',
199199
expirationMonth: '01',
200200
cvv: '000'
201201
};

0 commit comments

Comments
 (0)