@graphcommerce/magento-payment-included
v9.0.2
Published
Integrates GraphCommerce with the Magento built in methods:
Downloads
4,435
Readme
Magento Payment built in methods
Integrates GraphCommerce with the Magento built in methods:
- purchaseorder
- banktransfer
- checkmo
- cashondelivery
- free
Installation
- Find current version of your
@graphcommerce/magento-cart-payment-method
in your package.json. yarn add @graphcommerce/[email protected]
(replace 1.2.3 with the version of the step above)
This package uses GraphCommerce plugin systems, so there is no code modification required.
Known issues
- At the moment this package is required because we need the
free
method to be available in the checkout. This contractics the idea of plugins as they must be optional.