From 5a1aa300d5ed24438c5fd55dbbef304f24181d7e Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Sat, 4 Dec 2021 11:48:08 +0000 Subject: [PATCH] Delete route to non-existant checkout controller action --- config/routes.rb | 1 - 1 file changed, 1 deletion(-) 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'