Herbal Powders

Baby Care / Mother care

public function cc_return() { $data = $this->input->post(); // CCAvenue response data if (!empty($data)) { // Process payment response log_message('error', 'CCAvenue Response: ' . json_encode($data)); // Redirect or show success message redirect('payment/success'); } else { show_error('Invalid payment response received.'); } }