Skip to content

Commit 967767a

Browse files
authored
Merge pull request #54 from nessimabadi/master
Fix brand variable for Visa Electron
2 parents 6a91fbc + 23ce2ee commit 967767a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cards/VisaElectron.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class VisaElectron extends Card implements CreditCard
3232
*
3333
* @var string
3434
*/
35-
protected $cleanName = 'Visa Electron';
35+
protected $brand = 'Visa Electron';
3636

3737
/**
3838
* Card number length's.

0 commit comments

Comments
 (0)