Removed extra error handler calls

This commit is contained in:
Rich Morgan 2014-05-16 01:29:33 -04:00
parent 6d90c9784c
commit 6f06424c2b
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ class Bitpay_Bitcoins_IndexController extends Mage_Core_Controller_Front_Action
// bitpay's IPN lands here
public function indexAction() {
require Mage::getBaseDir('lib').'/bitpay/bp_lib.php';
Mage::log(file_get_contents('php://input'), null, 'bitpay.log');
$apiKey = Mage::getStoreConfig('payment/Bitcoins/api_key');
$invoice = bpVerifyNotification($apiKey);