Skip to content

Instantly share code, notes, and snippets.

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 bryanstearns/466200 to your computer and use it in GitHub Desktop.
Save bryanstearns/466200 to your computer and use it in GitHub Desktop.
require File.expand_path(File.dirname(__FILE__) + "/../../config/environment")
ManualUpdate::by('stearns') do
# We got this from a tenant:
## I made my first online payment using your website this afternoon. Somehow
## two payments in the amount of $1150 were processed and are scheduled to
## come out of my checking account tomorrow. Can you please cancel one of
## the payments to my account?
LineItem.delete(3471)
Payment.delete(385)
Lease.find(628).touch
end
~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment