Skip to content

Commit

Permalink
Merge branch 'Future' of https://github.com/ashtru/sdk-php into Future
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyoam committed Nov 17, 2015
2 parents e6bc83b + e55cdc8 commit 0b79589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AuthorizeNetAIM.php
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ public function setECheck($bank_aba_code, $bank_acct_num, $bank_acct_type, $bank
'bank_acct_num' => $bank_acct_num,
'bank_acct_type' => $bank_acct_type,
'bank_name' => $bank_name,
'bank_acct_name' => $bank_acct_type,
'bank_acct_name' => $bank_acct_name,
'echeck_type' => $echeck_type,
)
);
Expand Down

0 comments on commit 0b79589

Please sign in to comment.