Current File : /home/getxxhzo/app.genicards.com/config/payments.php
<?php

return [
    'razorpay' => [
        'key' => env('RAZORPAY_KEY'),
        'secret' => env('RAZORPAY_SECRET'),
    ],
];