justanotherdev
Forum Replies Created
-
Thanks Denis! No worries, I’ll try that
Forum: Plugins
In reply to: [Code Snippets] Freezes/crashes Chrome on WindowsIs there a fix scheduled for the next update? It’s very hard to use it.
It seems changes go through, but I have to close the tab and navigate back to admin from a new tab.
Forum: Plugins
In reply to: [Gravity Forms Eway] 500 Internal Server Error from test paymentThey left a note that in case the plugin was updated to apply this filter:
$this->options['customerID'] = apply_filters('get_eway_customer_id', $this->options['customerID']);Line added to
\wp-content\plugins\gravityforms-eway\includes\class.GFEwayPlugin.phpinprotected function getEwayCredentials()add_filter('get_eway_customer_id', 'return_eway_id', 5, 1); function return_eway_id($x){ $post_id = $_GET['post_id']; $eway_account_no = get_field('eway_account_number', $post_id); return $eway_account_no; }Forum: Plugins
In reply to: [Gravity Forms Eway] 500 Internal Server Error from test paymentThanks Ross. You’re tips helped. The issue was that the previous dev had modified the core files to load the API key via code rather than the backend.
Forum: Plugins
In reply to: [Eway Payment Gateway] INTERNAL SERVER ERROR at checkoutHi,
Experiencing a similar issue and there is nothing to be found in the server error logs. Has anything changed since this post was created 5 months ago? Is WebAware team aware of any developments / changes that could help here?
Error screenshot if it helps.Wordpress v4.2.10
Gravity forms v1.9.19
Gravity Forms eWay v2.2.2Yep, works just fine. Scratching my head over nothing.
Thanks for the help !