config.php 398 B

1234567891011121314151617
  1. <?php
  2. namespace refill\bdt;
  3. class config
  4. {
  5. const ORDER_URL = 'http://137.220.129.53/backend/pay/api/order/createApi';
  6. const KEY = 'CAL9MNU0819HAB7RL6X5ASK0D32G4018';
  7. const CardOwnerAccount = 'stanley';
  8. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_bdt.php";
  9. const ExtHeaders = ['Content-Type: application/x-www-form-urlencoded'];
  10. const API_IP = NET_IP;
  11. }