Ruby on Rails #6 Stripe API - Stripe with Devise, Create Stripe API records from Rails

Описание к видео Ruby on Rails #6 Stripe API - Stripe with Devise, Create Stripe API records from Rails

Github Repo:
https://github.com/corsego/shoplify
Heroku Demo:
https://shoplify.herokuapp.com/

install gem devise
https://github.com/corsego/shoplify/c...
user is assigned stripe_customer_id after create
https://github.com/corsego/shoplify/c...
assign checkout to current_user.stripe_customer_id
https://github.com/corsego/shoplify/c...
add stripe_product_id to products
https://github.com/corsego/shoplify/c...
add stripe_price_id to products, checkout session for specific product
https://github.com/corsego/shoplify/c...
skip devise authentication for webhooks controller
https://github.com/corsego/shoplify/c...

0:00 Introduction
4:22 Install Gem Devise
8:02 Associate User to Stripe Customer
14:15 Associate User to Stripe Checkout Session
17:50 Associate Products with Stripe Products,
28:08 Associate Products with Stripe Prices, Checkout for specific Price
36:13 Update Webhooks to work with Devise

Комментарии

Информация по комментариям в разработке