website refactor
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
* Updates the status of a payment.
|
||||
*/
|
||||
|
||||
import type { IPaymentRepository } from '../../domain/repositories/IPaymentRepository';
|
||||
import type { PaymentRepository } from '../../domain/repositories/PaymentRepository';
|
||||
import type { Payment } from '../../domain/entities/Payment';
|
||||
import { PaymentStatus } from '../../domain/entities/Payment';
|
||||
import type { UseCase } from '@core/shared/application/UseCase';
|
||||
import { Result } from '@core/shared/application/Result';
|
||||
import { Result } from '@core/shared/domain/Result';
|
||||
import type { ApplicationErrorCode } from '@core/shared/errors/ApplicationErrorCode';
|
||||
|
||||
export type UpdatePaymentStatusErrorCode = 'PAYMENT_NOT_FOUND';
|
||||
|
||||
Reference in New Issue
Block a user