PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

eCheck Bug in Authorize.net PHP SDK included in GF's add-on

  1. tex77
    Member

    I found a small bug in the Authorize.net AIM API PHP SDK (which is included in the GravityForms Authorize.net Add-on) related to eChecks. I know GF does not actually provide eCheck functionality, but i'm working on a custom implementation.

    In plugins/gravityformsauthorizenet/api/lib/AuthorizeNetAIM.php, line 290 uses the wrong php variable:
    'bank_acct_name' => $bank_acct_type,
    should be
    'bank_acct_name' => $bank_acct_name,

    This bug causes the AuthNet Merchant Interface to display "CHECKING" (the bank_acct_type) in the field intended for bank_acct_name. Maybe not a big deal, but could cause problems for merchants.

    Posted 11 years ago on Thursday February 7, 2013 | Permalink
  2. That error is coming directly from the files Authorize.net provides. You can download a copy here and take a look: http://developer.authorize.net/downloads/ (PHP SDK)

    You might want to report that issue to Authorize.net as it is unrelated to Gravity Forms and nothing we can fix. Good catch.

    Posted 11 years ago on Thursday February 7, 2013 | Permalink

This topic has been resolved and has been closed to new replies.