Skip to content

Commit

Permalink
fix: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
netchampfaris committed Mar 20, 2024
1 parent 80cc161 commit 9c33295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion press/press/doctype/team/team.py
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ def billing_details(self, timezone=None):
return billing_details

def get_onboarding(self):
if self.payment_mode in ("Partner Credits", "Prepaid Credits", "Paid by Partner"):
if self.payment_mode in ("Partner Credits", "Prepaid Credits", "Paid By Partner"):
billing_setup = True
elif (
self.payment_mode == "Card" and self.default_payment_method and self.billing_address
Expand Down

0 comments on commit 9c33295

Please sign in to comment.