🍲dfcv🏰dd⋉(● ∸ ●)⋊@% PNG %k25u25%fgd5n! PNG %k25u25%fgd5n!home/addsolutions/public_html/TECHWAVE/config/paystack.php000064400000001354152427531310017517 0ustar00 * * 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' => env('PAYSTACK_PUBLIC_KEY'), /** * Secret Key From Paystack Dashboard * */ 'secretKey' => env('PAYSTACK_SECRET_KEY'), /** * Paystack Payment URL * */ 'paymentUrl' => "https://api.paystack.co", /** * Optional email address of the merchant * */ 'merchantEmail' => env('MERCHANT_EMAIL'), ];