matthiask / plata

Plata - the lean and mean Django-based Shop
https://plata-django-shop.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
197 stars 63 forks source link

AttributeError at /shop/confirmation/: 'PaymentProcessor' object has no attribute 'redirect' #40

Closed dengyuanzhong closed 11 years ago

dengyuanzhong commented 11 years ago

When I click "Proceed to payment" button, I'll get an error:

AttributeError at /shop/confirmation/ 'PaymentProcessor' object has no attribute 'redirect'

Error place may be at line 42 of plata\payment\modules\cod.py:

return self.redirect('plata_order_success')

Thanks.

matthiask commented 11 years ago

Oh yeah, thanks for the report!

dengyuanzhong commented 11 years ago

Thanks.