Posted: April 17, 2015 at 10:30 am
|
Problem with Authorize.net continues. |
Hi William, could you update to the latest release and let us know if the issue continues? Also, thanks for sharing details on the hosting environment. — |
|
|
I have the latest Event Espresso (see previous post). Is there another version on the way (I’ll watch for it.) |
|
updated to 4.6.20.p Results are the same. |
Hi William, If you look within the Auth.net payment method settings, is the Image url loading over HTTP or HTTPS? |
|
|
http (default) |
Hi William, Authorizenet is an onsite payment processor. Do you have an SSL certificate to secure the sensitive financials or are you currently testing out the site? Try adding this filter to your current themes functions.php file: add_filter( 'FHEE__EEM_Payment_Method__verify_button_urls__button_urls_to_try', 'ee_dont_consider_ssl_button_urls' ); function ee_dont_consider_ssl_button_urls( $button_urls_to_try ) { unset( $button_urls_to_try[ 'current_ssl' ] ); unset( $button_urls_to_try[ 'default_ssl' ] ); return $button_urls_to_try; } — |
|
The support post ‘Authorize.net install’ 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.