Fix Paytr Notification URL Errors
Budget: $10 – $20 USD
I have a completed e-commerce website.
I use paytr as payment infrastructure. I get an error in the notification url I need to send to paytr
Route::get('{storeSlug}/store-payment-stripe', [PaymentController::class, 'getProductStatus'])->name('store.payment.stripe');
error 405 error when I send it this way, I get 302 login redirect error when I pass it to mail, is there someone who can help
I use paytr as payment infrastructure. I get an error in the notification url I need to send to paytr
Route::get('{storeSlug}/store-payment-stripe', [PaymentController::class, 'getProductStatus'])->name('store.payment.stripe');
error 405 error when I send it this way, I get 302 login redirect error when I pass it to mail, is there someone who can help