71513: Card tokenization [cust_pay_pending handling, bug fixes]
[freeside.git] / FS / FS / Upgrade.pm
index 9c0a230..7fbbbaa 100644 (file)
@@ -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')