solidusio / solidus_stripe

💳 Integrate Solidus with Stripe
https://stripe.com
BSD 3-Clause "New" or "Revised" License
36 stars 61 forks source link

Check if the intents_controller should live in the extension or among templates #247

Open elia opened 1 year ago

elia commented 1 year ago

Why?

The controller is really simple and using well defined extension APIs. Everything else might be heavily dependent on the specific store setup (e.g. single page checkout, Ajax endpoints, etc.). So we might want to make it easy to adapt it to the store's needs.

What

Move it from app/controllers to lib/generator/…/templates.

elia commented 1 year ago

Deferring to the next minor.