Skip to content

Commit e55cdc8

Browse files
committed
Fixed #74 setECheck method bank_acct_name field
1 parent 472f1b6 commit e55cdc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/AuthorizeNetAIM.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ public function setECheck($bank_aba_code, $bank_acct_num, $bank_acct_type, $bank
287287
'bank_acct_num' => $bank_acct_num,
288288
'bank_acct_type' => $bank_acct_type,
289289
'bank_name' => $bank_name,
290-
'bank_acct_name' => $bank_acct_type,
290+
'bank_acct_name' => $bank_acct_name,
291291
'echeck_type' => $echeck_type,
292292
)
293293
);

0 commit comments

Comments
 (0)