WAStoreVisaCard


Seaside-Examples-Store-Model

Comment:

Adds VISA-specific validation to WAStoreCreditCard.

Hierarchy:

ProtoObject
Object
WAStoreCreditCard
WAStoreVisaCard

Summary:

methods:

instance class
as yet unclassified as yet unclassified

Detail:

instance methods:

as yet unclassified
validate

	super validate.
	number first = $4 ifFalse: [self error: 'Visa card numbers must start with "4"'].

class methods:

as yet unclassified
abbreviation

	^ 'VISA'

^top


- made by Dandelion -