Skip to content

cyan-store/Hook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hook

go-mod go-report last-commit

The stripe webhook for cyan-store. This is required for orders to process and payments to complete. Requires an SQL server along with redis.

$ make build # build for production
$ make dev # run for development
$ make format # format & lint code
$ make listen # listen to webhook with stripe-cli

Features

  • Insert orders from webhook
  • Read cached incomplete orders
  • Email error reporting
  • Email successful purchases
  • Validate order information

License

MIT