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

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.