Skip to content

Commit

Permalink
Merge pull request #1027 from sul-dlss/prune-symphony
Browse files Browse the repository at this point in the history
Get rid of Symphony code
  • Loading branch information
corylown authored Jan 10, 2024
2 parents 2dc77ca + 99fc0c0 commit 160b5b5
Show file tree
Hide file tree
Showing 35 changed files with 18 additions and 3,511 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ gem 'config'

gem 'faraday' # Used by FolioClient
gem 'faraday-retry'
gem 'http' # Used by SymphonyClient

gem 'okcomputer'

Expand Down
1 change: 0 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@ DEPENDENCIES
faraday-retry
global_alerts
honeybadger
http
jbuilder (~> 2.7)
jquery-rails
listen (~> 3.3)
Expand Down
2 changes: 1 addition & 1 deletion app/controllers/payments_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class PaymentsController < ApplicationController

rescue_from Cybersource::Security::InvalidSignature,
Cybersource::PaymentResponse::PaymentFailed, with: :payment_failed
rescue_from FolioClient::IlsError, SymphonyClient::IlsError, with: :ils_request_failed
rescue_from FolioClient::IlsError, with: :ils_request_failed

# Render the payment history page
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/borrow_direct_requests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def sort_key(sort)
when :title
title
when :date
[::Symphony::Request::END_OF_DAYS.strftime('%FT%T'), title].join('---')
[::Folio::Request::END_OF_DAYS.strftime('%FT%T'), title].join('---')
else
''
end
Expand Down
2 changes: 1 addition & 1 deletion app/models/borrow_direct_reshare_requests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def sort_key(sort)
when :title
title
when :date
[::Symphony::Request::END_OF_DAYS.strftime('%FT%T'), title].join('---')
[::Folio::Request::END_OF_DAYS.strftime('%FT%T'), title].join('---')
else
''
end
Expand Down
30 changes: 0 additions & 30 deletions app/models/symphony/catalog_info.rb

This file was deleted.

243 changes: 0 additions & 243 deletions app/models/symphony/checkout.rb

This file was deleted.

Loading

0 comments on commit 160b5b5

Please sign in to comment.