diff options
| author | ivan <ivan> | 2004-09-14 13:00:47 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2004-09-14 13:00:47 +0000 | 
| commit | b3e85cf7a5a514f185c7d9c5ba50550c759c9ab5 (patch) | |
| tree | 50106c3941335b64dce0a23cf63f877c30ae86f5 /FS | |
| parent | 07fd88f7c0cd757eb2f8e635b71acebe6a944602 (diff) | |
echeck/ACH refunds
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/cust_main.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 1540b61a3..a4a7935b3 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -2208,7 +2208,7 @@ sub realtime_refund_bop {      'payby'    => $method2payby{$method},      'payinfo'  => $self->payinfo,      'paybatch' => $paybatch, -    'reason'   => $options{'reason'} || 'card refund', +    'reason'   => $options{'reason'} || 'card or ACH refund',    } );    my $error = $cust_refund->insert;    if ( $error ) { | 
