[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
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 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |