X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_pay.pm;h=d45d2e397e613f6ab78a7318e0498af975d2d167;hb=4788efcd9bcac700f6c94d1c83add70fc9a0c3ea;hp=93906df55542f884c76036ba25b2695658924405;hpb=004f098a9b193a7ef7ff055aee97d3071a8cbbc0;p=freeside.git diff --git a/FS/FS/cust_pay.pm b/FS/FS/cust_pay.pm index 93906df55..d45d2e397 100644 --- a/FS/FS/cust_pay.pm +++ b/FS/FS/cust_pay.pm @@ -96,6 +96,10 @@ Payment Type (See L for valid values) Payment Information (See L for data format) +=item paycardtype + +Credit card type, if appropriate; autodetected. + =item paymask Masked payinfo (See L for how this works) @@ -1243,13 +1247,10 @@ sub _upgrade_data { #class method } } - # unsuspendauto upgrade - # could just as easily go in cust_credit, or even cust_bill or cust_main - # but here works - if ($conf->exists('unsuspendauto') && !$conf->config('unsuspend_balance')) { - $conf->set('unsuspend_balance','Zero'); - $conf->delete('unsuspendauto'); - } + ### + # don't set paycardtype until 4.x + ### + #$class->upgrade_set_cardtype; }