Skip to content

Commit 043ebab

Browse files
authored
Merge pull request #13 from delatbabel/fix-test-card-expiry
Fix tests which were failing because the test card had expired
2 parents 4a89c04 + 3f5303e commit 043ebab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ProGatewayTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function setUp()
2020
'lastName' => 'User',
2121
'number' => '4111111111111111',
2222
'expiryMonth' => '12',
23-
'expiryYear' => '2016',
23+
'expiryYear' => '2020',
2424
'cvv' => '123',
2525
)),
2626
);

0 commit comments

Comments
 (0)