2009/1/5 [email protected] <[email protected]>:
>
> Yep I did! Here is the exact steps I have done:

In your views you don't use CREDITCHOICES, so if you really need it
it's taken in a default satchmo payment view.
Check the trackback and test your module to find where in the default
view it gets into

PayShipForm(forms.Form):

which has

def __init__(self, request, paymentmodule, *args, **kwargs):
        creditchoices = paymentmodule.CREDITCHOICES

maybe an error returns dummy as "paymentmodule", or dummy payment is a
default if you don't save your payment mode in your order.
I don't know, I cannot help you more than this...

-- 
Alessandro Ronchi
Skype: aronchi
http://www.alessandroronchi.net

SOASI Soc.Coop. - www.soasi.com
Sviluppo Software e Sistemi Open Source
Sede: Via Poggiali 2/bis, 47100 Forlì (FC)
Tel.: +39 0543 798985 - Fax: +39 0543 579928

Rispetta l'ambiente: se non ti è necessario, non stampare questa mail

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to