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

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.