Lanka Developers Community

    Lanka Developers

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Shop
    1. Home
    2. Popular
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All Time
    • Day
    • Week
    • Month
    • uditha

      Free DATA SCIENCE AND MACHINE LEARNING WORKSHOP at Microsoft Sri Lanka
      AI Programming • data science machine learnin microsoft sri l deep learning • • uditha

      20
      4
      Votes
      20
      Posts
      3371
      Views

      uditha

      We can allow only 30 participants , Right now 550 registered . Kindly look for upcoming free events , if you unable to get email confirmation

    • J

      Sampath bank eke payment gateway udauwwak
      Web Development • laravel payment gateway php • • jtta6

      20
      0
      Votes
      20
      Posts
      3091
      Views

      M

      Payhere api url ekata POST request ekak yawanna tiyenne. HTML form ekak hadala eka submit karanna thiyenne. Form eke action ekata danna ona Payhere API URL eka. Oyage domain eka payhere eke whitelist karanna ona kalin. ethakota oyage domain eke idan POST request yawanna puluwan. ekata aniwayen ona fields tiyenawa. (email, name, address, amount wage ewa). me tiyenne man karapu widiya.

      .env file

      PAYHERE_MERCHENT_ID=24333554141 PAYHERE_SECRET=8xxxxxxxxxxxxxxxxxxxxxxxxxJ7J PAYHERE_API_URL=https://sandbox.payhere.lk/pay/checkout

      config/payhere.php

      return [ 'api_url' => env('PAYHERE_API_URL', 'https://sandbox.payhere.lk/pay/checkout'), 'merchant_id' => env('PAYHERE_MERCHENT_ID', 'no_merchent'), 'secret' => env('PAYHERE_SECRET', 'no_secrete'), 'return_url' => env('PAYHERE_RETURN_URL', config('app.url') . '/checkout/return'), 'notify_url' => env('PAYHERE_NOTIFY_URL', config('app.url') . '/checkout/notify'), 'cancel_url' => env('PAYHERE_CANCEL_URL', config('app.url') . '/checkout/cancel'), ];

      Submit Order details (amount, items, name, etc)

      <form class="width:100%" method="post" action="{{ config('payhere.api_url')}}"> @csrf <input type="hidden" name="merchant_id" value="{{ config('payhere.merchant_id') }}"> <input type="hidden" name="return_url" value="{{ config('payhere.return_url') }}"> <input type="hidden" name="cancel_url" value="{{ config('payhere.cancel_url') }}"> <input type="hidden" name="notify_url" value="{{ config('payhere.notify_url') }}"> <input type="hidden" name="order_id" value="{{ $order->reference }}"> <input type="hidden" name="items" value="My Packages"> <input type="hidden" name="currency" value="{{ $order->currency }}"> <input type="hidden" name="amount" value="{{ $order->amount }}"> <input type="hidden" name="first_name" value="{{ $order->first_name }}"> <input type="hidden" name="last_name" value="{{ $order->last_name }}"> <input type="hidden" name="email" value="{{ $order->email }}"> <input type="hidden" name="phone" value="{{ $order->phone }}"> <input type="hidden" name="address" value="{{ $order->address }}"> <input type="hidden" name="city" value="{{ $order->city }}"> <input type="hidden" name="country" value="{{ $order->country }}"> <input type="hidden" name="hash" value="{{ $order->hash }}"> <input type="submit" class="" value="Pay Now"> </form>
    • rashmiee

      Software Engineering - Internship
      General Discussion • software internship • • rashmiee

      20
      0
      Votes
      20
      Posts
      1830
      Views

      Grasshopper

      @root awesome root , can we join as developers for the job portal development .

    • shehan_s

      2019 නව වසරේ ඔන්න හා හා පුරා කියලා ඔයාලට මගෙන් තැග්ගක්
      General Discussion • education learning knowledge • • shehan_s

      19
      6
      Votes
      19
      Posts
      3347
      Views

      N

      thanks bro

    • Manokaran Majushan

      Need Sinhala devs for react.js
      General Discussion • react-js react documentation translate github • • Manokaran Majushan

      17
      5
      Votes
      17
      Posts
      3264
      Views

      Prasad Madushan

      Is there anybody translate the doc. if so plz post the link, I could not found. thanks

    • Danushka96

      JAVA OOP සිංහලෙන්
      Programming • java oop programming thesigma • • Danushka96

      17
      2
      Votes
      17
      Posts
      3453
      Views

      Kalana

      Link tika break wela brother. aparade

    • Dinuwan Kalubowila

      MySQL DB Connection එක මෙහෙම දැම්මහම errors,warnings මුකුත් එන්නෙ නන් නෑ...ඒත් DB එකට data insert වෙන් නෑ..හේතුව මොකක්ද?.
      Back-End Development • c sharp mysql asp.net • • Dinuwan Kalubowila

      17
      0
      Votes
      17
      Posts
      2392
      Views

      Nubelle

      @Dinuwan-Kalubowila elzzz

    • b6

      What is Docker 🐋 ?
      System & Network Configurations • development deployment devops docker web development • • b6

      16
      4
      Votes
      16
      Posts
      2941
      Views

      b6

      @prabodhana You are welcome :)

    • Anushka Deshan Dharmasena

      Laravel IPG Integration
      Laravel Framework • laravel payment gateway visa • • Anushka Deshan Dharmasena

      16
      1
      Votes
      16
      Posts
      1295
      Views

      Nubelle

      @Kasun-Rathnayake Bro you have to request API doc from them.

    • nowferrifkan

      How to save Check Box value/Radio Button Value into SQL Server Database using C#
      Front-End Development • sql sql-server programming c sharp • • nowferrifkan

      15
      0
      Votes
      15
      Posts
      3290
      Views

      tnlthanzeel

      @lahirunc , okay bro, thanks alot

    • b6

      ⚖ Load Balancing vs ⚙ Failover
      Blogs • programming networking backend server setup deployment • • b6

      15
      7
      Votes
      15
      Posts
      2568
      Views

      b6

      @dinlinux Thank you!

    • GeethOnion

      App for Lanka Developers Community
      General Discussion • app promotion community github • • GeethOnion

      15
      5
      Votes
      15
      Posts
      2440
      Views

      E

      If you're diving into the App for Lanka Developers Community, why not also think about a day trip from Budapest to Bratislava? It's a fantastic way to take a https://alle.travel/en/budapest/to/bratislava break and experience the culture of a nearby city. Check out Alle Travel to plan your exciting getaway!

    • akmal

      CSS Grid
      Front-End Development • css • • akmal

      15
      5
      Votes
      15
      Posts
      3005
      Views

      Shalinda Silva

      Thanks, good one

    • GeethOnion

      Lanka Developers Meetup
      General Discussion • meetups community developer • • GeethOnion

      15
      5
      Votes
      15
      Posts
      2025
      Views

      Nubelle

      karamu meetup ekak

    • R

      How to learn programming for Beginers? HELP!!!
      Web Development • programming beginner • • RanjeewKaru

      15
      1
      Votes
      15
      Posts
      2331
      Views

      sayumihasanjali

      @RanjeewKaru its hard but you can get online tutorials for free/payed from udemy.com
      I recommend you to first start with an easy language like HTML or Python

    • Shaavi

      මොනවද මේ JWT කියන්නෙ ?
      Blogs • jwt api json web token • • Shaavi

      14
      3
      Votes
      14
      Posts
      3283
      Views

      Ravindu Yasas

      thanks bro!

    • root

      What's your programming language ?
      Comments & Feedback • programming languages software development web development • • root

      14
      3
      Votes
      14
      Posts
      1313
      Views

      isuru mahesh perera

      @root yep :blush:

    • kasun viduranga

      angular site එකක button එකක් click කරලා අලුත් page එකකට redirect වෙනකොට javascript run වෙන්නෙ නැත්තෙ ඇයි. page eka reload කරොත් run වෙනවා.
      Front-End Development • web development programming html java script angular • • kasun viduranga

      14
      0
      Votes
      14
      Posts
      995
      Views

      root

      sidebar eka component ekka karanna nathnam eke thiyena js run wenne na anith pages wala.

    • Nisal Vimukthi

      MongoDB vs MySql
      Back-End Development • mysql mongodb nodejs laravel • • Nisal Vimukthi

      14
      0
      Votes
      14
      Posts
      1163
      Views

      Nubelle

      @Sahan-Siriwardana thanks bro

    • F

      මොනවද මේ සංකේත ����
      General Discussion • laravel laravel 8 • • foxmolder

      14
      2
      Votes
      14
      Posts
      815
      Views

      lkdev

      @foxmolder

      dm karanna

    • 1
    • 2
    • 3
    • 4
    • 5
    • 9
    • 10
    • 2 / 10