Error occurs during redirection from payment page.



  • Hi,I have error during redirecting from payment page.

    Here is my route.
    Route::group(['middleware' => ['web']], function () {
    Route::prefix('payu/standard')->group(function () {
    Route::get('/redirect', 'Webkul\PayU\Http\Controllers\S[email protected]')->name('payu.standard.redirect');

        Route::get('/success', 'Webkul\PayU\Http\Controllers\[email protected]')->name('payu.standard.success');
    
        Route::get('/cancel', 'Webkul\PayU\Http\Controllers\St[email protected]')->name('payu.standard.cancel');
    });
    

    });

    Route::get('payu/standard/ipn', 'Webkul\PayU\Http\Controllers\[email protected]')->name('payu.standard.ipn');

    Redirection code in view page.

    <input type="text" name="surl" value="{{route('payu.standard.success')}}" />
    <input type="text" name="furl" value="{{route('payu.standard.cancel')}}" />

    Error
    ![0_1625718748193_payment.PNG](Uploading 100%)



  • Please use single thread.


Log in to reply