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