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
- Host: GitHub
- URL: https://github.com/postpayio/magento2
- Owner: postpayio
- License: bsd-3-clause
- Created: 2019-12-10T16:50:07.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-10-17T06:29:47.000Z (over 3 years ago)
- Last Synced: 2025-11-14T13:20:59.242Z (5 months ago)
- Topics: gateway, magento, magento2, module, payment, payment-method
- Language: PHP
- Homepage: https://marketplace.magento.com/postpay-magento2.html
- Size: 151 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```