25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 yıl önce
..
Api checkin 2 yıl önce
Block checkin 2 yıl önce
Gateway checkin 2 yıl önce
Helper checkin 2 yıl önce
Model checkin 2 yıl önce
Observer checkin 2 yıl önce
Plugin checkin 2 yıl önce
Test checkin 2 yıl önce
Ui/Component/Listing/Column/Method checkin 2 yıl önce
etc checkin 2 yıl önce
i18n checkin 2 yıl önce
view checkin 2 yıl önce
LICENSE.txt checkin 2 yıl önce
LICENSE_AFL.txt checkin 2 yıl önce
README.md checkin 2 yıl önce
composer.json checkin 2 yıl önce
registration.php checkin 2 yıl önce

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.