jetrails / magento-cloudflare

Interact with popular Cloudflare features through Magento's backend portal.

Home Page:https://learn.jetrails.com/article/magento-1-cloudflare-extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should Rename Method In Request Model

null93 opened this issue · comments

Since it inherits from Mage_Core_Model_Abstract, setData can be expected to have a different fingerprint for some versions of Magento 1. We should try to make it as compatible as possible.

Definition can be found here: Request.php#L137, and references to it can be found throughout.