X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_refund.pm;h=8c672b8d741891e65ff7c234d426ca404e88fb70;hb=2c8748ac26281934a1b75671c6a5d0125145660a;hp=48cc7cc7aa4fc143e7712b7bf76f19629c4cdee6;hpb=cccd0b7cd38a88c131e19981be38434f87abe194;p=freeside.git diff --git a/FS/FS/cust_refund.pm b/FS/FS/cust_refund.pm index 48cc7cc7a..8c672b8d7 100644 --- a/FS/FS/cust_refund.pm +++ b/FS/FS/cust_refund.pm @@ -52,7 +52,7 @@ L and L for conversion functions. =item payby - `CARD' (credit cards), `CHEK' (electronic check/ACH), `LECB' (Phone bill billing), `BILL' (billing), `CASH' (cash), -`WEST' (Western Union), or `COMP' (free) +`WEST' (Western Union), `MCRD' (Manual credit card), or `COMP' (free) =item payinfo - card number, P.O.#, or comp issuer (4-8 lowercase alphanumerics; think username) @@ -212,7 +212,7 @@ sub check { unless $self->crednum || qsearchs( 'cust_main', { 'custnum' => $self->custnum } ); - $self->payby =~ /^(CARD|CHEK|LECB|BILL|COMP|CASH|WEST)$/ + $self->payby =~ /^(CARD|CHEK|LECB|BILL|COMP|CASH|WEST|MCRD)$/ or return "Illegal payby"; $self->payby($1);