|
|
il y a 2 ans | |
|---|---|---|
| .. | ||
| Block | il y a 2 ans | |
| Model | il y a 2 ans | |
| Observer | il y a 2 ans | |
| Plugin | il y a 2 ans | |
| Test | il y a 2 ans | |
| etc | il y a 2 ans | |
| i18n | il y a 2 ans | |
| view | il y a 2 ans | |
| LICENSE.txt | il y a 2 ans | |
| LICENSE_AFL.txt | il y a 2 ans | |
| README.md | il y a 2 ans | |
| composer.json | il y a 2 ans | |
| registration.php | il y a 2 ans | |
This module implements the payment methods which do not require interaction with a payment gateway (so called offline methods). These methods are the following:
Before installing this module, note that the Magento_OfflinePayments is dependent on the following modules:
Magento_StoreMagento_CatalogFor information about a module installation in Magento 2, see Enable or disable modules.
Extension developers can interact with the Magento_OfflinePayments module. For more information about the Magento extension mechanism, see Magento plug-ins.
The Magento dependency injection mechanism enables you to override the functionality of the Magento_OfflinePayments module.
A lot of functionality in the module is on JavaScript, use mixins to extend it.
This module introduces the following layouts in the view/frontend/layout directory:
checkout_index_indexmultishipping_checkout_billingFor more information about a layout in Magento 2, see the Layout documentation.