Skip to content

Commit

Permalink
add mandatory account holder name
Browse files Browse the repository at this point in the history
  • Loading branch information
monishdeb committed Sep 22, 2020
1 parent 6b84d18 commit 0acdc70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CRM/Core/Payment/iATSServiceACHEFT.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ protected function getDirectDebitFormFields() {
$fields[] = 'bank_identification_number';
case 'CAD':
$fields[] = 'bank_account_number';
$fields[] = 'account_holder';
break;

default:
Expand Down

0 comments on commit 0acdc70

Please sign in to comment.