An open API service indexing awesome lists of open source software.

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.

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)