2014-06-10 62 views
1

我剛安裝的布倫特裏支付網關在我的商店BrainTreepayment致命錯誤的Magento社區1.8.1

但每次我點擊「結帳」按鈕,我得到這個:

Fatal error: Class 'Braintree_Configuration' not found in /public_html/app/code/local/Braintree/Payments/Model/Paymentmethod.php on line 917. 

的代碼片段是:

917  Braintree_Configuration::environment($this->getConfigData('environment', $storeId)); 
918  Braintree_Configuration::merchantId($this->getConfigData('merchant_id', $storeId)); 
919  Braintree_Configuration::publicKey($this->getConfigData('public_key', $storeId)); 
920  Braintree_Configuration::privateKey($this->getConfigData('private_key', $storeId)); 
      $this->_merchantAccountId = $this->getConfigData('merchant_account_id', $storeId); 
      $this->_useVault = $this->getConfigData('use_vault', $storeId); 
      $this->_allowDuplicates = $this->getConfigData('duplicate_card', $storeId);  
    } 

已在此24小時連同布倫特裏技術支持和沒有解決呢。任何對這個問題的深入瞭解都將深表謝意。

感謝

+0

是不是缺少導入Braintree_Configuration類? – fmodos

回答

相關問題