summaryrefslogtreecommitdiff
path: root/FS/FS/Upgrade.pm
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-11-22 18:40:39 -0600
committerJonathan Prykop <jonathan@freeside.biz>2016-11-29 05:07:24 -0600
commite328428724f2274144fb3e33704131ba70d20016 (patch)
treef6a0b62a912f21c5e07dea16f73d6a71d941ced8 /FS/FS/Upgrade.pm
parent6f2add8c2496952f0953ae066cfde3570610c98e (diff)
71513: Card tokenization [cust_pay_pending handling, bug fixes]
Diffstat (limited to 'FS/FS/Upgrade.pm')
-rw-r--r--FS/FS/Upgrade.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm
index 9c0a230..7fbbbaa 100644
--- a/FS/FS/Upgrade.pm
+++ b/FS/FS/Upgrade.pm
@@ -49,7 +49,7 @@ sub upgrade_config {
# to simplify tokenization upgrades
die "Conf selfservice-payment_gateway no longer supported"
- if conf->config('selfservice-payment_gateway');
+ if $conf->config('selfservice-payment_gateway');
$conf->touch('payment_receipt')
if $conf->exists('payment_receipt_email')