longyi c9405dd336 vendor 5 年 前
..
Api c9405dd336 vendor 5 年 前
Block c9405dd336 vendor 5 年 前
Gateway c9405dd336 vendor 5 年 前
Helper c9405dd336 vendor 5 年 前
Model c9405dd336 vendor 5 年 前
Observer c9405dd336 vendor 5 年 前
Plugin c9405dd336 vendor 5 年 前
Test c9405dd336 vendor 5 年 前
Ui c9405dd336 vendor 5 年 前
etc c9405dd336 vendor 5 年 前
i18n c9405dd336 vendor 5 年 前
view c9405dd336 vendor 5 年 前
LICENSE.txt c9405dd336 vendor 5 年 前
LICENSE_AFL.txt c9405dd336 vendor 5 年 前
README.md c9405dd336 vendor 5 年 前
composer.json c9405dd336 vendor 5 年 前
registration.php c9405dd336 vendor 5 年 前

README.md

The Magento_Payment module provides the abstraction level for all payment methods, and all logic that should be used when adding a new payment method. This logic includes configuration models, separate models for payment data verification and so on. For example, Magento\Payment\Model\Method\AbstractMethod is an abstract model which should be extended by particular payment methods.