Line 235 of commerce_contributions.module

$entity_id = $object->nid;

Looking at the object structure should this line read:

$entity_id = $object->display_context['entity']->nid;