function pay_uninstall in Pay 6
File
- ./
pay.install, line 13 - Pay module allows for accepting payments against a node using pluggable payment backends.
Code
function pay_uninstall() {
drupal_uninstall_schema('pay');
}
function pay_uninstall() {
drupal_uninstall_schema('pay');
}