1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-10 00:46:15 +01:00
fab-manager/app/frontend/src/javascript/models/gateway.ts
2021-03-24 17:31:50 +01:00

6 lines
67 B
TypeScript

export enum Gateway {
Stripe = 'stripe',
PayZen = 'payzen',
}