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.