makerspace/makeradmin

`pending_actions_query` will return gift purchases

Closed this issue · 1 comments

If someone purchases a gift (i.e. transaction with member_id = None) which has a product that also contains product actions, then the pending_actions_query will return this transaction, and may try to ship it, resulting in an exception.

@Kotik112

Added a PR that I think should solve the issue. Please provide feedback.
#371