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