updated plan, and oxapay integration
This commit is contained in:
@@ -34,5 +34,9 @@ return [
|
||||
'channel' => env('SLACK_BOT_USER_DEFAULT_CHANNEL'),
|
||||
],
|
||||
],
|
||||
'oxapay' => [
|
||||
'merchant_api_key' => env('OXAPAY_MERCHANT_API_KEY', ''),
|
||||
'payout_api_key' => env('OXAPAY_PAYOUT_API_KEY', ''),
|
||||
]
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user