diff --git a/app/models/user.rb b/app/models/user.rb index 7b68afe6..cd190553 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -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'