Delete route to non-existant checkout controller action

This commit is contained in:
Matt-Yorkley
2021-12-04 11:48:08 +00:00
parent 0d620aac94
commit 5a1aa300d5

View File

@@ -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'