Fixing typo in namespace

This commit is contained in:
lepipele
2017-10-20 14:06:37 -05:00
parent 505d9904af
commit 45b0991841
22 changed files with 22 additions and 22 deletions

View File

@@ -10,7 +10,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using BTCPayServer.Data;
using BTCPayServer.Servcices.Invoices;
using BTCPayServer.Services.Invoices;
using Microsoft.AspNetCore.Cors;
using BTCPayServer.Services.Stores;