I am developing a payment plugin .
Plugin install and enable. I added a new payment method, but my plugin does not create database table.
Can someone help me.
[attachment cleanup by admin]
Hello
The SQL table is create via this trigger plgVmOnStoreInstallPaymentPluginTable
Add this function in your code
function plgVmOnStoreInstallPaymentPluginTable ($jplugin_id) {
return $this->onStoreInstallPluginTable ($jplugin_id);
}