Skip to content

Commit

Permalink
easier plan names
Browse files Browse the repository at this point in the history
  • Loading branch information
parterburn committed May 2, 2024
1 parent 5c6d314 commit 152c01a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ def plan_name
end
end

# PRO Monthly PayHere
# PRO Yearly PayHere
def plan_frequency
if plan && plan.match(/monthly/i)
'Monthly'
Expand Down

0 comments on commit 152c01a

Please sign in to comment.