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