feat: Internal invoice generation

- TODO: make use of Stripe invoice
This commit is contained in:
kbe
2025-09-08 09:42:18 +02:00
parent 0ede98efa4
commit 9336d974ba
7 changed files with 489 additions and 54 deletions

View File

@@ -45,6 +45,7 @@ Rails.application.routes.draw do
resources :orders, only: [ :index, :show ] do
member do
get :checkout
get :invoice
post :retry_payment
post :increment_payment_attempt
end