Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 3.137.211.49
<?php
// $keyId = 'rzp_live_lVO72svmz42oDZ';
// $keySecret = 'Nj0YQdOD9dACoFSGVZysKdrd';
// $keyId = 'rzp_test_5ST9BqRn0zcxQF';
// $keySecret = '1y2LpikpOEhKeYozg6ALipxc';
$keyId = RAZORPAY_KEY_ID;
$keySecret = RAZORPAY_KEY_SECRET;
$displayCurrency = 'INR';
//These should be commented out in production
// This is for error reporting
// Add it to config.php to report any errors
error_reporting(E_ALL);
ini_set('display_errors', 1);
|