Adds MasterCard-specific validation to WAStoreCreditCard.
ProtoObjectObjectWAStoreCreditCardWAStoreMasterCard
| instance | class |
|---|---|
| as yet unclassified | as yet unclassified |
| as yet unclassified |
|---|
| validate |
super validate. number first = $5 ifFalse: [self error: 'Mastercard numbers must start with "5"']. |
| as yet unclassified |
|---|
| abbreviation |
^ 'MC' |