https://github.com/front-commerce/magento1-module-payline-front-commerce
This module extends `Monext_Payline` to allow headless payments with Front-Commerce in Magento1.
https://github.com/front-commerce/magento1-module-payline-front-commerce
Last synced: 2 months ago
JSON representation
This module extends `Monext_Payline` to allow headless payments with Front-Commerce in Magento1.
- Host: GitHub
- URL: https://github.com/front-commerce/magento1-module-payline-front-commerce
- Owner: front-commerce
- License: mit
- Created: 2021-02-17T08:41:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:18:54.000Z (over 2 years ago)
- Last Synced: 2023-12-15T06:34:47.735Z (over 2 years ago)
- Language: PHP
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Payline Magento 1 Front Commerce package
This module extend [`Monext_Payline`](https://docs.payline.com/display/DT/Plugin+Magento+1) to allow headless payments with Front-Commerce.
## Install
```sh
composer require front-commerce/magento1-module-payline
```
Note: This packages includes a modman file to make easy to install the module in Magento with [modman](https://github.com/colinmollenhour/modman).
As this packages uses code and configuration from `Monext_Payline`, this modules needs to be installed somehow. Please follow [Monext's official documentation](https://docs.payline.com/display/DT/Plugin+Magento+1).
## API
Coming soon.
## Release
To release a new version, run `make release` or `make prerelease`.
## License
[MIT](LICENSE)