danielneis / moodle-availability_paypal

An Availability Condition for Moodle to require a PayPal payment to access activities and resources.
https://moodle.org/plugins/availability_paypal
GNU General Public License v3.0
11 stars 7 forks source link

Invalid database table name #9

Closed mudrd8mz closed 8 years ago

mudrd8mz commented 8 years ago

The plugin creates a database table paypal_transactions. However, such a name is valid only if it was owned by the activity module mod_paypal. For this new plugin, all the tables must have the component (frankenstyle) name as its prefix.

https://docs.moodle.org/dev/Plugin_contribution_checklist#Namespace-collisions