Updated spelling as this was causing a 500 error

This commit is contained in:
Joshua Estes 2014-07-07 11:17:11 -04:00
parent 3b644315cd
commit 5878376e8f
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ class Bitpay_Bitcoins_Model_PaymentMethod extends Mage_Payment_Model_Method_Abst
{ {
try try
{ {
$order->setState(Mage_Sales_Model_Order::STATE_CANCELLED, true)->save(); $order->setState(Mage_Sales_Model_Order::STATE_CANCELED, true)->save();
} }
catch (Exception $e) catch (Exception $e)
{ {