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

https://github.com/postpayio/magento2

Postpay Payment Gateway for Magento 2
https://github.com/postpayio/magento2

gateway magento magento2 module payment payment-method

Last synced: 5 months ago
JSON representation

Postpay Payment Gateway for Magento 2

Awesome Lists containing this project

README

          


Latest Version Build Status

# Postpay for Magento 2

[Postpay](https://postpay.io) Payment Gateway for Magento 2.

## Installation

The recommended way to install postpay is through Composer:

```sh
composer require postpay/magento2
```

Register the extension:

```sh
bin/magento setup:upgrade
```

Recompile your Magento project:

```sh
bin/magento setup:di:compile
```

Clean the cache:

```sh
bin/magento cache:clean
```