I’m creating a new offline payment gateway using bank and check as examples with no success. The final slice of code seems to be completely ignored. When it’s time to fire function get_payment_overview_content(EE_Payment $payment) the function does not seem to be read and the following occurs:
Is it calling core/db_models/EEM_Gateways.model.php EEM_Gateways->get_payment_overview_content()? It looks like there is a log file line in that function, so it should be easy to see if it’s being called. That should be calling the method on your particular gateway.
It’s not being called. I’m trying to create an Offline Gateway but an Event Espresso core file is blocking this.
plugins/event-espresso-core-reg/shortcodes/espresso_thank_you/EES_Espresso_Thank_You.shortcode.php (Line: 285) has an hardcoded array of Offline gateway names that prevents it from being called
The support post ‘Custom Offline Gateway – get_payment_overview_content method ignored’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.