fix
This commit is contained in:
parent
310798f552
commit
476b186589
@ -145,8 +145,8 @@ def register_racer(request):
|
|||||||
total_price=price,
|
total_price=price,
|
||||||
address=profile.address,
|
address=profile.address,
|
||||||
)
|
)
|
||||||
invoice.items.set([racer])
|
|
||||||
racer.save()
|
racer.save()
|
||||||
|
invoice.items.set([racer])
|
||||||
invoice.save()
|
invoice.save()
|
||||||
|
|
||||||
payment_data = {
|
payment_data = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user