Bagisto Forum

    Bagisto

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

    Payment Method Comments

    General Discussion
    3
    4
    279
    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.
    • T
      tluanga last edited by

      26b521cc-7560-4c48-800a-e4e2d221a716-image.png
      After running this comment i.e payment method, how will i make this payment method display on (Configuration/PaymentMethod and on checkout pages) do i need to run another comment? Please help.

      1 Reply Last reply Reply Quote 0
      • V
        Vaishali Agarwal last edited by

        @tluanga
        you may follow this in case of any doubt https://forums.bagisto.com/topic/1718/how-to-get-started-with-creation-of-new-payment-gateway/25

        1 Reply Last reply Reply Quote 0
        • T
          tluanga last edited by

          @Vaishali-Agarwal while trying to run this comment on live server (composer require bagisto/bagisto-package-generator) f6aad180-90f5-43e4-9674-6babeab56f31-image.png It looks like not running completely (it shows as killed) Why this happening? Its working fine on localhost,
          4379c357-4e43-459b-b49a-65d5176bfb34-image.png please help?

          1 Reply Last reply Reply Quote 0
          • devansh-webkul
            devansh-webkul last edited by devansh-webkul

            Hi @tluanga ,

            Sometimes in live server, composer require commands get automatically killed by the hosting provider due to out of memory. There is an alternative way you can do,

            Just add the require version in composer.json file and run composer install.

            "require": {
                ...
                "bagisto/bagisto-package-generator": "dev-master",
                ...
            }
            
            1 Reply Last reply Reply Quote 0
            • First post
              Last post