jaroslavhorak PRO
Joined 7/3/2021
jaroslavhorak PRO said over 2 years ago on Embedding Stripe Checkout :
Hi,
shouldn't be in checkouts_controller.rb
Order.create(session_id: @session.id, stripe_checkout_id: @session.id)
instead of
Order.create(session_id: session.id, stripe_checkout_id: @session.id)

jaroslavhorak PRO said about 2 years ago on Feature Toggle from Scratch :
Why is it ApplicationService and not FeatureService?