public function process_capture($authorization, $feed, $submission_data, $form, $entry)
 {
     /**
      * HOOK for backwards compatibility.
      *
      * @deprecated
      */
     do_action('gform_authorizenet_post_capture', rgar($authorization, 'is_authorized'), rgars($authorization, 'captured_payment/amount'), $entry, $form, $this->_args_for_deprecated_hooks['config'], $this->_args_for_deprecated_hooks['aim_response']);
     return parent::process_capture($authorization, $feed, $submission_data, $form, $entry);
 }