Skip to content

Commit 2f51f06

Browse files
sparky672staabm
authored andcommitted
Entries: ref. source location in creditcard-method.xml (#29)
Many questions on StackOverflow are triggered by errors caused by users not knowing that this method is part of the Additional Methods file. This is a matter of fact and should be included in the documentation.
1 parent 12b0be1 commit 2f51f06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entries/creditcard-method.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<longdesc>
66
Return true if the value is a valid credit card number.
77
<p>Works with text inputs.</p>
8+
<p>Part of the additional-methods.js file</p>
89
<p>Note: The algorithm used can't verify the validity of the number - it is just an integrity check. As with any other clientside validation, you have to implement the same or better validation on the serverside.</p>
910
</longdesc>
1011
<example>

0 commit comments

Comments
 (0)