feat: Prepare to use Stripe a checkout component

This commit is contained in:
kbe
2025-08-30 14:57:33 +02:00
parent 055640b73e
commit 476438c5c4
9 changed files with 294 additions and 42 deletions

View File

@@ -6,4 +6,7 @@ module ApplicationHelper
# Include flash message helpers
include FlashMessagesHelper
# Include Stripe helper
include StripeHelper
end