// Job ID: #3630782
using OOP.BackgroundJobsManager.Jobs;
var paymentJobs = Activate<PaymentJobs>();
paymentJobs.PostPayment_RazorPay("pay_QLg3f3iuLa0u4D", 9492);
| CurrentCulture | |
| CurrentUICulture | |
| RecurringJobId | |
| Time | |
An exception occurred during performance of the job.
Unable to process the Post Payment Data To SAP -TransactionID : 9492 Transaction Details is empty
System.Exception: Unable to process the Post Payment Data To SAP -TransactionID : 9492 Transaction Details is empty at OOP.BackgroundTask.Payment.PostPaymentDataToSap.PaymentDataPostToSap(Int32 TransactionID) in D:\Source\GitHub\OOP\OOP.BackgroundTask\Payment\PostPaymentDataToSap.cs:line 113 at OOP.BackgroundTask.Payment.PostPaymentToRazorPay.paymentToRazorPay(String RazorPayPaymentID, Int32 TransactionID) in D:\Source\GitHub\OOP\OOP.BackgroundTask\Payment\PostPaymentToRazorPay.cs:line 116 at OOP.BackgroundJobsManager.Jobs.PaymentJobs.PostPayment_RazorPay(String RazorPayPaymentID, Int32 TransactionID) in D:\Source\GitHub\OOP\OOP.BackgroundJobsManager\Jobs\PaymentJobs.cs:line 30