Instantly share code, notes, and snippets.

Embed
What would you like to do?
txn = CleanerPaymentTxn(cleaner=Cleaner.objects.get(id=int(cleaner_id)),job_ids = "|".join([str(ele) for ele in job_ids]), amount=amount, success=success, error=error, stripe_task_no=task_no, stripe_transfer_id=stripe_transfer_id)
txn.save()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment