36587-vm/integrations/PVRAdapter.php
Flatlogic Bot f1b278f27d Chep Kart
2025-12-02 15:13:03 +00:00

1 line
230 B
PHP

<?php class PVRAdapter { public function fetchProductPrice($id) { return null; } public function fetchCoupons() { return []; } public function fetchRatings() { return null; } public function resolveProductURL($id) { return ''; } }