feat: Internal invoice generation
- TODO: make use of Stripe invoice
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user