This commit is contained in:
@@ -44,8 +44,6 @@ namespace Sockeye.Biz
|
|||||||
|
|
||||||
private static async Task ProcessVendorNotificationDataIntoPurchases()
|
private static async Task ProcessVendorNotificationDataIntoPurchases()
|
||||||
{
|
{
|
||||||
return;
|
|
||||||
|
|
||||||
using (AyContext ct = Sockeye.Util.ServiceProviderProvider.DBContext)
|
using (AyContext ct = Sockeye.Util.ServiceProviderProvider.DBContext)
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -59,7 +57,6 @@ namespace Sockeye.Biz
|
|||||||
{
|
{
|
||||||
foreach (var vn in vnList)
|
foreach (var vn in vnList)
|
||||||
{
|
{
|
||||||
|
|
||||||
log.LogDebug($"Processing vendor notification {vn.Id}-{vn.Created}");
|
log.LogDebug($"Processing vendor notification {vn.Id}-{vn.Created}");
|
||||||
if (string.IsNullOrWhiteSpace(vn.VendorData))
|
if (string.IsNullOrWhiteSpace(vn.VendorData))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user