GEWIS / sudosos-backend

SudoSOS is a Node.js-based Bar and POS system made for study association GEWIS.
https://sudosos.gewis.nl
GNU Affero General Public License v3.0
6 stars 3 forks source link

feat: split StripePaymentIntent and StripeDeposit entities #254

Closed Yoronex closed 3 months ago

Yoronex commented 3 months ago

Description

Creates a separate table of payment intents, so automatic invoices can also use this table and thus all Stripe transactions are handled the same. Depends on https://github.com/GEWIS/sudosos-backend/pull/253.

Related issues/external references

Step two of https://github.com/GEWIS/sudosos-backend/issues/197.

Types of changes

Yoronex commented 3 months ago

Separate PR in https://github.com/GEWIS/sudosos-backend/pull/257.