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

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.