Skip to content

Instantly share code, notes, and snippets.

@kevinjqiu
Created February 19, 2014 19:01
Show Gist options
  • Save kevinjqiu/9099142 to your computer and use it in GitHub Desktop.
Save kevinjqiu/9099142 to your computer and use it in GitHub Desktop.
transaction = create_transaction()
transaction.status = 'unverified'
transaction = get_transaction()
print(transaction.status)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment