Files
IQ-Dynamic-Google-Pricing/includes
Malin 0d1bb72214 Fix Merchant API table name - use snake_case
The new Merchant API uses snake_case table names:
- Changed from 'PriceCompetitivenessProductView' to 'price_competitiveness_product_view'
- Updated field names in SELECT query
- Added debug logging to see actual API response structure
- Handle both camelCase and snake_case field names in response

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 18:08:38 +01:00
..