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
Archives: Courses
Courses
#19 Paytm Integration in Laravel Ecommerce| Easiest Way | Hindi
Posted onYou 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
#16 Pagination In Laravel 5 6
Posted on#15 CRUD – Delete | Laravel 5.6
Posted onDelete Data
#14 CRUD – Update | Laravel 5 6
Posted on#13 CRUD – Read functionality | Laravel 5 6
Posted onDisplay Data
#12 CRUD – CREATE functionality | Laravel 5 6
Posted onDatabase 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