// Job ID: #3673697
using OOP.BackgroundJobsManager.Jobs;
var paymentJobs = Activate<PaymentJobs>();
paymentJobs.PostPaymentDataToSap(10085);
| CurrentCulture | |
| CurrentUICulture | |
An exception occurred during performance of the job.
Object reference not set to an instance of an object.
System.NullReferenceException: Object reference not set to an instance of an object. at OOP.BackgroundTask.Payment.PostPaymentDataToSap.PaymentDataProcessSAP(String paymentpostdata, Int32 DivisionID, Int32 TransactionID) in D:\Projects_2.O\OOP_Git\OOP.BackgroundTask\Payment\PostPaymentDataToSap.cs:line 236 at OOP.BackgroundTask.Payment.PostPaymentDataToSap.<>c__DisplayClass11_0.<PaymentDataPostToSap>b__1(<>f__AnonymousType4`2 divcod) in D:\Projects_2.O\OOP_Git\OOP.BackgroundTask\Payment\PostPaymentDataToSap.cs:line 100 at System.Collections.Generic.List`1.ForEach(Action`1 action) at OOP.BackgroundTask.Payment.PostPaymentDataToSap.PaymentDataPostToSap(Int32 TransactionID) in D:\Projects_2.O\OOP_Git\OOP.BackgroundTask\Payment\PostPaymentDataToSap.cs:line 61