Skip to content

Commit

Permalink
missed one when making polymorphic changes on 9/22
Browse files Browse the repository at this point in the history
  • Loading branch information
herestomwiththeweather committed Oct 2, 2009
1 parent ed31a84 commit 672440d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/transact.rb
Expand Up @@ -27,7 +27,7 @@ def results
:from => self.customer.email,
:amount => self.amount.to_s,
:txn_date => created_at.iso8601,
:memo => self.req.name,
:memo => self.metadata.name,
:txn_id => "http://" + Transact.global_prefs.server_name + "/transacts/#{self.id}",
:status => 'ok'
}
Expand Down

0 comments on commit 672440d

Please sign in to comment.