fmido88 / moodle-availability_wallet

Restriction access for course module by payment with wallet balance.
Other
0 stars 0 forks source link

missing privacy api #1

Open danmarsden opened 9 months ago

danmarsden commented 9 months ago

Moodle uses a privacy API for GDPR compliance to allow plugins to specify how they deal with user data. Your plugin stores user data in a number of tables which will need to be included in the privaci api classes.

Sites that use continuous integration processes will not be able to use your plugin because Moodle runs unit tests which check to see if all extra plugins include the privacy class.

More information on the privacy class is here: https://docs.moodle.org/dev/Privacy_API

fmido88 commented 9 months ago

Thank you Dan @danmarsden I really forgot about adding it I added it now and also fixed the security issue in process.php page