paypal_payment.install in PayPal for Payment 7
File
paypal_payment/paypal_payment.installView source
<?php
/**
* Enable module chr.
*/
function paypal_payment_update_7101() {
if (!module_enable([
'chr',
])) {
throw new DrupalUpdateException('Could not enable the chr module. Please download it before running this update.');
}
}
Functions
Name | Description |
---|---|
paypal_payment_update_7101 | Enable module chr. |