Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 271 Bytes

lecture.md

File metadata and controls

18 lines (10 loc) · 271 Bytes

Stripe

We're going to build an e-commerce shop - right now.

Money

How should we represent an amount of money?

An ecommerce shop flow

Product -> Order -> Payement -> Confirmation

Storing CC info

Let's... not do it at all HTTP!

Stripe API & dashboard