CoreyWarren / coldcmerch.com

Creating a Django/React/JWT/Redux E-Commerce store for my good friends in Cold Cut. Shout out to Elmar, Lou, and Brian.
1 stars 0 forks source link

Stripe api 2 #91

Closed CoreyWarren closed 1 year ago

CoreyWarren commented 1 year ago

Available stock implementation v1. Still needs checkout checking, but we don't even have a checkout page yet, so this is fine for now. Great work.

80% done with this website, for sure. The rest is:

CoreyWarren commented 1 year ago

More:

Stripe payments integrated! Just needs some extra stuff regarding the payment form and payments overall: -> Readable text! (Text blends with BG) -> Delete the old order! (it stays as of now) -> Email the user their order info! (Stripe?!)

Other than that? Wow... there really isn't much besides the actual server setup and testing phase.

Fcking awesome!