Commit Graph

20 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
c2857294b3 Added Apply Pay 2019-05-27 16:23:55 +02:00
Wouter van Os
e356f9cfc1 Removed Bitcoin because Mollie removed the payment method 2019-05-27 16:23:27 +02:00
Wouter van Os
6d65280c6e Added Przelewy24 payment provider 2019-04-24 17:09: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
Wouter van Os
7bd9cb9340 Fix for the rename between bancontact and mistercash. (#43) 2018-08-24 15:38:57 +02:00
Wouter van Os
4858b1f496 Update translations (#40) 2018-05-30 11:54:12 +02:00
Qarizma
330d74e8c9 Renamed gateways and fixed conflict
This commit should fix the conflict issues.
2018-04-20 21:33:29 +02:00
Wouter van Os
6a3c0eb5f3 Fix update conflict with WHMCS
This will fix issue #15
2018-01-10 12:20:14 +01:00
qarizma
d4050b5e5d Mistercash is Bancontact now
These changes are cosmetically, because Mollie still uses the old name internally.
2017-10-06 20:47:53 +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
034fc6e2c2 Remove Direct Debit as it's only supported through Mollie Recurring 2016-12-21 20:31:54 +01:00
Nicky Gerritsen
27974a3474 Add creditcard payment method 2015-12-06 19:44:28 +01: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
5aee12920e Fixed $_GATEWAY not defined error 2015-10-17 17:33:17 +02:00
Wouter van Os
ca7c8fd1b1 Added file 2015-10-17 17:27:48 +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