// Job ID: #3699577
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.
Response status code does not indicate success: 404 (Not Found).
System.Net.Http.HttpRequestException: Response status code does not indicate success: 404 (Not Found). at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode() at OOP.BackgroundTask.Payment.PostPaymentToRazorPay.paymentToRazorPay(String RazorPayPaymentID, Int32 TransactionID) in D:\Projects_2.O\OOP_Git\OOP.BackgroundTask\Payment\PostPaymentToRazorPay.cs:line 61 at OOP.BackgroundJobsManager.Jobs.PaymentJobs.PostPayment_RazorPay(String RazorPayPaymentID, Int32 TransactionID) in D:\Projects_2.O\OOP_Git\OOP.BackgroundJobsManager\Jobs\PaymentJobs.cs:line 30