Skip to content

Commit

Permalink
Fix fake value
Browse files Browse the repository at this point in the history
  • Loading branch information
XaosSintez committed Jul 21, 2016
1 parent 14ff919 commit dce2c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Api/ApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@ private function getFakeValue($attribute, $class)
case 'threeDSecureType':
return 'integrated';
case 'paymentMethods':
return ['visa'];
return ['Visa'];
case 'merchantCategoryCode':
return 5966;
case 'accountType':
Expand Down

0 comments on commit dce2c21

Please sign in to comment.