RT#38363: use cust_payby when saving cards during payments [ng_selfservice]
[freeside.git] / ng_selfservice / payment_cc.php
index aa13c69..5c49dab 100644 (file)
@@ -42,6 +42,7 @@ if ( $receipt_html ) { ?>
 
   $payment_info = $freeside->payment_info( array(
     'session_id' => $_COOKIE['session_id'],
+    'payment_payby' => 'CARD',
   ) );
 
   if ( isset($payment_info['error']) && $payment_info['error'] ) {