Skip to content

Instantly share code, notes, and snippets.

@whitmo
Created October 19, 2010 22:46
Show Gist options
  • Select an option

  • Save whitmo/635308 to your computer and use it in GitHub Desktop.

Select an option

Save whitmo/635308 to your computer and use it in GitHub Desktop.
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