You are here

function payment_payment_insert in Payment 7

Implements hook_ENTITY_UPDATE_insert() for payment.

File

./payment.module, line 1182
Hook implementations and shared functions.

Code

function payment_payment_insert($payment) {
  entity_get_controller('payment')
    ->saveAttachedData($payment);
}