Do not enable core payment processor types that we believe likely don't work on new installs #16362
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…
Overview
There are a bunch of payment processors that ship with core for historical reasons that we feel somewhat uncomfortable about. We suspect most don't work any more and don't know how to support them if they do. We are now seeing
regular test fails on enotices on some & I think disabling them on new installs is a reasonable approach.
Before
Following payment processor types (that likely don't work) enabled on new installs
After
Above disabled on new installs
Technical Details
We could go further & disable them on existing installs with no active instances (I thought we already had for eWay) but
I think that can be a follow up
Comments
I know I wrote some of these - none would be less than 8 years old which is a long time for a payment processor to go untouched
@lcdservices & @Stoob may have used some of the more obscure ones & be able to say if they work but I'm still fairly comfortable reducing their visibility since we can't support them even if they technically work
@colemanw @seamuslee001