diff --git a/billing/views.py b/billing/views.py index bfa3c58..cfa0018 100644 --- a/billing/views.py +++ b/billing/views.py @@ -189,6 +189,8 @@ class VerifyPaymentView(StaffEditorPermissionMixin, generics.UpdateAPIView): has_a_pending_payment=False, registered=True, ) + payment.status = "PAID" + payment.save() # add to omada if its a new device and not an existing device device_list = [] for device in devices: