Skip to content

Commit

Permalink
Ooops, forget to rename in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Chekalskiy committed Jul 2, 2018
1 parent 3b68e32 commit c9da860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ try {

$result = [
'is_unknown' => $bank_info->isUnknown(), // is bank unknown
'name' => $bank_info->getName(true),
'name' => $bank_info->getTitle(true),
'color' => $bank_info->getColor(),
'type' => $bank_info->getCardType(),
];
Expand Down

0 comments on commit c9da860

Please sign in to comment.