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

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.