Payment Method Comments
-
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. -
@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 -
@Vaishali-Agarwal while trying to run this comment on live server (composer require bagisto/bagisto-package-generator) It looks like not running completely (it shows as killed) Why this happening? Its working fine on localhost,
please help? -
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 runcomposer install
."require": { ... "bagisto/bagisto-package-generator": "dev-master", ... }