I'm using johnboxall django-paypal, I solved this problem creating a view
that only shows the form, and after it load this forms with 3 ajax
petitions.
Anyway, thanks for your help :)
On Tue, Nov 30, 2010 at 14:31, Venkatraman S wrote:
> 2010/11/30 Alexandre González
>
>> It always show two fo
2010/11/30 Alexandre González
> It always show two forms but with the last one (five_form) but the update()
> works perfectly.
>
Try dcramer or johnboxall version of django-paypal - dcramer's is no more
maintained i guess.
On a different note : were you able to add multiple items to the dict?
Hi! I like to show 2 different paypal forms using django-paypal, this is my
code:
def payments(request):
paypal_dict = {
'amount': None,
'business': settings.PAYPAL_RECEIVER_EMAIL,
'item_name': None,
'notify_url': settings.PAYPAL_NOTIFY,
'return_url': se
3 matches
Mail list logo