GeekZoneHQ / web

Software to power the Geek.Zone website and apps
http://geek.zone/web
GNU General Public License v3.0
19 stars 29 forks source link

Create Payments table #197

Closed SamWinterhalder closed 3 years ago

SamWinterhalder commented 3 years ago

Create a payments table to hold all successful payments

SamWinterhalder commented 3 years ago

@CarwynNelson The ERD says that the payments table should include total_gbx. Is this something we want right now or is storing stripe_subscription_id sufficient?

CarwynNelson commented 3 years ago

@CarwynNelson The ERD says that the payments table should include total_gbx. Is this something we want right now or is storing stripe_subscription_id sufficient?

I think stripe_subscription_id should be sufficient for now.