Files
bigcapital/server/src/exceptions/PaymentAmountInvalidWithPlan.ts
Ahmed Bouhuolia ffb0499280 fix: mark payment license as used after usage.
fix: fix system models with createdAt and updatedAt fields.
fix: reset password token expiration time.
2020-09-07 17:14:14 +02:00

7 lines
81 B
TypeScript

export default class PaymentAmountInvalidWithPlan{
constructor() {
}
}