Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 lat temu
..
Api checkin 2 lat temu
Block checkin 2 lat temu
Gateway checkin 2 lat temu
Helper checkin 2 lat temu
Model checkin 2 lat temu
Observer checkin 2 lat temu
Plugin checkin 2 lat temu
Test checkin 2 lat temu
Ui/Component/Listing/Column/Method checkin 2 lat temu
etc checkin 2 lat temu
i18n checkin 2 lat temu
view checkin 2 lat temu
LICENSE.txt checkin 2 lat temu
LICENSE_AFL.txt checkin 2 lat temu
README.md checkin 2 lat temu
composer.json checkin 2 lat temu
registration.php checkin 2 lat temu

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.