You are here

function commerce_payment_modules_enabled in Commerce Core 7

Implements hook_modules_enabled().

File

modules/payment/commerce_payment.module, line 247
Defines the payment system and checkout integration.

Code

function commerce_payment_modules_enabled($modules) {
  commerce_payment_methods_reset();
  _commerce_payment_default_rules_reset($modules);
}