File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ through a payment gateway.
22
22
Basic Usage
23
23
-----------
24
24
25
- To use the CardScheme validator, simply apply it to a property or method on an
26
- object that will contain a credit card number.
25
+ To use the `` CardScheme `` validator, simply apply it to a property or method
26
+ on an object that will contain a credit card number.
27
27
28
28
.. configuration-block ::
29
29
@@ -91,7 +91,7 @@ Available Options
91
91
schemes
92
92
-------
93
93
94
- **type **: ``array ``
94
+ **type **: ``array `` [ :ref: ` default option<validation-default-option> `]
95
95
96
96
This option is required and represents the name of the number scheme used to
97
97
validate the credit card number. Valid values are:
@@ -107,13 +107,13 @@ validate the credit card number. Valid values are:
107
107
* ``MASTERCARD ``
108
108
* ``VISA ``
109
109
110
- For more information about the used schemes, see `Wikipedia `_.
110
+ For more information about the used schemes, see `Wikipedia: Issuer identification number (IIN) `_.
111
111
112
112
message
113
113
~~~~~~~
114
114
115
115
**type **: ``string `` **default **: ``Unsupported card type or invalid card number ``
116
116
117
- The default message supplied when the value does not pass the CardScheme check.
117
+ The message shown when the value does not pass the `` CardScheme `` check.
118
118
119
- .. _`Wikipedia` : http://en.wikipedia.org/wiki/Bank_card_number#Issuer_identification_number_.28IIN.29
119
+ .. _`Wikipedia: Issuer identification number (IIN) ` : http://en.wikipedia.org/wiki/Bank_card_number#Issuer_identification_number_.28IIN.29
You can’t perform that action at this time.
0 commit comments