Added links to wiki for FormatCreditCard
This commit is contained in:
parent
b27b0965af
commit
0f62f9cb5b
3 changed files with 7 additions and 6 deletions
|
@ -31,6 +31,7 @@ import rife.template.ValueRenderer;
|
|||
* </pre>
|
||||
*
|
||||
* @author <a href="https://erik.thauvin.net/">Erik C. Thauvin</a>
|
||||
* @see <a href="https://github.com/rife2/rife2-template-renderers/wiki/rife.render.FormatCreditCard">rife.render.FormatCreditCard</a>
|
||||
* @since 1.0
|
||||
*/
|
||||
public class FormatCreditCard implements ValueRenderer {
|
||||
|
|
|
@ -81,7 +81,7 @@ public final class RenderUtils {
|
|||
/**
|
||||
* Returns the last 4 digits a credit card number. The number must satisfy the Luhn algorithm.
|
||||
* Non-digits are stripped from the number.
|
||||
*
|
||||
*Th
|
||||
* @param src the credit card number
|
||||
* @return the last 4 digits of the credit card number or empty
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue