summaryrefslogtreecommitdiff
path: root/FS/FS/cust_pay.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-07-15 15:50:27 -0700
committerMark Wells <mark@freeside.biz>2016-07-15 16:59:18 -0700
commit17f3394d929e83ed3b58916dcc40eac5c87bb5b4 (patch)
tree18d40f7d980f451d938b5dbb11e4da446c7c5703 /FS/FS/cust_pay.pm
parent666c35e4745dc6b5518f53267aadb3233f7cddb8 (diff)
rename cardtype to paycardtype
Diffstat (limited to 'FS/FS/cust_pay.pm')
-rw-r--r--FS/FS/cust_pay.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/cust_pay.pm b/FS/FS/cust_pay.pm
index 8e87745..e0a7143 100644
--- a/FS/FS/cust_pay.pm
+++ b/FS/FS/cust_pay.pm
@@ -97,7 +97,7 @@ Payment Type (See L<FS::payinfo_Mixin> for valid values)
Payment Information (See L<FS::payinfo_Mixin> for data format)
-=item cardtype
+=item paycardtype
Credit card type, if appropriate; autodetected.
@@ -1211,7 +1211,7 @@ sub _upgrade_data { #class method
}
###
- # set cardtype
+ # set paycardtype
###
$class->upgrade_set_cardtype;