Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
painelcafediretodope.meumercado.app
/
config
/
Editing: paystack.php
<?php /* * This file is part of the Laravel Paystack package. * * (c) Prosper Otemuyiwa <prosperotemuyiwa@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ return [ /** * Public Key From Paystack Dashboard * */ 'publicKey' => getenv('PAYSTACK_PUBLIC_KEY','pk_test_984c15fc89e28647c149e49654c69475ef565eaf'), /** * Secret Key From Paystack Dashboard * */ 'secretKey' => getenv('PAYSTACK_SECRET_KEY','sk_test_77556985d455a0fd326da6662273ad1c3eb8f097'), /** * Paystack Payment URL * */ 'paymentUrl' => getenv('PAYSTACK_PAYMENT_URL',"https://api.paystack.co"), /** * Optional email address of the merchant * */ 'merchantEmail' => getenv('MERCHANT_EMAIL','showrov2185@gmail.com'), ];
Save
Cancel