* Oupsie
This commit is contained in:
parent
37983bbee7
commit
cf5ab13fc8
|
|
@ -286,7 +286,8 @@ class BonusProgram:
|
|||
if order.status != settings.BONUS_ELIGIBILITY_STATUS:
|
||||
return
|
||||
|
||||
self.update_balance(amount, bonus_type, order=order)
|
||||
# Add bonuses
|
||||
order.customer.update_balance(amount, bonus_type, order=order)
|
||||
|
||||
@staticmethod
|
||||
def add_referral_bonus(order: 'Checklist', for_inviter: bool):
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user