JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "paystack.php"

Full Path: /home/u703019046/domains/nawabs.com.au/public_html/config/paystack.php
File size: 557 bytes
MIME-type: text/x-php
Charset: utf-8

<?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 [

    'publicKey' => getenv('pk_test_057dfe5dee14eaf9c3b4573df1e3760c02c06e38'),

    'secretKey' => getenv('sk_test_77cb93329abbdc18104466e694c9f720a7d69c97'),

    'paymentUrl' => getenv('https://api.paystack.co'),

    'merchantEmail' => getenv('Test@gmail.com'),

];