Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jul 24, 2017
1 parent 0d50175 commit 984944a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@ https://code.dmitry-fedyuk.com/m2e/allpay/issues/7
</df_payment>
<payment>
<dfe_all_pay>
<!-- 2017-07-24
@used-by \Magento\Payment\Helper\Data::getMethodModelConfigName():
protected function getMethodModelConfigName($code) {
return sprintf('%s/%s/model', self::XML_PATH_PAYMENT_METHODS, $code);
}
https://github.com/magento/magento2/blob/2.2.0-RC1.5/app/code/Magento/Payment/Helper/Data.php#L85-L92
-->
<model>Dfe\AllPay\Method</model>
</dfe_all_pay>
</payment>
Expand Down

0 comments on commit 984944a

Please sign in to comment.