https://github.com/elevantiq/payummolliebundle
[Payum] CoreShop Mollie Bundle
https://github.com/elevantiq/payummolliebundle
coreshop coreshop-payment-plugin mollie mollie-payments-api pimcore-bundle
Last synced: 4 months ago
JSON representation
[Payum] CoreShop Mollie Bundle
- Host: GitHub
- URL: https://github.com/elevantiq/payummolliebundle
- Owner: elevantiq
- Created: 2020-02-20T09:08:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-20T11:38:16.000Z (about 2 years ago)
- Last Synced: 2025-05-30T19:07:49.231Z (7 months ago)
- Topics: coreshop, coreshop-payment-plugin, mollie, mollie-payments-api, pimcore-bundle
- Language: PHP
- Size: 92.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CoreShop Mollie Payum Connector
This bundle activates the Mollie PaymentGateway in CoreShop.
It requires the [alpin11/payum-mollie](https://github.com/alpin11/payum-mollie) repository which will be installed automatically.
## Installation
#### 1. Composer
```json
"alpin11/payum-mollie-bundle": "^2.0"
```
#### 2. Activate
Enable the Bundle in Pimcore Extension Manager or via the CLI
```bash
bin/console pimcore:bundle:enable MollieBundle
```
#### 3. Setup
Go to CoreShop -> PaymentProvider and add a new provider. Choose `mollie` from `type` and fill out the required fields.