diff options
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 ) { | 
