Created
October 19, 2010 22:46
-
-
Save whitmo/635308 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
| 2010-10-19T15:42:29Z,898 ERROR [baboon.controllers.checkout] Error queueing email action. | |
| Traceback (most recent call last): | |
| File "/opt/webapp/1.0b3-baboon/src/baboon/baboon/controllers/checkout.py", line 589, in POST | |
| transaction['paymentMethodSubtype'] = self.dal.billingpaymentmethodsubtypes.get_subtype_from_id(int(transaction['paymentMethodSubtypeID'])) | |
| ValueError: invalid literal for int() with base 10: '' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment