ความคิดเห็น •

  • @uthirapathikuppusamy838
    @uthirapathikuppusamy838 3 ปีที่แล้ว +1

    Thank you so much, its helped me for payment integration

    • @CodeKeen
      @CodeKeen 3 ปีที่แล้ว

      Glad it helped

  • @weaponoftech5616
    @weaponoftech5616 2 ปีที่แล้ว

    Thank you very much

  • @sachinparmar4568
    @sachinparmar4568 3 ปีที่แล้ว

    excellent bro.
    thanks.
    and keep it up bro.

    • @CodeKeen
      @CodeKeen 3 ปีที่แล้ว

      Thanks bro

  • @amarchauhan1564
    @amarchauhan1564 3 ปีที่แล้ว +1

    Good job sir

  • @arpitjoshi6208
    @arpitjoshi6208 3 ปีที่แล้ว

    Thank you so much, sir
    #respect

    • @CodeKeen
      @CodeKeen 3 ปีที่แล้ว

      Most welcome

  • @viralwebsolutions5977
    @viralwebsolutions5977 3 ปีที่แล้ว +1

    Thank you sir nice tutorial

    • @CodeKeen
      @CodeKeen 3 ปีที่แล้ว

      Welcome :)

  • @naveenroy9932
    @naveenroy9932 2 ปีที่แล้ว +1

    Thank you bro

  • @iamrishi7
    @iamrishi7 2 ปีที่แล้ว

    Sir is there any way to add css to the 'razorpay button'?

  • @kanchannawkar5739
    @kanchannawkar5739 2 ปีที่แล้ว +1

    hello sir, i got error-> Undefined index: razorpay_order_id
    how to solve this error

  • @manangrai
    @manangrai 3 ปีที่แล้ว

    id provided does not exist, after submit value when i click to pay with Razorpay throw error not opening form of razorpay

  • @soumilthakar7878
    @soumilthakar7878 3 ปีที่แล้ว

    cURL error 28: Resolving timed out after 10518 milliseconds.. how do i resolve this ?

  • @immortal_shaktiman
    @immortal_shaktiman 3 ปีที่แล้ว +1

    👏👏

  • @RaviKumar-lq6xi
    @RaviKumar-lq6xi 2 ปีที่แล้ว +1

    Sir submit button ke click per hi data ko save kaise kare and payment board ko open karna chahte hai?

  • @krupalpanchal2279
    @krupalpanchal2279 2 ปีที่แล้ว +1

    Thanks 👍

    • @CodeKeen
      @CodeKeen 2 ปีที่แล้ว

      Welcome 👍

  • @brijeshsharma7540
    @brijeshsharma7540 3 ปีที่แล้ว +1

    👍

  • @satishmishra6485
    @satishmishra6485 3 ปีที่แล้ว +1

    thanks bro

    • @CodeKeen
      @CodeKeen 3 ปีที่แล้ว

      If it helped you in any way consider subscribing :) that keep me motivated ;)

  • @ashish-shukla
    @ashish-shukla 3 ปีที่แล้ว

    how to add offers in api integration

  • @ManjaFactoz
    @ManjaFactoz 3 ปีที่แล้ว

    hello sir, kiya hum jitnebar pay with razor pay karenge utnebar order id generate hoga ?........agar aisa hai to koi banda payment page pe ake first click kiya ek entry with order id payment table me insert ho gya par o payment kiye bina o payment ka box close kar diya ......fir pay button pe click kiya fir ek order id generate huya ....then payment kiya.
    to isse table me dummy data var jayega ...isko kaise solve karenge......manlijiye uske cart me products hai our o sare product ka ek hi order id generate hoga jab tab o payment na kare ....taki jitne bar v banda click kare ek hi order id ganarate hoga either o failled hoga or success or pending ....please guide me...

    • @CodeKeen
      @CodeKeen 3 ปีที่แล้ว

      If user is logged in you can query the order in db which is not processed.

  • @vikshamrealestate2074
    @vikshamrealestate2074 2 ปีที่แล้ว

    Hii, Abhijeet,
    Im getting this error "Attempt to assign property "payment_done" on null"
    public function pay(Request $request){
    $data=$request->all();
    $user = Pyment::where('payment_id', $data['razorpay_order_id'])->first();
    $user->payment_done = true;
    $user->r_payment_id = $data['razorpay_payment_id'];
    $user->save();
    return redirect('success');

    }
    Help me please Im stuck here bro

    • @CodeKeen
      @CodeKeen 2 ปีที่แล้ว

      i need to see the code

  • @mohammeduvais9188
    @mohammeduvais9188 3 ปีที่แล้ว

    Hii,
    In code you have not mentioned "button pay with Razorpay" then where I need to give that...If I click on submit itself the data will be stored and Razorpay will open?

  • @rn9604
    @rn9604 3 ปีที่แล้ว

    Hi

    • @CodeKeen
      @CodeKeen 3 ปีที่แล้ว +1

      Hello

  • @divintechno3375
    @divintechno3375 3 ปีที่แล้ว

    The amount must be atleast INR 1.00
    Brother i'm facing this error.. when i'm using $order = $api->order->create(array('receipt' => '123', 'amount' => $amount * 100, 'currency' => 'INR'));
    if i fix RS. 100 then its showing 1 rs.. but i want to dynamic price so plz.

    • @CodeKeen
      @CodeKeen 3 ปีที่แล้ว

      Multiply the amount by 100. Razorpay takes amount in paise.

    • @divintechno3375
      @divintechno3375 3 ปีที่แล้ว

      @@CodeKeen i'm doing brother

    • @divintechno3375
      @divintechno3375 3 ปีที่แล้ว

      $order = $api->order->create(array('receipt' => '123', 'amount' => $amount * 100, 'currency' => 'INR'));
      this is my code.. you can check..

    • @CodeKeen
      @CodeKeen 3 ปีที่แล้ว

      @@divintechno3375 what's the value for amount?

    • @divintechno3375
      @divintechno3375 3 ปีที่แล้ว

      @@CodeKeen 1000

  • @happyhostworld
    @happyhostworld 2 ปีที่แล้ว

    number leak

  • @nilanjanchakraborty2694
    @nilanjanchakraborty2694 2 ปีที่แล้ว

    Tumne almost sobai bataya hai but signature verify nahi baataya hai. But koi baat nahi.

    • @nilanjanchakraborty2694
      @nilanjanchakraborty2694 2 ปีที่แล้ว

      Document me singnature verify ki bareme bataya hai. But uska koi use nahi hai.

  • @divintechno3375
    @divintechno3375 3 ปีที่แล้ว

    Sir Any Solution Related it. i have done complete process but Showing Error. " The amount must be atleast INR 1.00 ".
    i have done multiply amount by 100..

    • @CodeKeen
      @CodeKeen 3 ปีที่แล้ว

      Share your code

    • @divintechno3375
      @divintechno3375 3 ปีที่แล้ว

      @@CodeKeen okay

    • @divintechno3375
      @divintechno3375 3 ปีที่แล้ว

      my routes.....
      Route :: match(['get','post'],'add-member','App\Http\Controllers\MemberController@show');
      Route :: match(['get','post'],'payment','App\Http\Controllers\MemberController@payment');
      Route :: post('/payment-complete','App\Http\Controllers\MemberController@Complete');
      Route :: get ('/success','App\Http\Controllers\MemberController@success');
      ----------------------------------------------------------------------------------------------------------------------------------------------
      // Member Controller...

    • @divintechno3375
      @divintechno3375 3 ปีที่แล้ว

      Brother Are you Check Code..?

    • @CodeKeen
      @CodeKeen 3 ปีที่แล้ว

      @@divintechno3375 Didn't find anything wrong in your code