• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
Bagisto Forum

Bagisto

  • Register
  • Login
  • Search
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups

Error occurs during redirection from payment page.

General Discussion
2
2
267
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H
    harsha m last edited by 8 Jul 2021, 04:38

    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\StandardController@redirect')->name('payu.standard.redirect');

        Route::get('/success', 'Webkul\PayU\Http\Controllers\StandardController@success')->name('payu.standard.success');
    
        Route::get('/cancel', 'Webkul\PayU\Http\Controllers\StandardController@cancel')->name('payu.standard.cancel');
    });
    

    });

    Route::get('payu/standard/ipn', 'Webkul\PayU\Http\Controllers\StandardController@ipn')->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%)

    1 Reply Last reply Reply Quote 0
    • devansh-webkul
      devansh-webkul last edited by 8 Jul 2021, 07:55

      Please use single thread.

      1 Reply Last reply Reply Quote 0
      1 out of 2
      • First post
        1/2
        Last post