Skip to content

codenteq/param-payment-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Param POS Payment Gateway

License Total Downloads

1. Introduction:

Install this package now to receive secure payments in your online store. Param POS offers an easy and secure payment gateway.

2. Requirements:

  • PHP: 8.2 or higher.
  • Bagisto: v2.*
  • Composer: 1.6.5 or higher.

3. Installation:

  • Run the following command
composer require codenteq/param-payment-gateway
  • Run these commands below to complete the setup
composer dump-autoload

WARNING
It will check existence of the .env file, if it exists then please update the file manually with the below details.

PARAMPOS_BASE_URL=
PARAMPOS_CLIENT_CODE=
PARAMPOS_CLIENT_USERNAME=
PARAMPOS_CLIENT_PASSWORD=
PARAMPOS_GUID=

WARNING
You should only do this in an HTTPS environment.

SESSION_SAME_SITE=none
  • Run these commands below to complete the setup
php artisan optimize

Installation without composer:

  • Unzip the respective extension zip and then merge "packages" and "storage" folders into project root directory.
  • To ensure that your custom shipping method package is properly integrated into the Bagisto application, you need to register your service provider. This can be done by adding it to the bootstrap/providers.php file in the Bagisto root directory.
Webkul\ParamPOS\Providers\ParamPOSServiceProvider::class,
  • Goto composer.json file and add following line under 'psr-4'
"Webkul\\ParamPOS\\": "packages/Webkul/ParamPOS/src"
  • Run these commands below to complete the setup
composer dump-autoload

WARNING
It will check existence of the .env file, if it exists then please update the file manually with the below details.

PARAMPOS_BASE_URL=
PARAMPOS_CLIENT_CODE=
PARAMPOS_CLIENT_USERNAME=
PARAMPOS_CLIENT_PASSWORD=
PARAMPOS_GUID=

WARNING
You should only do this in an HTTPS environment.

SESSION_SAME_SITE=none
php artisan optimize

That's it, now just execute the project on your specified domain.

How to contribute

Param POS Payment Gateway is always open for direct contributions. Contributions can be in the form of design suggestions, documentation improvements, new component suggestions, code improvements, adding new features or fixing problems. For more information please check our Contribution Guideline document.

About

The Laravel eCommerce ParamPOS Payment Gateway

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 2

  •  
  •