You are here

paypal_payment.install in PayPal for Payment 7

File

paypal_payment/paypal_payment.install
View 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

Namesort descending Description
paypal_payment_update_7101 Enable module chr.