ntak_config.class.php_ORIG 465 B

1234567891011121314
  1. <?php
  2. class NtakConfig
  3. {
  4. const URL = 'https://tss.tesztntak.hu';
  5. const URL_SALE = self::URL.'/api/jegyertekesites';
  6. const URL_CHECK = self::URL.'/api/ellenorzes/statusz';
  7. const URL_VALIDATE = self::URL.'/api/jegyervenyesites';
  8. const REGISTRATION_NUMBER = 'MK23002415';
  9. const TSS_VERSION = '1.0';
  10. //const TAX_NUMBER = '26646970213';
  11. const TAX_NUMBER = '11223344122'; // test system
  12. const TSS_ID = 'URBANTICKETING';
  13. }