Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days ago
JSON representation
[Payum] CoreShop Mollie Bundle
- Host: GitHub
- URL: https://github.com/elevantiq/payummolliebundle
- Owner: elevantiq
- Created: 2020-02-20T09:08:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-20T11:38:16.000Z (12 months ago)
- Last Synced: 2024-10-31T13:03:49.741Z (15 days ago)
- Topics: coreshop, coreshop-payment-plugin, mollie, mollie-payments-api, pimcore-bundle
- Language: PHP
- Size: 92.8 KB
- Stars: 1
- Watchers: 2
- 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.