spree_auth_devise icon indicating copy to clipboard operation
spree_auth_devise copied to clipboard

Allows use of stand-alone Spree Checkout

Open MatthewKennedy opened this issue 3 years ago • 0 comments

This PR add the ability to use a stand alone Spree Checkout.

  1. Checks to see if the app is using the Spree::Checkout
  2. Uses routes to the name spaced Spree::Checkout
  3. Adds the Login redirect logic to the name spaced Spree::Checkout::OrdersController controller

NOTE: Removes a duplicate check for API in the engine.rb

MatthewKennedy avatar Dec 20 '22 15:12 MatthewKennedy