You are here

function payment_payment_update in Payment 7

Implements hook_ENTITY_TYPE_update() for payment.

File

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

Code

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