Skip to content

Instantly share code, notes, and snippets.

@kgoettsc
Created March 22, 2016 21:06
Show Gist options
  • Save kgoettsc/fb4d65a6a1cd65a6b7af to your computer and use it in GitHub Desktop.
Save kgoettsc/fb4d65a6a1cd65a6b7af to your computer and use it in GitHub Desktop.
A member wants to move their move in to 4/1 rather than mid March
#Spaceman
pr = PrimaryReservation.find(469191)
ReservationService.new.archive!(pr,nil,true)
#Spacemoney
opr = OpportunityRecord.find_by(encoded_id: "MDA2RjAwMDAwMGdiZUhuSUFJ")
mc = MembershipChange.find_by(hashed_key: "72dc884d0c5196074f76ea1921ea8376093d8382")
mc.send(:create_reservations!, opr.opportunity)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment