The module's database tables should use the InnoDB storage engine with references to other tables.
More specifically, the tblcurrencies and tbldomainpricing tables should be referenced, so that all related entries are removed from the database when a domain or currency is removed from WHMCS.
Requires fixing of upgrade function (for version 2.1.0 alpha) and enomPricingUpdater_activate to use new table structure.
The module's database tables should use the InnoDB storage engine with references to other tables.
More specifically, the
tblcurrencies
andtbldomainpricing
tables should be referenced, so that all related entries are removed from the database when a domain or currency is removed from WHMCS.Requires fixing of upgrade function (for version 2.1.0 alpha) and
enomPricingUpdater_activate
to use new table structure.Related question on Stack Overflow