Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ gem 'commonmarker'
gem 'faraday'
gem 'msgpack'

gem 'stripe'

gem 'rails-html-sanitizer', '~> 1.7.1'

# Use the Puma web server [https://github.com/puma/puma]
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,6 @@ GEM
ssrf_filter (1.5.0)
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stripe (9.0.0)
strong_migrations (2.8.0)
activerecord (>= 7.2)
sysexits (1.2.0)
Expand Down Expand Up @@ -701,7 +700,6 @@ DEPENDENCIES
solid_cache (~> 1.0)
sprockets-rails
stimulus-rails
stripe
strong_migrations
terser
turbo-rails
Expand Down Expand Up @@ -922,7 +920,6 @@ CHECKSUMS
sprockets-rails (3.5.2) sha256=a9e88e6ce9f8c912d349aa5401509165ec42326baf9e942a85de4b76dbc4119e
ssrf_filter (1.5.0) sha256=e03dcdb9d1730d7f6710532a606b3543df2a448a0293ce04a2d995523c5a97f6
stimulus-rails (1.3.4) sha256=765676ffa1f33af64ce026d26b48e8ffb2e0b94e0f50e9119e11d6107d67cb06
stripe (9.0.0) sha256=71dda83b8428615c755b72b17469ad213e5ce6cf074aae2b45ce3ea1137abdde
strong_migrations (2.8.0) sha256=cb9c0f8160e60f3e9c0e76098d57a6f61825b9618e8eb41cebbd1c1079874439
sysexits (1.2.0) sha256=598241c4ae57baa403c125182dfdcc0d1ac4c0fb606dd47fbed57e4aaf795662
temple (0.10.7) sha256=369fe560adb6534674ce232899c2232df614bcb29c5359b05efedff7a57ed9c0
Expand Down
48 changes: 0 additions & 48 deletions app/assets/javascripts/payments.js

This file was deleted.

32 changes: 0 additions & 32 deletions app/controllers/payments_controller.rb

This file was deleted.

1 change: 0 additions & 1 deletion app/views/payments/create.html.haml

This file was deleted.

1 change: 0 additions & 1 deletion config/initializers/assets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
# Add additional assets to the asset load path.
# Rails.application.config.assets.paths << Emoji.images_path
Rails.application.config.assets.precompile += %w(
payments.js
admin/tom-select-init.js
)
6 changes: 0 additions & 6 deletions config/initializers/stripe.rb

This file was deleted.

1 change: 0 additions & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@

resources :sponsors, only: [:index]
resources :donations, only: %i[new]
resources :payments, only: %i[new create]

get 'cookie-policy' => 'pages#show', id: 'cookie-policy'
get 'privacy-policy' => 'pages#show', id: 'privacy-policy'
Expand Down
51 changes: 0 additions & 51 deletions spec/controllers/payments_controller_spec.rb

This file was deleted.