/**
  * Sets status of transaction to declined and sets it's message
  *
  * @param Pap_Plugins_Tracking_Action_Context $context
  * @param string $checkMessage
  */
 private function declineClick(Pap_Contexts_Click $context) {
     $context->setClickStatus(Pap_Db_ClickImpression::STATUS_DECLINED);
 }