Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In payments, make NO_TRANSACTION the only special transaction code
trans_id > 0 is used to identify an authorize transaction in many places in the code and trans_id < 0 is used to identify freebies, so for now the only "special" code is 0 (Also fixes problem with mark_payment_error since ERROR wasn't in the Enum)
- Loading branch information