Created
October 30, 2016 22:11
-
-
Save groovecoder/8d7ff61783238d9cadb4a503cd74e6ee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if not previous_offers: | |
| self.offer = offer_amount | |
| self.save() | |
| else: | |
| for offer in previous_offers: | |
| payments.refund(offer) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment