Skip to content

Commit 23ce2ee

Browse files
authored
Fix brand variable for Visa Electron
The VisaElectron class doesn't have a brand. Here we rename the cleanName variable to brand variable
1 parent 1cc7196 commit 23ce2ee

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)