flurrybox / enhanced-privacy

Magento 2 Enhanced Privacy extension for easier compliance with GDPR. Allows customers to delete, anonymize, or export their personal data.
https://flurrybox.com
GNU General Public License v3.0
43 stars 11 forks source link

Error undo deleting customer #5

Open textarea opened 5 years ago

textarea commented 5 years ago

trying to undo delete customer give this error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'id' in 'where clause', query was: DELETE FROM flurrybox_enhancedprivacy_cleanup_schedule WHERE (id='')

this because \Flurrybox\EnhancedPrivacy\Api\Data\ScheduleInterface::ID = 'id' should be 'schedule_id'