• On eProcessing Network website I see next message for developers.
    ======
    DEVELOPER NOTICE: ePN will be discontinuing all communications using TLS v1.0 and TLS v1.1 effective June 30, 2015.
    After this date, we will only support communications using TLS v1.2.
    TDBE – (Transparent Database Engine Integration) – TLS v1.2 must be used to communicate with the ePN processing platform.
    AuthNet™ Emulator – TLS v1.2 must be used to communicate with the ePN processing platform.
    ===

    Is your plugin/extension supporting this? Is the cart working without this plugin with eProcessing Network via Authorize.net AIM/CIM/ARB gateway?

    https://ww.wp.xz.cn/plugins/wp-e-commerce/

Viewing 1 replies (of 1 total)
  • hey @niclae_md
    in the main plugin file eprocessingnetwork.php add the code below at the bottom and see if it still works.

    `
    add_action( ‘http_api_curl’, function( &$handle ) {
    curl_setopt( $handle, CURLOPT_SSLVERSION, 6 );
    } );
    `

Viewing 1 replies (of 1 total)

The topic ‘eProcessing Network plugin’ is closed to new replies.