Skip to content

Commit

Permalink
CC last 4 to string
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi committed Aug 18, 2014
1 parent c121250 commit 4426ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Message/AIMRefundRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function testGetData()
'transactionReference' => 'authnet-transaction-reference',
'amount' => 12.12,
'card' => array(
'number' => 1111, // Refunds require only the last 4 digits of the credit card
'number' => '1111', // Refunds require only the last 4 digits of the credit card
'expiryMonth' => 5,
'expiryYear' => 2020
)
Expand Down

0 comments on commit 4426ff1

Please sign in to comment.