bettter message reaction and pending payments persistence
This commit is contained in:
@@ -15,8 +15,8 @@ type Repository interface {
|
||||
}
|
||||
|
||||
type PaymentsStore interface {
|
||||
FindByIdempotencyKey(ctx context.Context, key string) (*model.PaymentExecution, error)
|
||||
InsertExecution(ctx context.Context, exec *model.PaymentExecution) error
|
||||
FindByIdempotencyKey(ctx context.Context, key string) (*model.PaymentRecord, error)
|
||||
Upsert(ctx context.Context, record *model.PaymentRecord) error
|
||||
}
|
||||
|
||||
type TelegramConfirmationsStore interface {
|
||||
|
||||
Reference in New Issue
Block a user