Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 anni fa
..
Api checkin 2 anni fa
Block checkin 2 anni fa
Gateway checkin 2 anni fa
Helper checkin 2 anni fa
Model checkin 2 anni fa
Observer checkin 2 anni fa
Plugin checkin 2 anni fa
Test checkin 2 anni fa
Ui/Component/Listing/Column/Method checkin 2 anni fa
etc checkin 2 anni fa
i18n checkin 2 anni fa
view checkin 2 anni fa
LICENSE.txt checkin 2 anni fa
LICENSE_AFL.txt checkin 2 anni fa
README.md checkin 2 anni fa
composer.json checkin 2 anni fa
registration.php checkin 2 anni fa

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.