user upgrades: add links to Stripe payment & receipt page.
Add links to the Stripe payment page and the Stripe receipt page on completed user upgrades. The Stripe payment link is a link to the payment details on the Stripe dashboard and is only visible to the owner.
This commit is contained in:
@@ -254,7 +254,10 @@ Rails.application.routes.draw do
|
||||
get :custom_style
|
||||
end
|
||||
end
|
||||
resources :user_upgrades, only: [:new, :create, :show, :index]
|
||||
resources :user_upgrades, only: [:new, :create, :show, :index] do
|
||||
get :receipt, on: :member
|
||||
get :payment, on: :member
|
||||
end
|
||||
resources :user_feedbacks, except: [:destroy]
|
||||
resources :user_name_change_requests, only: [:new, :create, :show, :index]
|
||||
resources :webhooks do
|
||||
|
||||
Reference in New Issue
Block a user