function pay_install in Pay 6
@file Pay module allows for accepting payments against a node using pluggable payment backends.
File
- ./
pay.install, line 9 - Pay module allows for accepting payments against a node using pluggable payment backends.
Code
function pay_install() {
drupal_install_schema('pay');
}