diff --git a/config/routes.rb b/config/routes.rb index b124475299..1909d56b5a 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -81,7 +81,6 @@ Openfoodnetwork::Application.routes.draw do get '/checkout', to: 'checkout#edit' put '/checkout', to: 'checkout#update', as: :update_checkout get '/checkout/:state', to: 'checkout#edit', as: :checkout_state - get '/checkout/paypal_payment/:order_id', to: 'checkout#paypal_payment', as: :paypal_payment get 'embedded_shopfront/shopfront_session', to: 'application#shopfront_session' post 'embedded_shopfront/enable', to: 'application#enable_embedded_styles'