Skip to content

Instantly share code, notes, and snippets.

@herestomwiththeweather
Created May 21, 2011 03:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save herestomwiththeweather/984205 to your computer and use it in GitHub Desktop.
Save herestomwiththeweather/984205 to your computer and use it in GitHub Desktop.
authorized_for?
def authorized_for?(requested_amount)
['single_payment','recurring_payment'].include?(action_id) && requested_amount <= amount.to_f && !invalidated?
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment