// Job ID: #13075170
using TqsNibssPDService.BackgroundOperations.Operations;
var defaultTaxNotificationProcessor = Activate<DefaultTaxNotificationProcessor>();
await defaultTaxNotificationProcessor.ExecuteSoftAllianceNibss(
"0003_OagfFee_FBN|BRH|EKSG|21-10-2025|743494",
"0003",
"8354031025172449",
"0003_OagfFee_FBN|BRH|EKSG|21-10-2025|743494",
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()