fix(ZarinpalReconciliationJob): correct typo in logging method for unverified list
Build and Deploy to Production / build-and-deploy (push) Successful in 19m55s
Build and Deploy to Production / build-and-deploy (push) Successful in 19m55s
This commit is contained in:
@@ -121,7 +121,7 @@ public class ZarinpalReconciliationJob
|
|||||||
pt.Created > maxAge)
|
pt.Created > maxAge)
|
||||||
.ToListAsync(ct);
|
.ToListAsync(ct);
|
||||||
}else{
|
}else{
|
||||||
_logger.LّogInformation(
|
_logger.LogInformation(
|
||||||
"ZarinpalReconciliationJob: ZP unVerified list is empty");
|
"ZarinpalReconciliationJob: ZP unVerified list is empty");
|
||||||
}
|
}
|
||||||
// Fallback: query our own DB for stale pending transactions and try to verify them.
|
// Fallback: query our own DB for stale pending transactions and try to verify them.
|
||||||
|
|||||||
Reference in New Issue
Block a user