added todo
This commit is contained in:
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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user