Difficultly seeing that MA currently has an empty list of valid payment types (why? I don't know, why would anything make sense) because it calls debug_display, which on PROD won't show anything.
Possible fixes (multiple selection):
- actually show when the returned value is empty, and not just an empty string / blank screen
- have a manual param to pass to debug_display for when you want it to always show the debug version, not just taking it from the config.
Difficultly seeing that MA currently has an empty list of valid payment types (why? I don't know, why would anything make sense) because it calls
debug_display, which on PROD won't show anything.Possible fixes (multiple selection):