Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Request Online Payment vendor #1032

Open
siniztr opened this issue Feb 23, 2024 · 1 comment
Open

[Feature Request] Request Online Payment vendor #1032

siniztr opened this issue Feb 23, 2024 · 1 comment
Assignees
Labels
dependencies Pull requests that update a dependency file Feature Request Improvement or Feature Request Integration An integration with a 3rd party solution or service Work in Progress
Milestone

Comments

@siniztr
Copy link

siniztr commented Feb 23, 2024

This is a request to add the Online Payment vendor Mollie. This is a very popular European payment vendor. The documentation for doing so can be found here: https://docs.mollie.com/
By adding this payment vendor, it opens users up to accepting many types of payments, such as bank transfers, paypal, apple and and google pay, as well as many EU countries instant bank transfers (Dutch: iDeal, Belgium:BanContact, etc.)

@nielsdrost7
Copy link
Contributor

nielsdrost7 commented Feb 24, 2024

Todo:
https://github.com/thephpleague/omnipay-mollie :
composer require league/omnipay omnipay/mollie
Then use basic purchase example from the readme (if needed)
Then edit application/config/payment_gateways.php

The payment goes through https://github.com/InvoicePlane/InvoicePlane/application/modules/guest/controllers/Payment_handler.php
The setting is: https://github.com/InvoicePlane/InvoicePlane/application/modules/settings/views/partial_settings_online_payment.php

@nielsdrost7 nielsdrost7 added this to the 1.6.2 milestone Feb 24, 2024
@nielsdrost7 nielsdrost7 added Work in Progress dependencies Pull requests that update a dependency file Feature Request Improvement or Feature Request Integration An integration with a 3rd party solution or service labels Feb 24, 2024
@nielsdrost7 nielsdrost7 self-assigned this Feb 24, 2024
@nielsdrost7 nielsdrost7 changed the title Request Online Payment vendor [Feature Request] Request Online Payment vendor Mar 9, 2024
@nielsdrost7 nielsdrost7 pinned this issue Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file Feature Request Improvement or Feature Request Integration An integration with a 3rd party solution or service Work in Progress
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants