Skip to content

Commit

Permalink
add signal [FYFTID-17]
Browse files Browse the repository at this point in the history
  • Loading branch information
pisaacode committed Feb 23, 2021
1 parent 3c96770 commit bda6f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpay/oneclick/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .conf import RESPONSE_CODES, PAYMENT_RESPONSE_CODES
from .signals import (
webpay_oneclick_inscription_ok, webpay_oneclick_payment_ok,
webpay_oneclick_reverse_payment)
webpay_oneclick_reverse_payment, webpay_oneclick_multiple_inscription_ok)


class WebpayOneClickInscription(models.Model):
Expand Down

0 comments on commit bda6f6b

Please sign in to comment.