vads_cust_name can contain spaces, its type is "ans" no "an"

This commit is contained in:
Benjamin Dauvergne 2012-10-05 16:08:27 +02:00
parent 65b9a89c1f
commit a244c4fec1
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ PARAMETERS = [
Parameter('vads_cust_country', 'a', 22, length=2, default='FR'),
Parameter('vads_cust_email', 'an@', 15, max_length=127),
Parameter('vads_cust_id', 'an', 16, max_length=63),
Parameter('vads_cust_name', 'an', 18, max_length=127),
Parameter('vads_cust_name', 'ans', 18, max_length=127),
Parameter('vads_cust_phone', 'an', 23, max_length=63),
Parameter('vads_cust_title', 'an', 17, max_length=63),
Parameter('vads_cust_city', 'an', 21, max_length=63),