mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Remote internal tags at store level
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user