Skip to content

Remove EE module prepending from SubmitService

What does this MR do and why?

Describe in detail what your merge request does and why.

There is no longer any code EE that can be prepended to ServicePing::SubmitService class. This MR cleans CE file from usless attempt of EE code prepending

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

  1. In rails console trigger submit service:
    ServicePing::SubmitService.new.execute

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports