Closed (duplicate)
Project:
Ubercart
Version:
6.x-2.0-rc6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2009 at 07:09 UTC
Updated:
24 Feb 2010 at 08:47 UTC
a couple issues:
1) line 159 of uc_credit.module checks the value of $types, but this has never been defined. it should probably be $gateway_types.
2) the check done on lines 159-161 is already done on lines 1565-1573 within uc_credit_gateway_txn_types(), which is called right beforehand on line 156
Comments
Comment #1
tr commentedDuplicate of #513820: Some inaccessible code in uc_credit.module, and now fixed.