Remote internal tags at store level

This commit is contained in:
nicolas.dorier
2019-02-19 13:24:04 +09:00
parent 4e9b3b40aa
commit 0807f3b87b
2 changed files with 0 additions and 5 deletions

View File

@@ -91,8 +91,6 @@ namespace BTCPayServer.Controllers
entity.PaymentTolerance = storeBlob.PaymentTolerance;
if (additionalTags != null)
entity.InternalTags.AddRange(additionalTags);
if (storeBlob.InternalTags != null)
entity.InternalTags.AddRange(storeBlob.InternalTags);
//Another way of passing buyer info to support
FillBuyerInfo(invoice.Buyer, entity.BuyerInformation);
if (entity?.BuyerInformation?.BuyerEmail != null)