60b8d2b62c
Update src/mollie/mollie.php
2025-06-21 16:26:28 +02:00
Wouter van Os
bf67c41604
feat: implement iDeal 2.0 support
...
Untested & draft, but this change should implement iDeal 2.0. The only thing I've heard is that we should remove issuer selection.
2024-12-17 11:41:34 +01:00
Wouter van Os
4e3fc4f1cb
feat: extend bank transfers to 100 days validity
2021-10-26 14:30:59 +02:00
Wouter van Os
664b2a7cfb
Fix redirect for addfunds
...
This fixes addfunds requests somehow.
2020-02-10 17:34:18 +01:00
Thomas
fd9a3e39b1
Fix #53 ( #55 )
...
Een extra / in de URL zou niet uit moeten maken, bij mijn eigen site werkt dat verder. Bij bijv. Google ook: https://www.google.nl////search?q=mollie+whmcs
2019-06-24 20:42:48 +02:00
Wouter van Os
95348ada82
Update iDeal script for new Mollie API
2018-10-02 13:27:32 +02:00
Wouter van Os
27d3ae1745
Reformatted code and added support for all payment methods
...
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.
2018-09-12 20:29:20 +02:00
qarizma
33b7093be7
Fixed slash in systemurl
...
SystemURL should always end with a / in WHMCS, so adding another / isn't required and causes errors.
2017-06-05 15:49:38 +02:00
Wouter van Os
10c4f045ee
Fixed requires with __PATH__
...
This because the gateway had issues with an autoloader or such in
WHMCS. Don't know the exact cause, but this fixed it.
2015-10-20 22:53:52 +02:00
Wouter van Os
a3855a3ee6
Removed mollie API from vendor and added it to gitmodules
2015-10-17 17:24:17 +02:00
Wouter van Os
ea1119f91c
Moved all files to src folder
2015-10-17 17:05:24 +02:00