UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

13 lines (11 loc) 252 B
export const PAYMENT_PROVIDERS = { STRIPE: 'stripe', PAYPAL: 'paypal', } as const; export const PAYMENT_STATUSES = { PENDING: 'pending', COMPLETED: 'completed', FAILED: 'failed', REFUNDED: 'refunded', CANCELLED: 'cancelled', } as const;