Skip to content

Commit

Permalink
new notification support
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 25, 2016
1 parent 945e94c commit de1e812
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/budy/models/order.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ def pay_s(self, payment_data):
self.mark_paid_s()

def notify_s(self):
_order = self.reload()
appier_extras.admin.Event.notify_g(
"order.new",
arguments = dict(
Expand Down

0 comments on commit de1e812

Please sign in to comment.