Updated some comments

This commit is contained in:
Joshua Estes 2014-07-08 12:03:38 -04:00
parent 5116aa345a
commit 63030f65c1
1 changed files with 5 additions and 3 deletions

View File

@ -145,10 +145,12 @@ class Bitpay_Bitcoins_Model_PaymentMethod extends Mage_Payment_Model_Method_Abst
}
/**
* @param Varien_Object $payment
* @param string $amount
* Authorize payment method
*
* @return
* @param Varien_Object $payment
* @param float $amount
*
* @return Bitpay_Bitcoins_Model_PaymentMethod
*/
public function authorize(Varien_Object $payment, $amount)
{