chore: Remove links to non working themes

This commit is contained in:
kbe
2025-09-10 15:11:33 +02:00
parent 6951efdc85
commit 16c277d0a9
3 changed files with 22 additions and 22 deletions

View File

@@ -152,6 +152,11 @@ class OrdersController < ApplicationController
return
end
# For POST requests, increment the payment attempt counter
if request.post?
@order.increment_payment_attempt!
end
redirect_to checkout_order_path(@order)
end