lib/oehclient/interaction/interaction.rb in oeh-client-0.1.2 vs lib/oehclient/interaction/interaction.rb in oeh-client-0.1.3
- old
+ new
@@ -132,10 +132,10 @@
parameters ||= Hash.new
# create a new interaction using all parameters from the existing other than the new touchpoint
# URI and timestamp of the current Interaction instance. The method can be used to submit new
# requests for the same customer, tid, & session
- new_interaction = OHEClient::Interaction::Interaction.new({
+ new_interaction = OEHClient::Interaction::Interaction.new({
:uri => uri,
:ck => @customer_key,
:tid => @tid,
:session => @session,
:sk => @space.site_key,
\ No newline at end of file