[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/phortune/constants/ -> PhortuneErrCode.php (source)

   1  <?php
   2  
   3  final class PhortuneErrCode extends PhortuneConstants {
   4  
   5    // NOTE: These constants also appear in Javascript.
   6  
   7    const ERR_CC_INVALID_NUMBER = 'cc:invalid:number';
   8    const ERR_CC_INVALID_CVC    = 'cc:invalid:cvc';
   9    const ERR_CC_INVALID_EXPIRY = 'cc:invalid:expiry';
  10  
  11  }


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1