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

6 lines
67 B
TypeScript
Raw Normal View History

2021-03-24 17:31:50 +01:00
export enum Gateway {
Stripe = 'stripe',
PayZen = 'payzen',
}