Created
July 7, 2010 02:03
-
-
Save bryanstearns/466200 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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