| Current Path : /var/www/html/ebookingdbkl/common/config/ |
| Current File : /var/www/html/ebookingdbkl/common/config/params-local.php |
<?php
return [
'adminEmail' => 'admin.ebooking@dbkl.gov.my',
'devEmail' => 'cooki3smonst4r@gmail.com',
// 'devEmail' => 'haiqal_ruzana90@yahoo.com',
'emailEnvironment' => 'DEV',
'smsEnvironment' => 'DEV',
'notiContent' => 'https://ebookingdbkl.blunetdev.com/main/document-example',
'payment_gateways' => [
'epic' => [
'apiKey' => '6fb9d3812e9d26b50149f421f9dfa3bb',
'passphrase' => '6e5b95c383eb8a8b46a15a23eaddc15b7652fd23',
'baseUrl' => 'https://epaymentstg.dbkl.gov.my/eps/request',
'merchantCode' => 'ebooking',
'bankSelectUrl' => 'https://epaymentstg.dbkl.gov.my/fpx/request_bank/fpx_mode:01/env:Staging/exchange:EX00011194',
// 'bankSelectUrl' => 'https://ebookingdbkl.blunetdev.com/payments/bank-list',
// 'baseUrl' => '//ebookingdbkl.blunetdev.com/payments/payment-gateway-response',
// 'baseUrl' => 'https://eoc1dc8xgy1t7nz.m.pipedream.net',
'updateStatusUrl' => 'https://eoc1dc8xgy1t7nz.m.pipedream.net', // epic
// 'updateStatusUrl' => 'http://epaymentstg.dbkl.gov.my/eps/update', // epic
'dreamUrl' => 'https://eoa9cferrgyklfu.m.pipedream.net', //dream
'dreamSecret' => 'dbklIgAfnS8EIFrhBjd9UCGS',
]
],
'messaging' => [
'env' => 'DEV',
'mysms' => [
'apiKey' => 'kayi07FHz9u3JzmwcYW+f14wwhshmmSLzo29utE5U7U=',
'baseUrl' => 'https://mysmsdvsb.azurewebsites.net/api/messages'
// 'apiKey' => 'thisislegikeys',
// 'baseUrl' => 'https://httpdump.io/k08a_'
]
]
];