Rename IPaymentMethodFactory to ISupportedPaymentMethod

This commit is contained in:
nicolas.dorier
2018-02-20 10:44:39 +09:00
parent 2e45c8b190
commit 3f07010de8
5 changed files with 9 additions and 9 deletions

View File

@@ -88,7 +88,7 @@ namespace BTCPayServer.Controllers
{
InvoiceTime = DateTimeOffset.UtcNow
};
entity.SetPaymentMethodFactories(derivationStrategies);
entity.SetSupportedPaymentMethods(derivationStrategies);
var storeBlob = store.GetStoreBlob();
Uri notificationUri = Uri.IsWellFormedUriString(invoice.NotificationURL, UriKind.Absolute) ? new Uri(invoice.NotificationURL, UriKind.Absolute) : null;