de-transactionize cust_pay_pending updates during card verification, #57135
[freeside.git] / FS / FS / Schema.pm
index 29f1b31..2aa0b63 100644 (file)
@@ -2386,7 +2386,7 @@ sub tables_hashref {
     'cust_pay_pending' => {
       'columns' => [
         'paypendingnum',      'serial',     '',      '', '', '',
-        'custnum',               'int',     '',      '', '', '', 
+        'custnum',               'int', 'NULL',      '', '', '', 
         'paid',            @money_type,                  '', '', 
         'currency',             'char', 'NULL',       3, '', '',
         '_date',            @date_type,                  '', '',