function paypal_payment_update_7101 in PayPal for Payment 7
Enable module chr.
File
- paypal_payment/
paypal_payment.install, line 6
Code
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.');
}
}