You are here

function payment_commerce_payment_method_insert in Payment for Drupal Commerce 7.2

Same name and namespace in other branches
  1. 7 payment_commerce.module \payment_commerce_payment_method_insert()

Implements hook_ENTITY_TYPE_ACTION().

File

./payment_commerce.module, line 173
Hook implementations and shared functions.

Code

function payment_commerce_payment_method_insert() {
  drupal_static_reset('commerce_payment_methods');
}