Skip to content

Commit

Permalink
Splitting Validate_Finance_CreditCard into its own repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
gauthierm committed Apr 2, 2013
1 parent b553a92 commit 6b5709a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 572 deletions.
260 changes: 0 additions & 260 deletions Validate/Finance/CreditCard.php

This file was deleted.

4 changes: 0 additions & 4 deletions docs/sample_multiple.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ function number($number, $decimal = null, $dec_prec = null, $min = null, $max =
'nocompte' => '12345678901',
'key' => '46'
),
'cc' => '6762195515061813',
'cc2' => '6762195515061814',
'mail' => 'foo@example.com',
'hissiret' => '441 751 245 00016',
'mystring' => 'ABCDEabcde',
Expand All @@ -39,8 +37,6 @@ function number($number, $decimal = null, $dec_prec = null, $min = null, $max =
'name' => array('type'=>'email','check_domain'=>false),
'rib' => array('type'=>'FR_rib'),
'rib2' => array('type'=>'FR_rib'),
'cc' => array('type'=>'Finance_CreditCard_number'),
'cc2' => array('type'=>'Finance_CreditCard_number'),
'mail' => array('type'=>'email'),
'hissiret' => array('type'=>'FR_siret'),
'mystring' => array('type'=>'string',array('format'=>VALIDATE_ALPHA, 'min_length'=>3)),
Expand Down
94 changes: 0 additions & 94 deletions package_CreditCard.xml

This file was deleted.

Loading

0 comments on commit 6b5709a

Please sign in to comment.