Commit Graph

8 Commits

Author SHA1 Message Date
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