<?php
// File: payu_config.php

// --- PayU Configuration ---
// IMPORTANT: Replace these with your actual Merchant Key and Salt from your PayU Dashboard.
define('PAYU_KEY', '1fsdIb');
define('PAYU_SALT', 'XfFBEj0BjLPOzyh2vV3n0ApJBROti9QQ');

// Use 'https://test.payu.in' for testing, or 'https://secure.payu.in' for live payments
define('PAYU_BASE_URL', 'https://test.payu.in'); 
?>
