added todo

This commit is contained in:
Pasha 2025-07-21 18:11:19 +03:00
parent bdd41ee126
commit 92d90b8ab9

@ -44,6 +44,7 @@ func (p *Provider) GetSupportedPaymentMethods() []models.PaymentType {
return []models.PaymentType{models.PaymentTypeAlchemy}
}
// todo
func (p *Provider) CreateInvoice(ctx context.Context, req map[string]string) (string, errors.Error) {
return "", nil
}