HOME


Mini Shell 1.0
La Pieza.DO | Todo lo que buscas!

Bienvenido de nuevo!

Acceso Cuenta Delivery
DIR: /var/www/devs.lapieza.net/config/
Upload File :
Current File : /var/www/devs.lapieza.net/config/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' => 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'),



];