refactoring, airtelmoney test
This commit is contained in:
16
config/airtelmoney.php
Normal file
16
config/airtelmoney.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
"clientID" => "94351d4d-4909-4056-ad9d-8052a332d6b9",
|
||||
"clientSecret" => "bf665590-2519-49af-8d1f-7cd0dce1dc7a",
|
||||
'payments_url' => "https://openapiuat.airtel.africa/merchant/v1/payments",
|
||||
//CONTINENTAL CAPITAL
|
||||
"clientID" => "9ff18a6d-331e-4ec5-9ecc-4e512e13747c",
|
||||
"clientSecret" => "40f44254-10e7-4eb8-b161-38125117f4ba",
|
||||
"authURL" => "https://openapiuat.airtel.africa/auth/oauth2/token",
|
||||
|
||||
|
||||
]
|
||||
|
||||
?>
|
||||
@@ -14,7 +14,7 @@ return [
|
||||
*/
|
||||
|
||||
'defaults' => [
|
||||
'guard' => 'web',
|
||||
'guard' => 'api',
|
||||
'passwords' => 'users',
|
||||
],
|
||||
|
||||
@@ -73,7 +73,7 @@ return [
|
||||
|
||||
// 'users' => [
|
||||
// 'driver' => 'database',
|
||||
// 'table' => 'users',
|
||||
// 'table' => 'auth_users',
|
||||
// ],
|
||||
],
|
||||
|
||||
|
||||
8
config/kazang.php
Normal file
8
config/kazang.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'test_base_url' => 'https://testapi.kazang.net',
|
||||
'production_base_url' => 'https://testapi.kazang.net',
|
||||
];
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user