config.php 389 B

12345678910111213141516
  1. <?php
  2. namespace refill\weit;
  3. class config
  4. {
  5. const ORDER_URL = 'http://47.98.208.197/api/telpay';
  6. const QUERY_URL = 'http://47.98.208.197/api/telpay/query';
  7. const MCH_ID = 10014;
  8. const KEY = 'f2962db97df033cac91e3f082dc342bf';
  9. const NOTIFY_URL = BASE_SITE_URL."/mobile/refill_weit.php";
  10. const ExtHeaders = ['Content-Type: application/x-www-form-urlencoded'];
  11. }