Please make the Mollie Payment Gateway available.
It is very often used by EU merchants and B2B companies.
Hi @nvizion welcome.
We are open to pull-requests:
- fork the invoiceplane/invoiceplane repository
- grab the
development
branch and create your own new branch:git checkout -b feature/make-mollie-payment-gateway-available
- make your adjustments, rake a really close look at GitHub - thephpleague/omnipay: A framework agnostic, multi-gateway payment processing library for PHP 5.6+ and then specifically GitHub - thephpleague/omnipay-mollie: Mollie driver for the Omnipay PHP payment processing library, make sure that mollie is intrgrated.
- then, when you’re really satisfied with the solution, go to Compare · InvoicePlane/InvoicePlane · GitHub abd compare your
feature/make-mollie-payment-gateway-available
with thedevelopment
branch ofinvoiceplane/invoiceplane
.
We’ll review the pull-request (PR for short) and maybe merge it into the real InvoicePlane version