fix recharge links with prepaid cards, RT#26664
authorIvan Kohler <ivan@freeside.biz>
Wed, 25 Dec 2013 01:35:43 +0000 (17:35 -0800)
committerIvan Kohler <ivan@freeside.biz>
Wed, 25 Dec 2013 01:35:43 +0000 (17:35 -0800)
fs_selfservice/FS-SelfService/cgi/myaccount_menu.html

index 38e5257..71f5070 100644 (file)
@@ -48,7 +48,7 @@ if ( $balance > 0 ) { #XXXFIXME "enable selfservice prepay features" flag or som
                 }
   }
 
-  if ( exists( $payby_mode{PREP} ) ) {
+  if ( exists( $payby_mode{PREPAY} ) ) {
     push @menu, { title  => 'Recharge my account with a prepaid card',
                   url    => 'recharge_prepay',
                   indent => 2,