How is a payment method's canUseForCurrency() used?
|
|
1
|
1415
|
February 11, 2016
|
How is a payment method's canUseForCountry() used?
|
|
1
|
1491
|
February 11, 2016
|
How is a payment method's fetchTransactionInfo() used?
|
|
1
|
1853
|
February 11, 2016
|
How is a payment method's isOffline() used?
|
|
1
|
1203
|
February 11, 2016
|
How is a payment method's getTitle() used?
|
|
1
|
2851
|
February 11, 2016
|
How is a payment method's setInfoInstance() used?
|
|
1
|
1555
|
February 12, 2016
|
How is a payment method's getStore() used?
|
|
1
|
1675
|
February 12, 2016
|
How is a payment method's order() used?
|
|
1
|
2360
|
February 12, 2016
|
How is a payment method's capture() used?
|
|
1
|
4065
|
February 14, 2016
|
How is a payment method's canReviewPayment() implemented and used?
|
|
1
|
1433
|
February 15, 2016
|
How is a payment method's denyPayment() used?
|
|
1
|
925
|
February 15, 2016
|
How is a payment method's initialize() used?
|
|
1
|
1775
|
February 15, 2016
|
The \Magento\Payment\Model\Method\AbstractMethod::assignData() method can be simplified
|
|
1
|
836
|
February 15, 2016
|
The \Magento\Payment\Model\Method\AbstractMethod::assignData() method has a wrong PHPDoc declaration
|
|
1
|
859
|
February 15, 2016
|
The method isActive() should be removed from the interface \Magento\Payment\Model\MethodInterface, because it is used only by a particular interface's implementation \Magento\Payment\Model\Method\AbstractMethod and by vault payment methods
|
|
1
|
869
|
February 9, 2016
|
The method canOrder() should be removed from the interface \Magento\Payment\Model\MethodInterface, because it is not used outside of a particular interface's implementation \Magento\Payment\Model\Method\AbstractMethod
|
|
1
|
760
|
February 9, 2016
|
The method canAuthorize() should be removed from the interface \Magento\Payment\Model\MethodInterface, because it is used only by a particular interface's implementation \Magento\Payment\Model\Method\AbstractMethod and by vault payment methods
|
|
1
|
856
|
February 9, 2016
|
A payment method class should implement the \Magento\Payment\Model\MethodInterface
|
|
0
|
400
|
February 8, 2016
|