Skip to content

Instantly share code, notes, and snippets.

@ceoro9
Created June 7, 2019 08:02
Show Gist options
  • Save ceoro9/941e802cf9fe8209b2e7cc9f52fe9abe to your computer and use it in GitHub Desktop.
Save ceoro9/941e802cf9fe8209b2e7cc9f52fe9abe to your computer and use it in GitHub Desktop.
stale_checkouts = filter(
lambda cr: not [
pt for pt in payment_transactions
if pt['ac_transaction_id'] == cr['transaction_id']
],
checkout_transactions,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment