#20 How to Integrate Paytm | Laravel | Ecommerce | Hindi

#20 How to Integrate Paytm | Laravel | Ecommerce | Hindi

Posted on

You can register for merchant account on :https://business.paytm.com/payments Once you are registered they will send you the mail with below credentails• Staging Server URL –https://securegw-stage.paytm.in/theia/processTransaction • MID – xyz388383034• Website (For web) – WEBSTAGING• Merchant KEY – md%axyzwwMYxPn8• Channel id: (For web) – WEB• Industry type id: Retail• You need to pass the response/redirect URL inside

Read More

#19 Paytm Integration in Laravel Ecommerce| Easiest Way | Hindi

#19 Paytm Integration in Laravel Ecommerce| Easiest Way | Hindi

Posted on

You can register for merchant account on : https://business.paytm.com/payments Once you are registered they will send you the mail with below credentails • Staging Server URL – https://securegw-stage.paytm.in/theia/processTransaction • MID – xyz388383034 • Website (For web) – WEBSTAGING • Merchant KEY – md%axyzwwMYxPn8 • Channel id: (For web) – WEB • Industry type id: Retail

Read More

#12 CRUD – CREATE functionality | Laravel 5 6

#12 CRUD – CREATE functionality | Laravel 5 6

Posted on

Database Commands for Terminal. ( Querybuilder Vs Eloquent method ) Note: You can use querybuilder methods like DB::table…. without creating a model, howeverIn order for you to use the Eloquent methods like \App\modelname::all() then you need to create a model for that database first like so : a-Insert Data