// Job ID: #13110088
using TqsNibssPDService.BackgroundOperations.Operations;
var defaultTaxNotificationProcessor = Activate<DefaultTaxNotificationProcessor>();
await defaultTaxNotificationProcessor.ExecuteSoftAllianceNibss(
"0003_CbnFee_FBN|BRH|EKSG|22-10-2025|743503",
"0003",
"9467221025120420",
"0003_CbnFee_FBN|BRH|EKSG|22-10-2025|743503",
null);
| CurrentCulture | |
| CurrentUICulture | |
Can not change the state to 'Processing': target method was not found.
The type `TqsNibssPDService.BackgroundOperations.Operations.DefaultTaxNotificationProcessor` does not contain a method with signature `ExecuteSoftAllianceNibss(String, String, String, String, String)`
System.InvalidOperationException: The type `TqsNibssPDService.BackgroundOperations.Operations.DefaultTaxNotificationProcessor` does not contain a method with signature `ExecuteSoftAllianceNibss(String, String, String, String, String)`
at Hangfire.Storage.InvocationData.DeserializeJob()