django-oscar / django-oscar-api

RESTful JSON API for django-oscar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

where is oscarapi_post_checkout reciver

RasoulRostami opened this issue · comments

in oscarapi/views/checkout.py oscarapi_post_checkout.send(...) is called. but it has not any receiver. why do you use it or where is it's receiver ?

There isn’t a receiver in oscarapi, it’s there for convenience if you want to subscribe to it in your own project.

Please read the Django documentation about signals for more information.