lib/oehclient/interaction/interaction.rb in oeh-client-0.3.2 vs lib/oehclient/interaction/interaction.rb in oeh-client-0.3.3
- old
+ new
@@ -127,10 +127,11 @@
def send(parameters={})
# raise the MissingParameterException when one (or more) of the miminal parameters are missing
raise OEHClient::Exception::MissingParameterException.new(missing_minimal_parameters) unless (minimal_parameters?)
# call the appropriate method based on the existance of the timestamp value
- ((!@timestamp.nil?) ? send_offline(parameters) : send_realtime(parameters))
+ #((!@timestamp.nil?) ? send_offline(parameters) : send_realtime(parameters))
+ send_realtime(parameters)
# return the current instance interacton
self
end
# send_new posts a new interaction using the existing instance data, but for a different touchpoint
\ No newline at end of file