mooore / magento2-module-mollie-graph-ql
Add GraphQl support to Mollie orders
Installs: 6 631
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: 103.*
- magento/module-graph-ql: 100.*
- magento/module-payment: 100.*
- magento/module-quote-graph-ql: 100.*
- magento/module-sales: 103.*
- mollie/magento2: ^2
This package is auto-updated.
Last update: 2024-10-20 12:14:56 UTC
README
Add GraphQl support to Mollie Magento 2 module.
Installation
composer require mooore/magento2-module-mollie-graph-ql bin/magento setup:upgrade
Usage
mutation($cartId: String!) { placeOrder(input: { cart_id: $cartId }) { order { order_number payment_url } } }
The payment_url
attribute is added to the CreateOrder
mutation. Using the payment_url
attribute, the customer can be redirected to iDeal after placing an order.
This modules does not support any payment methods other than Mollie.