Details
-
Type: Bug
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 4.7
-
Fix Version/s: None
-
Component/s: CiviContribute
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Contributed Code
-
Verified?:No
Description
Front end (and maybe backend?) contributions that get a pending status are not getting their transaction id saved.
For iATS Payment ACH/EFT contributions, the contributions are always left in pending status for a few days until the bank confirms the payment, but we still have a transaction id from the processor that is useful to hold on to for reference.
Should be an easy fix, but if anyone can think why we should not be saving a transaction id, let me know. For now, the iATS processor code itself is manually inserting the trxn_id, but it seems like this is a core bug.