add getLogeFile function

add getLogeFile function
This commit is contained in:
spofa 2016-03-08 22:42:16 +08:00
parent 52d42c474d
commit 75184d74c2
1 changed files with 8 additions and 0 deletions

View File

@ -367,4 +367,12 @@ class Bitpay_Core_Helper_Data extends Mage_Core_Helper_Abstract
return $token;
}
/**
* @return string
*/
public function getLogFile()
{
return "payment_bitpay.log";
}
}