// Job ID: #3632347
using OOP.BackgroundJobsManager.Jobs;
var paymentJobs = Activate<PaymentJobs>();
paymentJobs.PostPayment_RazorPay("pay_Px7A45dP2BKswL", 7571);
| CurrentCulture | |
| CurrentUICulture | |
| RecurringJobId | |
| Time | |
An exception occurred during performance of the job.
One or more errors occurred.
System.AggregateException: One or more errors occurred. ---> System.Threading.Tasks.TaskCanceledException: A task was canceled. --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) at System.Threading.Tasks.Task`1.get_Result() at OOP.BackgroundTask.Payment.PostPaymentToRazorPay.paymentToRazorPay(String RazorPayPaymentID, Int32 TransactionID) in D:\Source\GitHub\OOP\OOP.BackgroundTask\Payment\PostPaymentToRazorPay.cs:line 55 at OOP.BackgroundJobsManager.Jobs.PaymentJobs.PostPayment_RazorPay(String RazorPayPaymentID, Int32 TransactionID) in D:\Source\GitHub\OOP\OOP.BackgroundJobsManager\Jobs\PaymentJobs.cs:line 30