Skip to content

Commit

Permalink
updated card expire years to 2050
Browse files Browse the repository at this point in the history
  • Loading branch information
zmonteca committed Jul 13, 2017
1 parent a62904f commit f66c6f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/Messages/CreditCard/AuthorizeRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function testGetData()
'lastName' => 'User',
'number' => '4111111111111111',
'expiryMonth' => '07',
'expiryYear' => '2020',
'expiryYear' => '2050',
'cvv' => '123',
'billingAddress1' => '123 Billing St',
'billingAddress2' => 'Billsville',
Expand Down
2 changes: 1 addition & 1 deletion tests/Messages/CreditCard/CreateCardRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function testGetData()
'lastName' => 'User',
'number' => '4111111111111111',
'expiryMonth' => '07',
'expiryYear' => '2020',
'expiryYear' => '2050',
'cvv' => '123',
'billingAddress1' => '123 Billing St',
'billingAddress2' => 'Billsville',
Expand Down
2 changes: 1 addition & 1 deletion tests/Messages/CreditCard/PurchaseRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function testGetData()
'lastName' => 'User',
'number' => '4111111111111111',
'expiryMonth' => '07',
'expiryYear' => '2020',
'expiryYear' => '2050',
'cvv' => '123',
'billingAddress1' => '123 Billing St',
'billingAddress2' => 'Billsville',
Expand Down

0 comments on commit f66c6f2

Please sign in to comment.