From b3e85cf7a5a514f185c7d9c5ba50550c759c9ab5 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 14 Sep 2004 13:00:47 +0000 Subject: echeck/ACH refunds --- FS/FS/cust_main.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FS') 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 ) { -- cgit v1.2.1