app/processors/casino/processor_concern/service_tickets.rb in casino-2.0.5 vs app/processors/casino/processor_concern/service_tickets.rb in casino-2.0.6

- old
+ new

@@ -37,10 +37,10 @@ end service_uri.path = (service_uri.path || '').gsub(/\/+\z/, '') service_uri.path = '/' if service_uri.path.blank? - clean_service = service_uri.to_s + clean_service = service_uri.normalize.to_s Rails.logger.debug("Cleaned dirty service URL '#{dirty_service}' to '#{clean_service}'") if dirty_service != clean_service clean_service end