Feat/parapharmacy api #38
Reference in New Issue
Block a user
Delete Branch "feat/parapharmacy-api"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The CIMA search API returns {results: [...]} but the admin panel was treating it as an array, causing CIMA products to be lost. Now handles both formats: - Array: [...] - Object: {results: [...]}