* * */ return [ /** * Secret Key: Your Chapa secretKey. Sign up on https://dashboard.chapa.co/ to get one from your settings page * */ 'secretKey' => env('CHAPA_SECRET_KEY'), /** * Public Key: Your Chapa publicKey. Sign up on https://dashboard.chapa.co/ to get one from your settings page * */ 'publicKey' => env('CHAPA_PUBLIC_KEY'), ];