forked from clone/WHMCS-Mollie-Payments
This commit adds the following payment methods: - EPS - Giftcards - Giropay - ING Home'Pay - KBC/CBC I've also ran a reformatter to clean up the code and added composer instead of git modules. The latter enables us to keep up-to-date with the last Mollie library in a more modern manner.
9 lines
116 B
JSON
9 lines
116 B
JSON
{
|
|
"require": {
|
|
"mollie/mollie-api-php": "^2.0"
|
|
},
|
|
"config": {
|
|
"vendor-dir": "src/mollie/vendor"
|
|
}
|
|
}
|